restic/changelog/unreleased/issue-4934

8 lines
427 B
Text
Raw Normal View History

2024-08-17 00:24:19 +05:30
Enhancement: Clear removed snapshots from local cache of the current host
2024-08-11 16:07:38 +05:30
2024-08-17 00:24:19 +05:30
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.
2024-08-11 16:07:38 +05:30
https://github.com/restic/restic/issues/4934
https://github.com/restic/restic/pull/4981