On Sat, Sep 28, 2013 at 7:30 AM, Till Hofmann <hofmannt...@gmail.com> wrote:
> Doesn't rsync calculate checksums even if you set --whole-file? It doesn't
> calculate block checksums but it still calculates file checksums - and if
> they match it skips the file (which only happens if you set --checksum-seed
> because otherwise it uses the current time as checksum-seed)
>

Yes, --whole-file still shouldn't send matching files.   If you ran
over ssh you would be able to use ps to see what options were passed
on the remote command line.   If you are poking around in the code,
maybe you could find a way to turn off the automatically added
--ignore-times that is added to full runs.   That would make it go as
fast as incrementals, at the expense of a little safety.

-- 
    Les Mikesell
      lesmikes...@gmail.com

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to