From a1d682ce0e31375e39478a374328987f7e256eea Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 28 Apr 2024 11:58:08 +0200 Subject: [PATCH] add changelog for sftp performance fix --- changelog/unreleased/issue-4209 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/issue-4209 diff --git a/changelog/unreleased/issue-4209 b/changelog/unreleased/issue-4209 new file mode 100644 index 000000000..2e49191c1 --- /dev/null +++ b/changelog/unreleased/issue-4209 @@ -0,0 +1,7 @@ +Bugfix: Fix slow sftp upload performance + +Since restic 0.12.1, the upload speed of the sftp backend to a remote server +has regressed significantly. This has been fixed. + +https://github.com/restic/restic/issues/4209 +https://github.com/restic/restic/pull/4782