Untitled
public text v1 · immutable/etc/rsyncd.conf
max connections = 2
log file = /var/log/rsyncd.log
timeout = 300
[backup]
comment = shared for system backup
path = /test
read only = no
list = yes
uid = root
gid = root
auth users = rsyncuser
secrets file = /etc/rsyncd.secrets
hosts allow = pc
exclude = "test/media/mymedia/**"
# exclude from = /etc/rsyncd.exclude
/etc/rsyncd.exclude
- /test/media/mymedia
- /test/proc