Re: [BackupPC-users] Inconsistent backup size

2020-09-13 Thread SAL
Hello, my perl knowledge is very minimal, so I am unable to use poolCnt files until someone will describe them as documentation. But I used BackupPC_ls to get needed information. Counted only files ("-" in attrs) it's size divided by number of links, which makes me best results to compare, wh

Re: [BackupPC-users] Inconsistent backup size

2020-09-02 Thread Craig Barratt via BackupPC-users
As I said in my previous email, I'd recommend using the poolCnt files since they accurately reflect what is being stored for each host. But it will take a bit more coding. You can look in some of the BackupPC utilities (eg: BackupPC_refCountUpdate) for examples of how to read the poolCnt files.

Re: [BackupPC-users] Inconsistent backup size

2020-09-02 Thread SAL
Hello, trying to make a script, which can count backup size, but without success yet. I can parse XferLOG, extract sizes, identify links, but after summary some backups have zero or almost zero size. Looks like this happens, when there is no initial backup (backup with id 0), where all files hav

Re: [BackupPC-users] Inconsistent backup size

2020-08-31 Thread backuppc
Craig - agree with your perspective... and would welcome any user who is willing to contribute code that extends your fantastic backup software... Craig Barratt via BackupPC-users wrote at about 12:20:13 -0700 on Monday, August 31, 2020: > I've tried to suggest a couple of reasons that could exp

Re: [BackupPC-users] Inconsistent backup size

2020-08-31 Thread Craig Barratt via BackupPC-users
I've tried to suggest a couple of reasons that could explain what you are seeing, based on very incomplete information. Without you confirming what the issue actually is, your conclusion is already that it's "absolutely buggy" and "useless". To pick another example, rsync -aHv will also report a

Re: [BackupPC-users] Inconsistent backup size

2020-08-31 Thread SAL
Hello, thanks for explanation, but how I can check in backuppc, which user uses how much disk space of my backuppc storage? This way File Size counter is absolutelly buggy. I need to check, which backup uses most of my space and need to find, where I should exclude more files. But there is no

Re: [BackupPC-users] Inconsistent backup size

2020-08-31 Thread Craig Barratt via BackupPC-users
That file is a hardlink, not a symlink. In the backup stats, each instance of a hardlink is counted towards the total file size. If your file system has a lot of hardlinks, perhaps that's why the reported number is higher than you expect? Craig On Mon, Aug 31, 2020 at 12:40 AM Ján ONDREJ (SAL)

Re: [BackupPC-users] Inconsistent backup size

2020-08-31 Thread SAL
Hello, On Mon, Aug 31, 2020 at 12:08:50AM -0700, Craig Barratt via BackupPC-users wrote: > Does your backup include sparse files? I think no. > Look in the XferLOG file to see the sizes of individual files - it > shouldn't be too hard to spot one that is large. There is no one large file. As I

Re: [BackupPC-users] Inconsistent backup size

2020-08-31 Thread Craig Barratt via BackupPC-users
Does your backup include sparse files? Look in the XferLOG file to see the sizes of individual files - it shouldn't be too hard to spot one that is large. Craig On Sun, Aug 30, 2020 at 11:51 PM Ján ONDREJ (SAL) wrote: > Hello, > > I am using BackupPC for years, but after update to v4 (4.4.0)