summaryrefslogtreecommitdiffstats
path: root/rsync/rsyncd.conf
blob: 02bbdc6cddae7a4297d1da07edcc88bbbc8540b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# /etc/rsyncd.conf
#

pid file = /var/run/rsyncd.pid
log file = /var/log/rsyncd.log

[test]
   path = /tmp
   comment = test share for rsyncd
   hosts allow = 192.168.0.0/24
   read only = true
   use chroot = true

# End of file