Displaying 1 result from an estimated 1 matches for "rsroot".
Did you mean:
isroot
2006 Apr 06
4
access denied from rsync server
..."rsync --daemon"
and /etc/rsyncd.conf contains:
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[tlf]
path = /
comment = export
uid = root
gid = root
read only = yes
hosts allow = 192.168.0.12
list = yes
auth users = rsroot
secrets file = /etc/rsyncd.secrets
and /etc/rsyncd.secrets contains
rroot:rroot
On the computer where the data should be downloaded to do I use:
rsync -avWHRx 192.168.0.6::tlf /media/backup/latest-tlf/
After entering the rroot password I get this error:
@ERROR: auth failed on module tlf
rsync...