exit_cleanup(code=12, file=io.c, line=609)
Paul Slootman
paul+rsync at wurtel.net
Mon Aug 17 10:23:56 MDT 2009
On Mon 17 Aug 2009, dhtmldude wrote:
>
> Folks, maybe one of you can help me. I've installed Rsync 3.1.0 on both the
> client and the server. Im using ssh, my command line follows:
>
> rsync -avc --delete -e "ssh.exe -i C:\cms\PageGenerator\nasadmin_prod_rsa"
> -vvv \\cagecfsu1.saifg.rbc.com\YCM0\InternalCache\test_aug17/
> admin at 10.243.101.219:/cygdrive/g/EWCMS_SYNC/test_aug17/ 1>dump.txt
> 2>dump2.txt
>
> 2> ssh_exchange_identification: Connection closed by remote host
Your ssh session is not being established, so rsync doesn't even get a
chance to do its thing.
First get your ssh working, only then look at rsync.
Paul
More information about the rsync
mailing list