From 360ff1806a4540672e9893697ba19eb6087b7782 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 18 Mar 2018 13:47:49 +0100 Subject: [PATCH] doc: Fix instructions for rclone backend --- doc/030_preparing_a_new_repo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/030_preparing_a_new_repo.rst b/doc/030_preparing_a_new_repo.rst index 7b1ea0f2c..a74e2563c 100644 --- a/doc/030_preparing_a_new_repo.rst +++ b/doc/030_preparing_a_new_repo.rst @@ -416,14 +416,14 @@ restic like this: .. 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 restic: .. 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 similar to the following: