From ca555897f265c0ef49c9f499153fa50500ce86e1 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Thu, 7 May 2026 22:52:23 +0200 Subject: [PATCH] Add incremental index loading changelog --- changelog/unreleased/pull-5720 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-5720 diff --git a/changelog/unreleased/pull-5720 b/changelog/unreleased/pull-5720 new file mode 100644 index 000000000..13600af83 --- /dev/null +++ b/changelog/unreleased/pull-5720 @@ -0,0 +1,7 @@ +Enhancement: speed up index loading in `restic mount` + +`restic mount` now loads the index once on startup and incrementally loads only +new index files afterwards. In addition, `restic mount` now loads snapshots +before printing that the repository is being served. + +https://github.com/restic/restic/pull/5720