Temporarily expose /srv/mirrors/debian on archive through rsync
[mirror/dsa-puppet.git] / modules / roles / templates / historical_mirror / rsyncd.conf.erb
1 uid = nobody
2 gid = nogroup
3 syslog facility = daemon
4 socket options = SO_KEEPALIVE
5 reverse lookup = false
6 timeout = 7200
7 log file = /var/log/rsyncd/rsyncd-archive.log
8
9 [debian-archive]
10   path = <%= @archive_root %>
11   comment = Debian Historical Archives (use -H to save space)
12   read only = true
13
14 [archive]
15   path = <%= @archive_root %>
16   comment = Debian Archive (use -H to save space)
17   read only = true
18   list = no
19
20 [temp]
21   path = /srv/mirrors/debian
22   comment = Temporary mountpoint (do not use)
23   read only = true
24   list = no