From f6e8d925902d1c968456b5629a99d50361d66113 Mon Sep 17 00:00:00 2001 From: Srigovind Nayak Date: Sat, 17 Aug 2024 00:24:19 +0530 Subject: [PATCH] changelog: update changelog --- changelog/unreleased/issue-4934 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/changelog/unreleased/issue-4934 b/changelog/unreleased/issue-4934 index 03194168e..6891ca204 100644 --- a/changelog/unreleased/issue-4934 +++ b/changelog/unreleased/issue-4934 @@ -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 \ No newline at end of file