mirror of
https://github.com/restic/restic.git
synced 2025-10-11 03:12:38 +00:00
rclone: add timeout option and documentation
This commit is contained in:

committed by
Michael Eischer

parent
6c84ea1412
commit
43d173b042
@@ -607,10 +607,11 @@ configuring a bandwidth limit for rclone can be achieved by setting the
|
||||
|
||||
For debugging rclone, you can set the environment variable ``RCLONE_VERBOSE=2``.
|
||||
|
||||
The rclone backend has two additional options:
|
||||
The rclone backend has three additional options:
|
||||
|
||||
* ``-o rclone.program`` specifies the path to rclone, the default value is just ``rclone``
|
||||
* ``-o rclone.args`` allows setting the arguments passed to rclone, by default this is ``serve restic --stdio --b2-hard-delete``
|
||||
* ``-o rclone.timeout`` specifies timeout for waiting on repository opening, the default value is ``1m``
|
||||
|
||||
The reason for the ``--b2-hard-delete`` parameters can be found in the corresponding GitHub `issue #1657`_.
|
||||
|
||||
|
Reference in New Issue
Block a user