Hi all,
I run a daily backup of my NAS to the Azure Storage Blobs. Usually I just run restic backup
and weekly a restic forget --prune
. A few days ago I had a case where a hard drive failed and I had to run a restic restore from Azure. However, the indexes were corrupt (“Invalid data returned”) and I could not run a restore. Fortunately I still had the backup on another hard drive …
How can I make sure that the backups are valid and that I can restore them? restic check
takes extremely long, the upload speed is also a bottleneck.
Is it possible to log error messages somewhere?
Does it make sense to regularly run a restic rebuild-index
?
Is there a possibility to do a restic restore --dry-run
?
Thanks and best regards!