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