Files
restic/changelog/unreleased/issue-5683
T

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