mirror of https://github.com/restic/restic.git
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.go | ||
checker_test.go | ||
repacker.go | ||
repacker_test.go |