2021-02-13 23:57:54 +00:00
|
|
|
Bugfix: Improve error handling in the `restore` command
|
2021-01-05 08:13:15 +00:00
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
The `restore` command used to not print errors while downloading file contents
|
|
|
|
from the repository. It also incorrectly exited with a zero error code even
|
|
|
|
when there were errors during the restore process. This has all been fixed and
|
|
|
|
`restore` now returns with a non-zero exit code when there's an error.
|
2021-01-05 08:13:15 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3166
|
|
|
|
https://github.com/restic/restic/pull/3207
|