forked from TrueCloudLab/restic
9 lines
371 B
Text
9 lines
371 B
Text
Bugfix: Improve error handling in restore
|
|
|
|
Restic restore used to not print errors while downloading file contents from
|
|
the repository. restore also incorrectly exited with a zero error code even
|
|
when there were errors during the restore process. Now, a non-zero code is
|
|
returned.
|
|
|
|
https://github.com/restic/restic/issues/3166
|
|
https://github.com/restic/restic/pull/3207
|