2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00
restic/changelog/0.12.0_2021-02-14/issue-2453

15 lines
628 B
Plaintext
Raw Normal View History

Enhancement: Report permanent/fatal backend errors earlier
2020-12-17 20:47:28 +00:00
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 that it can report fatal errors earlier.
2020-12-17 20:47:28 +00:00
Permanent failures include local disks being full, SSH connections
dropping and permission errors.
2020-12-17 20:47:28 +00:00
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