Cody,

There were some bugs in earlier versions of 4.x that could cause missing
pool files.  But they have been fixed for some time.

How did you determine the cpool directory size (eg, du -sh)?

At any point did you run backups with compression off?

Here's how to find which backup is referencing a particular digest:

   - pick an md5 digrest (32 hex characters) that got an error
   - take the first 2 hex digits and and it with 0xfe (ie, round down to
   the next even number, eg: 0x77 -> 0x76; 0xaf -> 0xae).  Call those two
   digits XY
   - run BackupPC_poolCntPrint TOPDIR/pc/*/*/refCnt/poolCnt.1.XY | less
   - use less to search for the hex digest (ie, type "/" then paste the 32
   digit digest, then hit return)
   - then search upwards to find the file name (ie, type "?Pool Ref", then
   hit return
   - based on the file name, you can find out the host name and backup
   number

To find which directory / file in the specific backup references that
digest, you would need to use BackupPC_ls -R -h HOST -n BackupNUM -s Share
/ | egrep HexDigest

Craig

On Thu, Jul 5, 2018 at 7:32 PM Cody Jackson <c...@jacksontech.net> wrote:

> Hi all,
>
> BackupPC reports that my pool is about 800GB, but my cpool directory is
> 1.6TB.
>
> When I try running BackupPC_refCountUpdate, I get about 350 errors
> similar to:
>
> BackupPC_refCountUpdate: missing pool file [md5 hash] count 1
>
> Questions:
>
> * Are these issues related?
> * How can I find out which computers have references to these hashes
> that are missing?
> * Why is my pool so big?
>
> For the pool size, I did recently change the compress level (going from
> 3 to 7), but the older backups should have fallen off the radar by now
> and been removed.
>
> Cheers,
>
> -C
>
>
>
> ------------------------------------------------------------------------------
> 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