From 43b82d69b47d31944945baefa2e3d1a6957f8cc7 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Tue, 29 Jun 2021 21:27:00 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/pull-3449 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/pull-3449 diff --git a/changelog/unreleased/pull-3449 b/changelog/unreleased/pull-3449 new file mode 100644 index 000000000..a05094f26 --- /dev/null +++ b/changelog/unreleased/pull-3449 @@ -0,0 +1,8 @@ +Bugfix: Correctly handle download errors during `restore` + +Due to a regression in restic 0.12.0 the `restore` command in some cases +did not retry download errors and only printed a warning. This has been +fixed by retrying incomplete data downloads. + +https://github.com/restic/restic/issues/3439 +https://github.com/restic/restic/pull/3449