From 9341a83b0598e7284bbf0eeb4e007399caaba85a Mon Sep 17 00:00:00 2001
From: greatroar <@>
Date: Thu, 17 Dec 2020 21:47:28 +0100
Subject: [PATCH] Changelog entry for #2453 and #3170

---
 changelog/unreleased/issue-2453 | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 changelog/unreleased/issue-2453

diff --git a/changelog/unreleased/issue-2453 b/changelog/unreleased/issue-2453
new file mode 100644
index 000000000..0e91b8c05
--- /dev/null
+++ b/changelog/unreleased/issue-2453
@@ -0,0 +1,12 @@
+Enhancement: Improve handling of permanent backend errors
+
+When encountering errors in reading from or writing to storage backends,
+restic retries the failing operation up to nine times (for a total of ten
+attempts). It used to retry all backend operations, but now detects some
+permanent error conditions so it can report fatal errors earlier.
+
+Permanent failures include local disks being full and SSH connections
+dropping.
+
+https://github.com/restic/restic/issues/2453
+https://github.com/restic/restic/pull/3170