mirror of
https://github.com/octoleo/restic.git
synced 2024-11-27 07:16:40 +00:00
13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
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
|