[Borgbackup] Verify integrity

Hans-Peter Jansen hpj at urpla.net
Sat Aug 20 06:40:07 EDT 2016


Hi assimilated companions,

in an attempt to verify the integrity of all my backups with 1.0.6, I did:

for a in $(borg list /backup/borg | cut -d' ' -f1 | sort -n); do echo $a; borg 
extract /backup/borg::$a --dry-run; done

IOW, I forgot to supply -v on extraction (again).

Can I assume, that borg would have generated some error messages, if some 
backups were broken?

Thanks,
Pete


More information about the Borgbackup mailing list