Merge pull request #2228 from cstegm/patch-1

Update 030_preparing_a_new_repo.rst
This commit is contained in:
Alexander Neumann 2019-04-13 14:20:01 +02:00
commit 4d77c0c21c
1 changed files with 10 additions and 0 deletions

View File

@ -122,7 +122,17 @@ 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"``.
.. 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
amounts of unchanged data. To avoid this issue add the following lines
to the clients .ssh/config file:
::
ServerAliveInterval 60
ServerAliveCountMax 240
REST Server
***********