more shares for syncproxy
authorPeter Palfrader <peter@palfrader.org>
Mon, 24 Jun 2013 19:08:41 +0000 (21:08 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 24 Jun 2013 19:08:41 +0000 (21:08 +0200)
modules/roles/files/syncproxy/rsyncd.conf

index 47403a2..7a5122c 100644 (file)
@@ -10,7 +10,21 @@ log file =  /var/log/rsyncd/rsyncd.log
 
 [debian]
   path = /srv/mirrors/debian/
-  comment = Full Debian FTP Archive (~660 GB; contact mirrors@debian.org for access)
+  comment = Full Debian FTP Archive (~800 GB; contact mirrors@debian.org for access)
+  auth users = *
+  read only = true
+  secrets file = /etc/rsyncd/debian.secrets
+
+[debian-backports]
+  path = /srv/mirrors/debian-backports/
+  comment = Debian backports archive (up to, including Debian 6.0(squeeze) - ~35 GB; contact mirrors@debian.org for access)
+  auth users = *
+  read only = true
+  secrets file = /etc/rsyncd/debian.secrets
+
+[debian-security]
+  path = /srv/mirrors/debian-security/
+  comment = Debian security archive (~40 GB; contact mirrors@debian.org for access)
   auth users = *
   read only = true
   secrets file = /etc/rsyncd/debian.secrets