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.

15 lines
313 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. use chroot = yes
  6. uid = nobody
  7. gid = nogroup
  8. read only = yes
  9. # Simple example to configure server
  10. #[openwrt-etc]
  11. #path = /etc
  12. #comment = OpenWrt Configuration Files
  13. #exclude = /init.d