Dieter,
V4 rsync, by default, uses --checksum for full backups, which means the
full-file digest of the existing file is sent to the client together with
the meta data, and the client checks if the digest and meta data are the
same. If so, then no file is transferred (it's skipped just like in an
incremental). So those files count towards the total file count, but not
the Existing Files count. If the meta data has changed, or the full-file
checksum is different, then the rsync algorithm is applied, transferring
the deltas. In that case the file counts towards either the Existing or
New count.
That's different to V3, the first step is skipped, and a full uses the
rsync algorithm to transfer (send deltas) for every file, so it always
counts towards either Existing or New.
Alexander recently reported some bugs with file statistics (the restore one
is definitely a bug), and I need to look into those.
Craig
On Thursday, May 4, 2017, Dieter Fauth <[email protected]> wrote:
> Hi,
> looks like the "existent files" column is way to low in values.
>
> Example:
> 2002 was an V3 backup, 2019 is a V4 backup:
> Backup# Type #Files Size/MiB MiB/sec #Files Size/MiB
> #Files Size/MiB
> 2002 full 1736013 94516.1 8.72 1736008 94491.9 1778 26.1
> 2019 full 2110267 111675.9 39.67 22 334.6 154
> 100.9
>
> I am the only one seeing this?
>
> --
> Many regards, Dieter Fauth :-)
>
> ------------------------------------------------------------
> ------------------
> 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
> [email protected] <javascript:;>
> 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
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/