changelog: update changelog

This commit is contained in:
Srigovind Nayak 2024-08-17 00:24:19 +05:30
parent 88174cd0a4
commit c9097994b9
No known key found for this signature in database
GPG key ID: 3C4A72A34ABD4C43

View file

@ -1,9 +1,8 @@
Enhancement: Clear removed snapshots, index and pack files from the local cache Enhancement: Clear removed snapshots from local cache of the current host
Restic did not clear removed snapshots from the cache after the `forget` Restic only removed snapshots from the cache on the host that runs the `forget` command.
operation; only indexes and pack files were removed automatically. On other hosts that use the same repository, the old snapshots remained in the cache.
Restic now automatically clears removed indexes, packs and snapshots from the Restic now, automatically clears old snapshots from the local cache of the current host.
local cache.
https://github.com/restic/restic/issues/4934 https://github.com/restic/restic/issues/4934
https://github.com/restic/restic/pull/4981 https://github.com/restic/restic/pull/4981