# # /etc/rsyncd.conf # uid = graysky gid = users use chroot = yes max connections = 4 syslog facility = local5 pid file = /run/rsyncd.pid [share] secrets file = /etc/rsyncd.scrt path = /mnt/data comment = nas share read only = no auth users = graysky hosts allow = 10.1.10.5 hosts deny = *