1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-28 19:01:08 +00:00
Commit graph

1 commit

Author SHA1 Message Date
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