Няма описание

123456789101112131415
  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