Merge pull request #4976 from textaligncenter/backup-panic

fix panic in fs_reader
This commit is contained in:
Michael Eischer
2024-08-03 19:56:15 +00:00
committed by GitHub
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: Prevent `backup --stdin-from-command` from panicking
If --stdin-from-command is used, restic now checks whether there is a command behind it.
https://github.com/restic/restic/issues/4975
https://github.com/restic/restic/pull/4976