Displaying 1 result from an estimated 1 matches for "windowshost".
Did you mean:
windows_host
2008 May 27
0
rsync hanging at "generate_files phase=1"
...same phase
> noted above - i tried the --whole-file switch (copy files whole), which
> solved the problem nicely.
I think I'm seeing the same issue. I'm also using Cygwin (on Win Server
2003). From a linux server I've run
rsync -a --del --rsh='ssh -l backups' backups@windowshost:/cygdrive/d/webapps/backups webapps/
and it would freeze midway through the transfer of large (~1GB) files
(apparently always at a different point in the file). As suggested, I've
added -W and all seems to be well now.
That extra switch doesn't bother me too much, but does anyone have...