rsync question -

Cameron Simpson cs at zip.com.au
Fri Nov 15 23:20:36 UTC 2013


On 15Nov2013 17:19, Bob Goodwin <bobgoodwin at wildblue.net> wrote:
> Ok that appears to have done what I wanted, at least it transferred
> a lot less data in very little time.

One thing I think Rick may have missed out is that if a file is
similar on the target (eg it had just grown on the source, implying
"append" to the target) then while rsync will make a whole new
target file (as a temp file until it is complete) it just sends
checksums for the overlapping data; if the checksums match then the
data in the new temp files is copied from the existing target to
the temp file. Only different data is sent from the source. Once
complete, the temp file is switched in to replace the former target
file.

Cheers,
-- 
Cameron Simpson <cs at zip.com.au>

When in doubt, gas it. It may not solve the problem, but it ends the suspense.
        - Steve Moonitz (92 Ducati 900ss) <stevem at ew.timeinc.com>


More information about the users mailing list