forked from TrueCloudLab/restic
parent
66d904c905
commit
9341a83b05
1 changed files with 12 additions and 0 deletions
12
changelog/unreleased/issue-2453
Normal file
12
changelog/unreleased/issue-2453
Normal file
|
@ -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
|
Loading…
Reference in a new issue