Displaying 1 result from an estimated 1 matches for "zave".
Did you mean:
have
2005 Mar 04
1
wierd duration shown in progress with 0 byte files
While trying out the 2.6.4-pre2, I noticed something wierd with
--progress; it shows:
ads/promotions.MYD
0 100% 0.00kB/s 519:35:46 (61, 56.3% of 597)
This is quite reproducable whenever an empty file is transferred (or
created on the receiving end).
Commandline used was:
rsync -zave 'ssh -c arcfour' --progress --stats --delete lisa:/var/lib/mysql/ .
BTW, this also happened with 2.6.0 which was first installed on these
systems.
I looked into progress.c, but beyond eliminating some redundant code :-)
I couldn't fix it quickly. It looks like something isn't bein...