mirror of
https://github.com/restic/restic.git
synced 2026-09-18 02:07:58 +00:00
14 lines
520 B
Plaintext
14 lines
520 B
Plaintext
Bugfix: Allow `rclone` and `sftp` backends when restic runs in the background
|
|
|
|
Starting restic in the background could result in unexpected behavior when using
|
|
the `rclone` or `sftp` backend. For example,
|
|
`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
|
|
https://github.com/restic/restic/pull/5493
|
|
https://github.com/restic/restic/pull/5494
|