mirror of
https://github.com/restic/restic.git
synced 2025-12-12 06:51:51 +00:00
12 lines
438 B
Plaintext
12 lines
438 B
Plaintext
|
|
Bugfix: Improve handling of download retries in `check` command
|
||
|
|
|
||
|
|
In very rare cases, the `check` command could unnecessarily report a
|
||
|
|
repository damage if the backend returns incomplete, corrupted data on
|
||
|
|
the first download try which is resolved by a download retry.
|
||
|
|
|
||
|
|
Now, only the check result of the last download attempt is reported as
|
||
|
|
intended.
|
||
|
|
|
||
|
|
https://github.com/restic/restic/issues/5467
|
||
|
|
https://github.com/restic/restic/pull/5495
|