Displaying 1 result from an estimated 1 matches for "locallist".
Did you mean:
local_list
2003 Oct 03
2
Cygwin/rsync Hang Problem Testing Results
...sts, etc, and came across all of the posts on the
subject, but no solution.
Then I stumbled across an idea - to test previous versions of rsync to
if any of them worked better with cygwin. Here are the (hopefully
helpful) results of those tests. I did three tests for each version of
cygwin:
locallist:
rsync -n --stats --recursive --rsh=ssh sync/ /home/drsync/
get:
RSYNC_CMD="rsync --verbose --progress --stats -auz -e ssh"
$RSYNC_CMD myuser@myserver.com:sync/ sync/
put:
RSYNC_CMD="rsync --verbose --progress --stats -auz -e ssh"
$RSYNC_CMD sync/ myuse...