Merge pull request #4981 from konidev20/fix-gh-4934-cleanup-removed-snaphots-from-cache

cache: clear snapshot files from cache during load index
This commit is contained in:
Michael Eischer
2024-08-16 19:04:59 +00:00
committed by GitHub
4 changed files with 111 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Clear removed snapshots from local cache of the current host
Restic only removed snapshots from the cache on the host that runs the `forget` command.
On other hosts that use the same repository, the old snapshots remained in the cache.
Restic now, automatically clears old snapshots from the local cache of the current host.
https://github.com/restic/restic/issues/4934
https://github.com/restic/restic/pull/4981