1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-30 00:00:14 +01:00
restic/internal/checker
Winfried Plappert c141ed1a17 restic check with snapshot list
reworked the code using snapshotFilter.FindAll to find all snapshots and
restic.FindUsedBlobs to retrieve all used blobs.
range repo.LookupBlob (as before) to convert the blobs to their containing packfiles
and c.repo.List(ctx, restic.PackFile, ...) to retrieve the sizes of those packfiles.

Additional documentation and tests are still outstanding.
2025-02-18 07:44:54 +00:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
checker.go restic check with snapshot list 2025-02-18 07:44:54 +00:00
checker_test.go repository: restrict SaveUnpacked and RemoveUnpacked 2025-01-13 22:39:57 +01:00
testing.go let index.Each() and pack.Size() return error on canceled context 2024-04-22 22:39:32 +02:00