mirror of
https://github.com/restic/restic.git
synced 2026-03-05 22:26:24 +00:00
I had the suspicion that one of my repositories contained redundant data blobs that is not recorder in the index. In order to check this I needed to dump information about the pack files without consulting the index. The code here iterates over all packs and dumps the headers, and dumps information about them in JSON (so we can use other tools to parse that information again).