Temporarily expose /srv/mirrors/debian on archive through rsync
authorTollef Fog Heen <tfheen@err.no>
Sat, 13 Apr 2019 07:54:33 +0000 (09:54 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 13 Apr 2019 07:54:33 +0000 (09:54 +0200)
modules/roles/templates/historical_mirror/rsyncd.conf.erb

index 8e64dcb..dc02086 100644 (file)
@@ -16,3 +16,9 @@ log file = /var/log/rsyncd/rsyncd-archive.log
   comment = Debian Archive (use -H to save space)
   read only = true
   list = no
+
+[temp]
+  path = /srv/mirrors/debian
+  comment = Temporary mountpoint (do not use)
+  read only = true
+  list = no