Displaying 2 results from an estimated 2 matches for "avzup".
Did you mean:
avzp
2009 Nov 08
1
dup error of rsync 3.0.6-1 under cygwin 1.7.0-62 and 63
...me time. (The -1 is
for minor cygwin-specific patches.)
When I do almost any command with rsync, such as the one
below, it breaks at a dup2 after a fork in pipe.c (routine
piped_child). Windows gives error code 6, which is translated
by cygwin to errno 9 = EBADF, and rsync then terminates.
rsync -avzuP foo roc:talks/
Even
rsync -r .
fails the same way, though it does not need a network
connection.
Steven Monai suggests that the problem may be a mismatch
in protocol (30 versus 29), though I think the last command
scuttles that possibility. I think it has something to do
with cygwin, since cygw...
2009 Dec 16
0
rsync hang on large file in a set
This is to both the rsync and cygwin lists, and I
regret that it is vaguer than I would like, but ...
With cygwin 1.7 (latest beta) and the rsync released
with it (3.0.6-1) I try to sync a couple of Gb of
Thunderbird mail files. The flag settings were
-avzuP plus a --chmod and some includes/excludes
to control which files to move.
I would repeatably get "hangs" on particular files,
which are generally modified by appending (mail
added at the end). These files (two in particular)
are approximately 100Mb or a little more in size,
and that seem...