2
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-08-29 05:06:02 +02:00
restic/changelog/unreleased/pull-2139
2019-02-10 12:35:41 +01:00

9 lines
382 B
Text

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