mirror of
https://github.com/restic/restic.git
synced 2025-12-03 20:51:47 +00:00
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