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
|