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