]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/roles/files/syncproxy/rsyncd.conf
7a5122c3d1fe53ef0134687067c590451e2bd7b8
[dsa-puppet.git] / modules / roles / files / syncproxy / rsyncd.conf
1 uid = nobody
2 gid = nogroup
3 max connections = 30
4 syslog facility = daemon
5 socket options = SO_KEEPALIVE
6 timeout = 7200
7
8 # weasel 2007-11-19
9 log file =  /var/log/rsyncd/rsyncd.log
10
11 [debian]
12   path = /srv/mirrors/debian/
13   comment = Full Debian FTP Archive (~800 GB; contact mirrors@debian.org for access)
14   auth users = *
15   read only = true
16   secrets file = /etc/rsyncd/debian.secrets
17
18 [debian-backports]
19   path = /srv/mirrors/debian-backports/
20   comment = Debian backports archive (up to, including Debian 6.0(squeeze) - ~35 GB; contact mirrors@debian.org for access)
21   auth users = *
22   read only = true
23   secrets file = /etc/rsyncd/debian.secrets
24
25 [debian-security]
26   path = /srv/mirrors/debian-security/
27   comment = Debian security archive (~40 GB; contact mirrors@debian.org for access)
28   auth users = *
29   read only = true
30   secrets file = /etc/rsyncd/debian.secrets
31