1
0
mirror of https://github.com/restic/restic.git synced 2024-06-28 08:00:52 +02:00
restic/internal/backend/sftp
Michael Manganiello 41f70f1f4f backend/sftp: Add sftp.args option
Allow setting custom arguments for the `sftp` backend, by using the
`sftp.args` option. This is similar to the approach already implemented
in the `rclone` backend, to support new arguments without requiring
future code changes for each different SSH argument.

Closes #4241
2023-10-21 19:25:44 +02:00
..
config_test.go backend: fix linter warnings 2023-06-07 22:31:15 +02:00
config.go backend/sftp: Add sftp.args option 2023-10-21 19:25:44 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01: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 backend/sftp: Add sftp.args option 2023-10-21 19:25:44 +02:00
sshcmd_test.go backend/sftp: Add sftp.args option 2023-10-21 19:25:44 +02:00