]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/roles/files/syncproxy/rsyncd.conf
Add debian-debug rsync share
[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-debug]
26   path = /srv/mirrors/debian-debug/
27   comment = Debug packages.  Probably large.  Starting mid 2015.
28   auth users = *
29   read only = true
30   secrets file = /etc/rsyncd/ftp.secrets
31   list = no
32
33 [debian-security]
34   path = /srv/mirrors/debian-security/
35   comment = Debian security archive (~40 GB; contact mirrors@debian.org for access)
36   auth users = *
37   read only = true
38   secrets file = /etc/rsyncd/debian.secrets
39