From 441a5a5bee9d32e2e4a02d91bd9830e7629f76c9 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 24 Jun 2013 21:08:41 +0200 Subject: [PATCH] more shares for syncproxy --- modules/roles/files/syncproxy/rsyncd.conf | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/modules/roles/files/syncproxy/rsyncd.conf b/modules/roles/files/syncproxy/rsyncd.conf index 47403a2c..7a5122c3 100644 --- a/modules/roles/files/syncproxy/rsyncd.conf +++ b/modules/roles/files/syncproxy/rsyncd.conf @@ -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 -- 2.39.2