https://bugzilla.samba.org/show_bug.cgi?id=14394

Wayne Davison <wa...@opencoder.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #1 from Wayne Davison <wa...@opencoder.net> ---
Rsync needs to ensure that the receiver created the file before the sender
removes it or you could have the file vanish when an error occurs (and exist on
neither side).  The deletion delay is somewhat large due to how much data is
pushed down the socket from the generator. You could try specifying the
--whole-file (-W) option to speed it up, but this would mean that any updated
files that exist on both sides would be resent in total with no matching-data
computations. You could also try breaking up the copy operations into single
directories (use -d instead of -r) so that rsync finishes up each (smaller)
operation more rapidly.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
  • [Bug 14394] New: Add ... just subscribed for rsync-qa from bugzilla via rsync
    • [Bug 14394] Add ... just subscribed for rsync-qa from bugzilla via rsync

Reply via email to