On Fri, Jun 24, 2005 at 02:19:13PM -0400, Tinsley, Scott S. (ManTech) CTR wrote:
> I cannot run this command successfully to access the "module" defined in the 
> rsyncd.conf file.
> 
>       rsync --verbose --progress --stats --rsync-path=/var/tmp/rsync.sh -e 
> ssh tbcsap01:cluster_files

That's because you didn't tell it to access a module -- you told it to
access a file.  Use "::" for daemon syntax, as the manpage explains.
Only combine "::" with "-e ssh" if you want to spawn a single-use daemon
over ssh instead of connecting to an already-running daemon over a
socket.

..wayne..
-- 
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