mirror of
https://github.com/restic/restic.git
synced 2025-10-27 12:58:34 +00:00
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:
8
changelog/unreleased/issue-4934
Normal file
8
changelog/unreleased/issue-4934
Normal 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
|
||||
Reference in New Issue
Block a user