2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-29 16:23:59 +00:00
restic/changelog/0.17.1_2024-09-05/issue-4975

8 lines
281 B
Plaintext
Raw Normal View History

2024-08-03 16:44:45 +00:00
Bugfix: Prevent `backup --stdin-from-command` from panicking
2024-08-30 12:58:32 +00:00
Restic would previously crash if `--stdin-from-command` was specified without
2024-08-31 15:28:24 +00:00
providing a command. This issue has now been fixed.
2024-08-03 16:44:45 +00:00
https://github.com/restic/restic/issues/4975
https://github.com/restic/restic/pull/4976