mirror of
https://github.com/restic/restic.git
synced 2024-12-21 23:33:03 +00:00
8 lines
348 B
Text
8 lines
348 B
Text
Enhancement: Improve speed of check command
|
|
|
|
We've improved the check command to traverse trees only once independent of
|
|
whether they are contained in multiple snapshots. The check command is now much
|
|
faster for repositories with a large number of snapshots.
|
|
|
|
https://github.com/restic/restic/pull/2328
|
|
https://github.com/restic/restic/issues/2284
|