Displaying 1 result from an estimated 1 matches for "dir_dest".
Did you mean:
dir_depth
2005 Oct 26
2
Fast question...
...e, rsync, under windows, without Cygwin?
When I type something like this:
rsync -auvlHI --delete --partial --modify-window=2 --log-format=" %t %o %l %f " --stats -vv -e "ssh -o ForwardX11=no -vv -i "e:/program/sinc/.ssh/sinc_rsa" -l USER" "e:/program" SERVER:dir_dest
rsync answer me with:
ssh: e: no address associated with name
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at io.c(584)
I could check that the problem resides in the source data "e:/program".
Seems that rsync "doesn...