rsyncd.conf (344B)
1 # /etc/rsyncd.conf 2 # Minimal configuration for rsync daemon 3 4 # Next line required for init script 5 pid file = /var/run/rsyncd.pid 6 log file = /var/log/rsyncd.log 7 use chroot = yes 8 uid = nobody 9 gid = nogroup 10 read only = yes 11 12 # Simple example to configure server 13 #[openwrt-etc] 14 #path = /etc 15 #comment = OpenWrt Configuration Files 16 #exclude = /init.d