mirror of
https://github.com/restic/restic.git
synced 2026-08-03 12:42:17 +00:00
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
Bugfix: Prevent `backup --stdin-from-command` from hanging
|
|
|
|
When using `--stdin-from-command`, the `backup` command could hang until
|
|
manually cancelled if the backup stopped before all subprocess output was
|
|
consumed, for example after a failed upload to the repository. This has been
|
|
fixed.
|
|
|
|
https://github.com/restic/restic/issues/5683
|
|
https://github.com/restic/restic/pull/21829
|