blob: d1897eb6a248ef19918c05f032ead06384c2da25 (
plain)
1 #
2 # /etc/rsyncd.conf
3 #
4
5 pid file = /run/rsyncd.pid
6 log file = /var/log/rsyncd.log
7
8 [test]
9 path = /tmp
10 comment = test share for rsyncd
11 hosts allow = 192.168.0.0/24
12 read only = true
13 use chroot = true
14
15 # End of file
|