On Thu, Jan 27, 2005 at 02:18:28PM -0500, Daniel Teklu wrote: > #/usr/local/bin/rsync --rsh /usr/local/bin/ssh --rsync-path > /usr/local/bin/rsync remote_server::test /home/test
When you run a daemon over ssh, you must have an rsyncd.conf file in the home dir of the user that is being accessed via ssh. If you're trying to access an existing rsync daemon, you cannot use the --rsh option (and you might wish to use a tunnelled connection -- there was some discussion of tunnelling rsync via ssh earlier on the mailing list). ..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
