From d8b80e98623e608694169f116dbd115bdf16a753 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Tue, 31 Mar 2020 21:50:47 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/pull-2674 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/pull-2674 diff --git a/changelog/unreleased/pull-2674 b/changelog/unreleased/pull-2674 new file mode 100644 index 000000000..3a8cc0d9b --- /dev/null +++ b/changelog/unreleased/pull-2674 @@ -0,0 +1,8 @@ +Bugfix: Add stricter prune error checks + +Additional checks were added to the prune command in order to improve +resiliency to backend, hardware and/or networking issues. The checks now +detect a few more cases where such outside factors could potentially cause +data loss. + +https://github.com/restic/restic/pull/2674