]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/roles/files/dakmaster/rsyncd.conf
f7f8f3c2bd420a9126282b727c840e1dc20c3016
[dsa-puppet.git] / modules / roles / files / dakmaster / rsyncd.conf
1 uid = nobody
2 gid = nogroup
3 max connections = 25
4 syslog facility = daemon
5 socket options = SO_KEEPALIVE
6 timeout = 7200
7 log file = /var/log/rsyncd/rsyncd.log
8
9 [indices]
10   path = /srv/ftp.debian.org/mirror/indices
11   comment = index files
12   auth users = *
13   read only = true
14   secrets file = /etc/rsyncd/indices.secrets
15
16 [ftp]
17   path = /srv/ftp.debian.org/rsync/all
18   comment = Full Debian FTP Archive (~450 GB)
19   auth users = *
20   read only = true
21   secrets file = /etc/rsyncd/ftp.secrets
22   list = no
23
24 [debian-all]
25   path = /srv/ftp.debian.org/rsync/all
26   comment = Full Debian FTP Archive (~450 GB)
27   auth users = *
28   read only = true
29   secrets file = /etc/rsyncd/ftp.secrets
30   list = no
31
32 [debian]
33   path = /srv/ftp.debian.org/rsync/all
34   comment = Full Debian FTP Archive (~450 GB)
35   auth users = *
36   read only = true
37   secrets file = /etc/rsyncd/ftp.secrets
38
39 [debian-backports]
40   path = /srv/backports-master.debian.org/mirror
41   comment = Debian Squeeze Backports
42   auth users = *
43   read only = true
44   secrets file = /etc/rsyncd/backports.secrets
45   list = no
46
47 [exports]
48   path = /srv/ftp.debian.org/rsync/export
49   comment = Various metadata exports
50   auth users = *
51   read only = true
52   secrets file = /etc/rsyncd/exports.secrets
53
54 # disabled 20091024 RT#1864
55 #[debian]
56 #  path = /srv/ftp.debian.org/rsync/typical
57 #  comment = Typical Debian FTP Archive (~150 GB)
58 #  auth users = *
59 #  read only = true
60 #  secrets file = /etc/rsyncd/ftp.secrets
61 #
62 #[debian-all+typical]
63 #  path = /srv/ftp.debian.org/rsync/all+typical
64 #  comment = Debian 'all' and 'typical' FTP Archive (NB: use rsync with -H)
65 #  auth users = *
66 #  read only = true
67 #  secrets file = /etc/rsyncd/ftp.secrets
68
69 [buildd-keyrings]
70   path = /srv/ftp-master.debian.org/scripts/builddkeyrings/keyrings
71   comment = buildd keys for archive uploads
72   read only = true
73   list = no
74   hosts allow = 82.195.75.106, 2001:41b8:202:deb:216:36ff:fe40:3906
75
76 [debian-buildd-dists]
77   path = /srv/static.debian.org/master/incoming.debian.org-current-live/debian-buildd/dists
78   comment = buildd archive
79   read only = true
80   list = no
81   auth users = *
82   secrets file = /etc/rsyncd/buildd.secrets