2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00
restic/changelog/0.14.0_2022-08-25/issue-3837

9 lines
360 B
Plaintext
Raw Normal View History

2022-08-23 23:21:01 +00:00
Enhancement: Improve SFTP repository initialization over slow links
2022-07-30 20:53:52 +00:00
2022-08-23 23:21:01 +00:00
The `init` command, when used on an SFTP backend, now sends multiple `mkdir`
commands to the backend concurrently. This reduces the waiting times when
creating a repository over a very slow connection.
2022-07-30 20:53:52 +00:00
https://github.com/restic/restic/issues/3837
https://github.com/restic/restic/pull/3840