rsbackup 8 (Debian 12) missing backup size in report

Richard Kettlewell rjk at terraraq.uk
Mon Jul 31 13:09:13 BST 2023


On 24/07/2023 07:55, Samuel Wolf wrote:
> Hi,
> 
> after upgrade from Debian 11 to 12 / rsbackup 6.0 to 8.0 my backup report
> no longer shows the backup size information.
> 
> Any idea how to fix this?

I don't see any relevant code changes in that version range so I can't 
easily explain this.

First could you check it's still happening.

If so then to help debug, could you show me the rsync output from the 
latest good backup? You can retrieve this by accessing the database with 
the sqlite3 command as follows:


richard at sfere:~$ sqlite3 /var/log/backup/backups.db
SQLite version 3.34.1 2021-01-20 14:10:07
Enter ".help" for usage hints.
sqlite> select max(time),* from backup where status=2;
1690787839|araminta|root|backup14|2023-07-31T07:17:19|1690787839|0|0|2|
Number of files: 1,384,420 (reg: 1,111,795, dir: 155,235, link: 117,203, 
special: 187)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 214
Total file size: 49,191,928,484 bytes
Total transferred file size: 333,814,268 bytes
Literal data: 114,264,742 bytes
Matched data: 219,549,526 bytes
File list size: 7,589,775
File list generation time: 0.009 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 621,996
Total bytes received: 78,021,904

sent 621,996 bytes  received 78,021,904 bytes  22,307.16 bytes/sec
total size is 49,191,928,484  speedup is 625.50


ttfn/rjk




More information about the sgo-software-discuss mailing list