--- Martin Jeppesen <[EMAIL PROTECTED]> wrote: > Hi, > > Can someone help me out, if I want to connect to a rsync server, and > download / from it? > > It is started in /etc/rc.local by > su -c "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 error: error starting client-server protocol (code 5) at > main.c(1296) [receiver] > > If I remove the "auth users" and "secrets file" it works. > > Can anyone help me out? =)
Who is rsroot? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html