mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
15 lines
622 B
Plaintext
15 lines
622 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, SSH connections
|
|
dropping and permission errors.
|
|
|
|
https://github.com/restic/restic/issues/2453
|
|
https://github.com/restic/restic/pull/3170
|
|
https://github.com/restic/restic/issues/3180
|
|
https://github.com/restic/restic/pull/3181
|