Hi, 

I have an rsync daemon running on a remote server:

# rsync --daemon

with an entry in the /etc/rsyncd.conf file "path = /panpci/arch"

On another server I want to rsync its directory, with the /panpci/arch specified in 
the remote rsyncd.conf file:

rsync -autWvz -e 'ssh -i /panpci/oracle/.ssh/id_dsa' [EMAIL PROTECTED]::/panpci/arch 
/sanpci/arch/PANPCI

ERROR: The remote path must start with a module name

What does this error mean, what am I doing wrong??

Thanks,
Dan Livney
Mi-Services Group
--
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