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