2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-27 12:53:30 +00:00
restic/internal/checker
Igor Fedorenko 231076fa4a checker: Optimize checker.Packs()
Use result of single repository.List() to find both missing and
orphaned data packs. For 500GB repository this eliminates ~100K
repository.Test() calls and improves check time by >30M in my
environment (~45min before this change and ~7min after).

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2018-01-18 20:50:39 -05:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
checker_test.go tests updated 2017-09-09 13:26:35 +02:00
checker.go checker: Optimize checker.Packs() 2018-01-18 20:50:39 -05:00
testing.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00