mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
382 B
Plaintext
9 lines
382 B
Plaintext
|
Enhancement: Return error if no bytes could be read for `backup --stdin`
|
||
|
|
||
|
When restic is used to backup the output of a program, like `mysqldump | restic
|
||
|
backup --stdin`, it now returns an error if no bytes could be read at all. This
|
||
|
catches the failure case when `mysqldump` failed for some reason and did not
|
||
|
output any data to stdout.
|
||
|
|
||
|
https://github.com/restic/restic/pull/2139
|