1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| # Minimal configuration file for rsync daemon # See rsync(1) and rsyncd.conf(5) man pages for help
# This line is required by the /etc/init.d/rsyncd script # GLOBAL OPTIONS uid = root gid = root use chroot = yes read only = no max connections = 50
pid file = /var/run/rsyncd.pid
secrets file = /etc/rsyncd.secrets #lock file = /var/run/rsync.lock
#This will give you a separate log file log file = /var/log/rsync.log
timeout = 600
# MODULE OPTIONS [game] path = /home/dir/gameantispam/pluguser #ignore errors auth users = game #comment = gameantispam
|