CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated mandir
[crossrootfs.git] / rsync / rsyncd.conf
1 #
2 # /etc/rsyncd.conf
3 #
4
5 pid file = /var/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