using -e syntax and remote rsnyc server

2006-03-06 Thread David Bear
I have setup rsync to run as a deamon exporting one module named home. when I attempt to use the rsync syntax specified on http://samba.anu.edu.au/ftp/rsync/rsync.html as follows: rsync -av -e ssh -l ssh-user [EMAIL PROTECTED]::module /dest I get a message from ssh, bad escape character 'ssh

Re: using -e syntax and remote rsnyc server

2006-03-06 Thread Wayne Davison
On Mon, Mar 06, 2006 at 04:25:53PM -0700, David Bear wrote: I get a message from ssh, bad escape character 'ssh -l username'. Using one extra -v will show you the ssh command that rsync is running, and that will allow you to test it outside of rsync. Then (assuming you get the same error), you