2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-28 06:29:01 +00:00
restic/internal/checker
Michael Eischer 2d0c138c9b checker: Test that check only decodes trees once
The `DuplicateTree` flag is necessary to ensure that failures cannot be
swallowed. The old checker implementation ignores errors from LoadTree
if the corresponding tree was already checked.
2020-07-20 22:51:53 +02:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
checker_test.go checker: Test that check only decodes trees once 2020-07-20 22:51:53 +02:00
checker.go checker: Cleanup error handling code 2020-07-20 22:51:53 +02:00
testing.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00