From 0f67ae813ade9f664f24c8c055551b56a9873f99 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 7 Mar 2020 11:25:55 +0100 Subject: [PATCH] Add changelog --- changelog/unreleased/pull-2328 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/pull-2328 diff --git a/changelog/unreleased/pull-2328 b/changelog/unreleased/pull-2328 new file mode 100644 index 000000000..79a9d2b11 --- /dev/null +++ b/changelog/unreleased/pull-2328 @@ -0,0 +1,8 @@ +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