2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-24 15:48:25 +00:00

12 lines
437 B
Plaintext
Raw Normal View History

2024-08-30 14:58:32 +02:00
Enhancement: Automatically clear removed snapshots from cache
2024-08-11 16:07:38 +05:30
2024-08-30 14:58:32 +02:00
Previously, restic only removed snapshots from the cache on the host where the
`forget` command was executed. On other hosts that use the same repository, the
old snapshots remained in the cache.
2024-08-31 17:28:24 +02:00
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
2024-08-30 14:58:32 +02:00
https://github.com/restic/restic/pull/4981