OUTPUT de /etc/rsyncd.conf
GLOBAL OPTIONS
#motd file=/etc/motd
#log file=/var/log/rsyncd
# for pid file, do not use /var/run/rsync.pid if
# you are going to run rsync out of the init.d script.
# The init.d script does its own pid file handling,
# so omit the "pid file" line completely in that case.
# pid file=/var/run/rsyncd.pid
#syslog facility=daemon
#socket options=
auth users = rsyncod
secrets = /etc/rsyncd.secrets
hosts allow = XXX.XXX.XXX.XXX
# MODULE OPTIONS
[root]
comment = configs
path = /
use chroot = yes
max connections=15
lock file = /var/lock/rsyncd
read only = yes
list = yes
uid = root
# gid = nogroup
# exclude =
# exclude from =
# include =
# include from =
auth users = rsyncod
secrets file = /etc/rsyncd.secrets
strict modes = no
hosts allow = XXX.XXX.XXX.XXX
# hosts deny =
ignore errors = no
ignore nonreadable = yes
transfer logging = no
# log format = %t: host %h (%a) %o %f (%l bytes). Total %b bytes.
timeout = 600
refuse options = checksum dry-run
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz