From 3888c21a27d807cba58f1dcc56e455b3adab40c9 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 16 Jun 2023 21:35:20 +0200 Subject: [PATCH] reword changelog --- changelog/unreleased/issue-3624 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/changelog/unreleased/issue-3624 b/changelog/unreleased/issue-3624 index 53837e61c..ce3fe57aa 100644 --- a/changelog/unreleased/issue-3624 +++ b/changelog/unreleased/issue-3624 @@ -1,11 +1,8 @@ -Enhancement: Keep oldest snapshot when there aren't enough snapshots - -The `forget` command does not preserve the oldest snapshot incase the -keep-* parameters are not satisfied, which led to users not being able to -preserve old data. Now, restic will always preserve the oldest snapshot -whenever any of the keep-* options to the `forget` command are not -satisfied. +Enhancement: Keep oldest snapshot when there are not enough snapshots +The `forget` command now additionally preserves the oldest snapshot if fewer +snapshots are kept than allowed by the `--keep-*` parameters. This maximizes +amount of history kept while the specified limits are not yet reached. https://github.com/restic/restic/issues/3624 https://github.com/restic/restic/pull/4366