Hello,

I'm trying to backup partition "/users1" on host "john"
onto partition "backup1" on host "mary".

Here is my rsyncd.conf:

[backup1]
   path = /backup1
   use chroot
   uid root
   gid root
   auth users = backup
   secrets file = /etc/rsyncd.secrets
   strict modes = true
   hosts allow = 193.136.196.9
   hosts deny = *


It works with ssh as transport:

[EMAIL PROTECTED] -avx -e /usr/bin/ssh --progress /users1/
[EMAIL PROTECTED]:/backup1


...but fails with remote rsync server:

[EMAIL PROTECTED] rsync -avx --progress --password-file=/root/rsync.passwd
/users1/ [EMAIL PROTECTED]::backup1
building file list ...
rsync: error writing 4092 unbuffered bytes - exiting: Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(463)


Thanks for your help!

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to