This commit is contained in:
Alexander Weiss
2021-01-05 09:13:15 +01:00
parent 5e22ae10f1
commit 6e942693ba
2 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
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