Re: [BackupPC-users] Display inconsistent for total/existing/new files.

2017-05-07 Thread Craig Barratt
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  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/MiBMiB/sec #Files  Size/MiB
> #Files  Size/MiB
> 2002full1736013 94516.1 8.721736008 94491.9 177826.1
> 2019full2110267 111675.939.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
> 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/


Re: [BackupPC-users] Display inconsistent for total/existing/new files.

2017-05-04 Thread Alexander Moisseev
On 5/4/17 12:35 PM, Dieter Fauth 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/MiBMiB/sec #Files  Size/MiB
> #Files  Size/MiB
> 2002  full1736013 94516.1 8.721736008 94491.9 177826.1
> 2019  full2110267 111675.939.67   22  334.6   154 100.9
> 
> I am the only one seeing this?
> 
I am seeing this as well:
https://github.com/backuppc/backuppc/issues/103


--
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/


[BackupPC-users] Display inconsistent for total/existing/new files.

2017-05-04 Thread Dieter Fauth
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/MiBMiB/sec #Files  Size/MiB#Files  
Size/MiB
2002full1736013 94516.1 8.721736008 94491.9 177826.1
2019full2110267 111675.939.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
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/