2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-26 06:46:34 +00:00
restic/internal/checker
Michael Eischer 3500f9490c check: Simplify blob status tracking
UnusedBlobs now directly reads the list of existing blobs from the
repository index. This removes the need for the blobStatusExists flag,
which in turn allows converting the blobRefs map into a BlobSet.
2020-11-15 18:42:42 +01:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
checker_test.go check: Simplify blob status tracking 2020-11-15 18:42:42 +01:00
checker.go check: Simplify blob status tracking 2020-11-15 18:42:42 +01:00
testing.go check: Simplify blob status tracking 2020-11-15 18:42:42 +01:00