restic/changelog/unreleased/issue-4975
2024-08-31 19:10:36 +02:00

7 lines
281 B
Text

Bugfix: Prevent `backup --stdin-from-command` from panicking
Restic would previously crash if `--stdin-from-command` was specified without
providing a command. This issue has now been fixed.
https://github.com/restic/restic/issues/4975
https://github.com/restic/restic/pull/4976