mirror of https://github.com/restic/restic.git
doc: Fix instructions for rclone backend
This commit is contained in:
parent
1beeb7d0dd
commit
360ff1806a
|
@ -416,14 +416,14 @@ restic like this:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ restic -r rclone:b2prod:yggdrasil
|
$ restic -r rclone:b2prod:yggdrasil init
|
||||||
|
|
||||||
If you want to use the path ``foo/bar/baz`` in the bucket instead, pass this to
|
If you want to use the path ``foo/bar/baz`` in the bucket instead, pass this to
|
||||||
restic:
|
restic:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ restic -r rclone:b2prod:yggdrasil/foo/bar/baz
|
$ restic -r rclone:b2prod:yggdrasil/foo/bar/baz init
|
||||||
|
|
||||||
Listing the files of an empty repository directly with rclone should return a
|
Listing the files of an empty repository directly with rclone should return a
|
||||||
listing similar to the following:
|
listing similar to the following:
|
||||||
|
|
Loading…
Reference in New Issue