mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
add changelog
This commit is contained in:
parent
914bd699be
commit
42f690dbab
1 changed files with 12 additions and 0 deletions
12
changelog/unreleased/issue-5354
Normal file
12
changelog/unreleased/issue-5354
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Bugfix: Allow use of rclone/sftp backend when running restic in background
|
||||
|
||||
When starting restic in the background, this could result in unexpected behavior
|
||||
when using the rclone or sftp backend.
|
||||
|
||||
For example running `restic -r rclone:./example --insecure-no-password init &`
|
||||
could cause the calling `bash` shell to exit unexpectedly.
|
||||
|
||||
This has been fixed.
|
||||
|
||||
https://github.com/restic/restic/issues/5354
|
||||
https://github.com/restic/restic/pull/5358
|
||||
Loading…
Reference in a new issue