source: MondoRescue/branches/3.3/ansible/roles/rsync/templates/rsyncd.conf@ 3657

Last change on this file since 3657 was 3657, checked in by Bruno Cornec, 7 years ago

Adds system role and fix many other ones

File size: 942 bytes
Line 
1use chroot = yes
2max connections = 2
3transfer logging = yes
4read only = yes
5strict modes = yes
6timeout = 600
7ignore nonreadable = yes
8dont compress = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2
9
10[mondorescue-ftp]
11 path = /prj/ftp
12 comment = Mondorescue project FTP area
13 uid = ftp
14 gid = ftp
15 exclude = /prj/ftp/iso
16
17[mondorescue-www]
18 path = /prj/www/html/mondorescue
19 comment = Mondorescue project Web area
20 uid = ftp
21 gid = ftp
22
23[mondo-all]
24 path = /prj
25 comment = Mondorescue project tutti
26 uid = root
27 gid = root
28 hosts allow = {{ hyperlinux }},176.9.102.170
29 #hosts allow = 82.236.159.40,78.46.49.45,176.9.102.170
30 hosts deny = 0.0.0.0/0
31
32[bruno]
33 path = /home/bruno
34 comment = Bruno backup
35 uid = bruno
36 gid = bruno
37 hosts allow = {{ hyperlinux }}
38 hosts deny = 0.0.0.0/0
Note: See TracBrowser for help on using the repository browser.