mirror of
https://github.com/restic/restic.git
synced 2025-10-19 15:43:21 +00:00
add changelog for --stdin-filename with/directory
This commit is contained in:
parent
91d582a667
commit
6bdca9a7d5
1 changed files with 14 additions and 0 deletions
14
changelog/unreleased/issue-5324
Normal file
14
changelog/unreleased/issue-5324
Normal file
|
@ -0,0 +1,14 @@
|
|||
Bugfix: Correctly handle `backup --stdin-filename` with directories
|
||||
|
||||
In restic 0.18.0, the `backup` command failed if a filename that includes
|
||||
a least a directory was passed to `--stdin-filename`. For example,
|
||||
`--stdin-filename /foo/bar` resulted in the following error:
|
||||
|
||||
```
|
||||
Fatal: unable to save snapshot: open /foo: no such file or directory
|
||||
```
|
||||
|
||||
This has been fixed now.
|
||||
|
||||
https://github.com/restic/restic/issues/5324
|
||||
https://github.com/restic/restic/pull/5356
|
Loading…
Add table
Add a link
Reference in a new issue