I'm using ZFS, so checksumming is done by ZFS itself, is not an issue for
me to skip any data corruption check, as zfs does this automatically

What I would like is to keep load as low as possible on clients and
checksumming every file is slowing down everything

Il 27 ott 2017 5:04 PM, "Les Mikesell" <lesmikes...@gmail.com> ha scritto:

On Fri, Oct 27, 2017 at 9:31 AM, Bzzzz <lazyvi...@gmx.com> wrote:
>
> Correction (as often,I read much too fast):
>
>> This i going against: "I don't think so, because on incrementals BPC
>> doesn't use "--checksum" at all." (v.4.x doc):
>
> The doc doesn't speak about incrementals (only fulls), but to be sure
> about this, you should look at rsync_bpc source.
>

The default for rsync is to quickly skip any files where the timestamp
and length match the existing copy.  v3 used --ignore-times on full
runs to go through the motions of transferring by comparing block
checksums and transferring any differences.  --checksum is similar but
uses a single checksum over the whole file.   I thought in v4 this
mechanism is also related to the ability to match copied, moved or
renamed files to existing matching content in the pool, so removing it
might be a bad idea aside from eliminating the check for corruption or
changes in content that don't update the directory/inode.

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

------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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/
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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