forked from TrueCloudLab/restic
changelog: update changelog
This commit is contained in:
parent
a8032c932c
commit
f6e8d92590
1 changed files with 4 additions and 5 deletions
|
@ -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`
|
||||
operation; only indexes and pack files were removed automatically.
|
||||
Restic now automatically clears removed indexes, packs and snapshots from the
|
||||
local cache.
|
||||
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
|
Loading…
Reference in a new issue