On Wed, 22 Mar 2006, David Bear <[EMAIL PROTECTED]> wrote:
> I am trying to use the syntax:
> 
> rsync -av -e "ssh -l ssh-user" [EMAIL PROTECTED]::module /dest
>
> found at http://rsync.samba.org/ftp/rsync/rsync.html
....
> There is an rsync daemon running on rhost.asu.edu and that has a
> module named home.

That comment implies to me that you missed the fact that the syntax
that you are trying to use does not access a persistent daemon, but
fires up a single-use daemon.  Pay especial attention to the part
about rsync looking for the conf file in the user's home directory.
I'm pretty sure that's your problem, here.  Also make sure any log
paths defined in the conf file are writable by the user.

    John

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

Reply via email to