2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-04 10:00:48 +00:00
restic/internal/checker
Michael Eischer 22d0c3f8dc check: Use PackBlobIterator instead of StreamPack
To only stream the content of a pack file once, check used StreamPack
with a custom pack load function. This combination was always brittle
and complicates using StreamPack everywhere else. Now that StreamPack
internally uses PackBlobIterator use that primitive instead, which is a
much better fit for what the check command requires.
2024-01-19 21:40:36 +01:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
checker_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
checker.go check: Use PackBlobIterator instead of StreamPack 2024-01-19 21:40:36 +01:00
testing.go check: add index loading progress bar 2023-10-01 19:55:29 +02:00