forked from TrueCloudLab/restic
changelog: add unrelease changelog
This commit is contained in:
parent
1e68fbca90
commit
b10d7ccdda
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/issue-4934
Normal file
9
changelog/unreleased/issue-4934
Normal file
|
@ -0,0 +1,9 @@
|
|||
Enhancement: Clear removed snapshots, index and pack files from the local cache
|
||||
|
||||
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.
|
||||
|
||||
https://github.com/restic/restic/issues/4934
|
||||
https://github.com/restic/restic/pull/4981
|
Loading…
Reference in a new issue