From d1649affb2ae12996d8bc7bc716517a651039019 Mon Sep 17 00:00:00 2001 From: Srigovind Nayak <5201843+konidev20@users.noreply.github.com> Date: Sun, 30 Mar 2025 14:12:06 +0530 Subject: [PATCH] chore: update changelog for issue-5233 --- changelog/unreleased/issue-5233 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-5233 diff --git a/changelog/unreleased/issue-5233 b/changelog/unreleased/issue-5233 new file mode 100644 index 000000000..14ff2b249 --- /dev/null +++ b/changelog/unreleased/issue-5233 @@ -0,0 +1,8 @@ +Bugfix: forget command returns exit code 3 on partial removal of snapshots + +The `forget` command now returns exit code 3 when it fails to remove one or +more snapshots. Previously, it returned exit code 0, which could lead to +confusion if the command was used in a script. + +https://github.com/restic/restic/issues/5233 +https://github.com/restic/restic/pull/5322