On Sunday 02 December 2007 22:39, Greg Loesch wrote: > To preface, I'm running Leopard OSX and am using rsync version 2.6.9 > protocol version 29. > > Whenever I attempt to sync (using rsync obviously) a folder on my > local drive to my web server (netfirms.com is my web host) using SSH, > the process hangs. I have to force kill it in order to continue using > Terminal. I can connect to my server space using SSH just fine by > itself, and I ran rsync to sync two folders locally just fine. Is > there some special syntax I need to use when using rsync with SSH? > I've searched google and the mailing lists, and I didn't find much. > I'm fairly inexperienced with Unix, so I believe that I am the culprit > of this problem :-) > > This is the syntax I'm using: > 'rsync -avz /iWeb/test [EMAIL PROTECTED]:TEST'
1. Is rsync installed on the machine you're transferring stuff to? 2. Assuming the destination folder TEST is in your home directory on the target server, try the syntax: rsync -avvz -e "ssh -v" /iWeb/test [EMAIL PROTECTED]:~/TEST -A -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html