HomeRun4711 (homerun4...@googlemail.com) wrote on 3 June 2010 11:27:
 >I have a question on rsync's way to deal with files in use
 >or files that are modified on the source while they
 >are transferrred to the destination.
[removed]
 >But what if e.g. a large mailbox file is changed on the source directory.

In the source the file is read only once. Changes that happen during
the transfer ahead of the point where rsync is reading are
transmitted, changes before that position are not.

 >Is there a checksum check after the transfer and if yes - how often
 >is the file transferred again by default.

The checksum is applied to what's been transmitted. There's no
re-reading of the file at either end.

 >Is rsync working with a shadow copy of the source files?

No.
-- 
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

Reply via email to