restic/changelog/0.12.1_2021-08-03/pull-3449

9 lines
339 B
Plaintext
Raw Normal View History

2021-06-29 21:27:00 +02:00
Bugfix: Correctly handle download errors during `restore`
2021-08-02 10:12:55 +02:00
Due to a regression in restic 0.12.0, the `restore` command in some cases did
not retry download errors and only printed a warning. This has been fixed by
retrying incomplete data downloads.
2021-06-29 21:27:00 +02:00
https://github.com/restic/restic/issues/3439
https://github.com/restic/restic/pull/3449