restic/src/cmds
Alexander Neumann b114ab7108 cmd_dump: Allow dumping all blobs in all packs
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).
2016-02-27 13:06:21 +01:00
..
restic cmd_dump: Allow dumping all blobs in all packs 2016-02-27 13:06:21 +01:00
restic-server Move commands to src/cmds 2016-02-23 07:21:28 +01:00