From baf9b54891df5e79d765047b8c392d7aa5be113f Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 21 Oct 2023 19:28:27 +0200 Subject: [PATCH] sftp: simplify documentation for sftp.args --- doc/030_preparing_a_new_repo.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/030_preparing_a_new_repo.rst b/doc/030_preparing_a_new_repo.rst index 3e7d9ff9e..6197cad66 100644 --- a/doc/030_preparing_a_new_repo.rst +++ b/doc/030_preparing_a_new_repo.rst @@ -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 SFTP connection, you can specify the command to be run with the option -``-o sftp.command="foobar"``. - -The SFTP backend has the following additional option: - - * ``-o sftp.args`` allows setting the arguments passed to the default SSH command (ignored when ``sftp.command`` is set) +``-o sftp.command="foobar"``. Alternatively, ``-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 received by the client. This can happen when restic is processing huge