mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 12:34:13 +00:00
4f1f03cdb9
This removes the list of in-flight blobs from the master index and instead keeps a list of "known" blobs in the Archiver. "known" here means: either already processed, or included in an index. This property is tested atomically, when the blob is not in the list of "known" blobs, it is added to the list and the caller is responsible to make this happen (i.e. save the blob). |
||
---|---|---|
.. | ||
testdata | ||
checker_test.go | ||
checker.go | ||
repacker_test.go | ||
repacker.go |