Merge pull request #4782 from MichaelEischer/fix-sftp-performance

Fix sftp upload performance
This commit is contained in:
Michael Eischer
2024-05-12 15:28:33 +02:00
committed by GitHub
2 changed files with 14 additions and 2 deletions

View File

@@ -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