mirror of
https://github.com/octoleo/restic.git
synced 2024-12-31 22:11:52 +00:00
Update 030_preparing_a_new_repo.rst
Helps users having this issue: https://github.com/restic/restic/issues/2216
This commit is contained in:
parent
870e7583a1
commit
fe886a6439
@ -122,6 +122,16 @@ 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"``.
|
||||||
|
|
||||||
|
.. 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 client’s .ssh/config file:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
ServerAliveInterval 60
|
||||||
|
ServerAliveCountMax 240
|
||||||
|
|
||||||
|
|
||||||
REST Server
|
REST Server
|
||||||
***********
|
***********
|
||||||
|
Loading…
Reference in New Issue
Block a user