restic/internal/backend/sftp
Michael Eischer 669a669603 sftp: Fix upload performance issue
Since pkg/sftp 1.13.0 files were uploaded sequentially using 32kb chunks
instead of sending 64 chunks in parallel.
2024-04-28 11:48:26 +02:00
..
config_test.go backend: fix linter warnings 2023-06-07 22:31:15 +02:00
config.go Deprecate s3legacy layout 2024-04-10 21:27:56 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go Deprecate s3legacy layout 2024-04-10 21:27:56 +02:00
sftp_test.go backend: Adjust tests to use the Factory to instantiate the backend 2023-06-17 15:15:58 +02:00
sftp.go sftp: Fix upload performance issue 2024-04-28 11:48:26 +02:00
sshcmd_test.go sftp: test that Args and Command options cannot be set at the same time 2023-10-21 19:26:39 +02:00