You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
344 B

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