--- notion-id: b8d24383-0ec9-4c9c-9538-f8625a476526 --- ```plain text refuse options = acls #motd file = /etc/rsyncd.motd #log file = /var/log/rsyncd.log #pid file = /var/run/rsyncd.pid #lock file = /var/run/rsync.lock #use chroot = yes use chroot = no strict modes = false read only = no write only = no #hosts allow = * #hosts deny = * max connections = 10 [kali] #注意创建文件,需要给文件添加权限everyone即可 #提示没有权限 path = /volume2/rsync list = false ignore = errors comment = "This is a backup" auth users = kali secrets file = /etc/rsyncd.secrets ```