From 506e07127f1430b3aa1c7a1d98e2efdf58c57c65 Mon Sep 17 00:00:00 2001 From: Srigovind Nayak Date: Sun, 11 Aug 2024 16:07:38 +0530 Subject: [PATCH] changelog: add unrelease changelog --- changelog/unreleased/issue-4934 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/issue-4934 diff --git a/changelog/unreleased/issue-4934 b/changelog/unreleased/issue-4934 new file mode 100644 index 000000000..03194168e --- /dev/null +++ b/changelog/unreleased/issue-4934 @@ -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 \ No newline at end of file