[BackupPC-users] Backuppc pool integrity check

2022-07-28 Thread Ludovic Drolez
Hi there! I had to copy a Backuppc pool disk which was failing. DDrescue had to skip a few bad blocks, and now I'd like to check the integrity of the pool. Is there is script to run and check which files do not have a matching MD5 checksum? Best regards, -- Ludo https://drolez.com/blog/ -

Re: [BackupPC-users] Backuppc pool integrity check

2022-07-28 Thread Guillermo Rozas
You may try (and modify) this: https://github.com/guille2306/backuppc_check_pool It's a script I made to periodically check the V4 cpool in my server. Best regards, Guillermo On Thu, Jul 28, 2022 at 4:26 PM Ludovic Drolez wrote: > Hi there! > > I had to copy a Backuppc pool disk which was failin

Re: [BackupPC-users] Backuppc pool integrity check

2022-07-29 Thread Ludovic Drolez
Many thanks for your script! Ludo On Thu, Jul 28, 2022 at 04:34:40PM -0300, Guillermo Rozas wrote: >You may try (and modify) >this: [1]https://github.com/guille2306/backuppc_check_pool >It's a script I made to periodically check the V4 cpool in my server. >Best regards, >Guill

Re: [BackupPC-users] Backuppc pool integrity check

2022-07-31 Thread Ludovic Drolez
Hi! So I've tried it and I have a few v3 pool files still in the cpool. I should try to modify your script to ignore them, because they give errors. Thanks! Ludo On Thu, Jul 28, 2022 at 04:34:40PM -0300, Guillermo Rozas wrote: >You may try (and modify) >this: [1]https://github.com/guil

Re: [BackupPC-users] Backuppc pool integrity check

2022-08-16 Thread Ludovic Drolez
Hi! So I found a few dozen corrupt files, and made some scripts to find the original files from the hash. Not sure how to fix the backups... Touch the original file and delete the one in the cpool? Regards, Ludo On Sun, Jul 31, 2022 at 07:22:11PM +0200, Ludovic Drolez wrote: > Hi! > > So I've

Re: [BackupPC-users] Backuppc pool integrity check

2022-08-18 Thread Guillermo Rozas
I'm lucky to never have faced that problem :) I'm not sure a simple "touch" will force a new transfer. By default an incremental backup will only check (and transfer) the new metadata, but it will not transfer the file. A full will calculate the checksum, but again it won't transfer the file becau