From 42f690dbab75ec7c3d7196d37cb31325706192a9 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 6 Sep 2025 19:51:05 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/issue-5354 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog/unreleased/issue-5354 diff --git a/changelog/unreleased/issue-5354 b/changelog/unreleased/issue-5354 new file mode 100644 index 000000000..1fbda9077 --- /dev/null +++ b/changelog/unreleased/issue-5354 @@ -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