]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/roles/templates/snapshot/rsyncd.conf.erb
rsync on lw0[1234]
[dsa-puppet.git] / modules / roles / templates / snapshot / rsyncd.conf.erb
1 uid = nobody
2 gid = nogroup
3 max connections = 20
4 syslog facility = daemon
5 socket options = SO_KEEPALIVE
6 timeout = 7200
7 log file = /var/log/rsyncd/rsyncd.log
8
9 [snapshot-farm-1]
10   path = /storage/snapshot-farm-1
11   read only = true
12   list = false
13 [snapshot-farm-2]
14   path = /storage/snapshot-farm-2
15   read only = true
16   list = false
17 [snapshot-farm-3]
18   path = /storage/snapshot-farm-3
19   read only = true
20   list = false
21 [snapshot-farm-4]
22   path = /storage/snapshot-farm-4
23   read only = true
24   list = false