mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
8 lines
290 B
Text
8 lines
290 B
Text
|
Bugfix: Better error handling for gs backend
|
||
|
|
||
|
The gs backend did not notice when the last steep of completing a file upload
|
||
|
failed. Under rare circumstance, this might be able to cause missing files in
|
||
|
the backup repository. This has been fixed.
|
||
|
|
||
|
https://github.com/restic/restic/pull/3249
|