Found it with:
# a0 is the first two letters of the hash of the file we are looking for:
a06340ddb577fd02a04bda2998a8d246
find . -name "poolCnt.1.a0" -exec sh -c 'for f; do
/usr/share/BackupPC/bin/BackupPC_poolCntPrint "$f" | grep -q
"a06340ddb577fd02a04bda2998a8d246" && echo "Match: $f"; done' sh {} +
Thanks for the pointers!
--
-----Original Message-----
From: G.W. Haywood <[email protected]>
Sent: 07 October 2025 14:58
To: [email protected]
Subject: Re: [BackupPC-users] Missing pool files
Hi there,
On Tue, 7 Oct 2025, G.W. Haywood wrote:
> On Tue, 7 Oct 2025, Jamie Burchell wrote:
>
> Out of the blue on the 24th September, my log showed:
> ...
>
> > [snip]
Oh, I almost forgot:
https://github.com/backuppc/backuppc/wiki/How-to-find-which-backups-reference-a-particular-pool-file
:)
--
73,
Ged.
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/