diff --git a/changelog/unreleased/issue-3837 b/changelog/unreleased/issue-3837 new file mode 100644 index 000000000..11e06d953 --- /dev/null +++ b/changelog/unreleased/issue-3837 @@ -0,0 +1,8 @@ +Enhancement: SFTP backend initialization is faster on slow links + +Restic init on an SFTP backend now sends multiple mkdir commands to the +backend concurrently, to reduce the wait when creating a repository +over a very slow link. + +https://github.com/restic/restic/issues/3837 +https://github.com/restic/restic/pull/3840