2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 01:20:49 +00:00
restic/checker
Alexander Neumann f53008d916 Allow saving duplicate blobs in the repacker
This adds code to the master index to allow saving duplicate blobs
within the repacker. In this mode, only the list of currently in flight
blobs is consulted, and not the index. This correct because while
repacking, a unique list of blobs is saved again to the index.
2016-01-17 21:14:55 +01:00
..
testdata checker: test for packs in multiple indexes 2015-10-25 16:00:06 +01:00
checker_test.go Fix tests 2015-12-06 17:38:51 +01:00
checker.go add progress 2015-12-06 17:29:31 +01:00
repacker_test.go Finalize repacker 2015-11-02 19:28:30 +01:00
repacker.go Allow saving duplicate blobs in the repacker 2016-01-17 21:14:55 +01:00