sftp: simplify documentation for sftp.args

This commit is contained in:
Michael Eischer 2023-10-21 19:28:27 +02:00
parent 6a4d6d5da4
commit baf9b54891
1 changed files with 3 additions and 5 deletions

View File

@ -172,11 +172,9 @@ Then use it in the backend specification:
Last, if you'd like to use an entirely different program to create the Last, if you'd like to use an entirely different program to create the
SFTP connection, you can specify the command to be run with the option SFTP connection, you can specify the command to be run with the option
``-o sftp.command="foobar"``. ``-o sftp.command="foobar"``. Alternatively, ``-o sftp.args`` allows
setting the arguments passed to the default SSH command (ignored when
The SFTP backend has the following additional option: ``sftp.command`` is set)
* ``-o sftp.args`` allows setting the arguments passed to the default SSH command (ignored when ``sftp.command`` is set)
.. note:: Please be aware that SFTP servers close connections when no data is .. note:: Please be aware that SFTP servers close connections when no data is
received by the client. This can happen when restic is processing huge received by the client. This can happen when restic is processing huge