Files
restic/changelog/unreleased/pull-5720
T
2026-05-07 22:52:23 +02:00

8 lines
308 B
Plaintext

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