2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 23:28:32 +00:00

8 lines
262 B
Plaintext
Raw Normal View History

2024-07-23 00:19:22 +02:00
Bugfix: Fix slow SFTP upload performance
2024-04-28 11:58:08 +02:00
Since restic 0.12.1, the upload speed of the sftp backend to a remote server
2024-07-23 00:19:22 +02:00
has regressed significantly. This has now been fixed.
2024-04-28 11:58:08 +02:00
https://github.com/restic/restic/issues/4209
https://github.com/restic/restic/pull/4782