[email protected] ([email protected]) wrote on 17 September 2009 09:24: >The 'deleting' messages below are showing up in the middle of a transfer. It >shows files being deleted and the progress bar appears to detail the deleting >process. Usually rsync handles files in alphanumeric order, but there are >still a number of files to transfer in the Dio directory.
[email protected] ([email protected]) wrote on 17 September 2009 09:24: >------- Comment #1 from [email protected] 2009-09-17 09:24 CST ------- >a...@eee1:~$ rsync --version >rsync version 3.0.5 protocol version 30 ************* If both ends are running version 3 rsync will by default choose --delete-during (AKA --del), producing what you see. -- 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
