From 940ec7b455e27f16b9fc830a6d03a3f30ac52005 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 2 Oct 2024 17:27:42 +0200 Subject: [PATCH 1/2] docs: point to rclone docs --- docs/usage/general/repository-urls.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/general/repository-urls.rst.inc b/docs/usage/general/repository-urls.rst.inc index 058047d6b..3d7464d48 100644 --- a/docs/usage/general/repository-urls.rst.inc +++ b/docs/usage/general/repository-urls.rst.inc @@ -28,7 +28,7 @@ For ssh and sftp URLs, the ``user@`` and ``:port`` parts are optional. **Remote repositories** accessed via rclone: -``rclone://remote:path`` +``rclone://remote:path`` - see the rclone docs for more details. If you frequently need the same repo URL, it is a good idea to set the From ecd0cd07e260fade7a2c49aae5554b0a15e7599d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 2 Oct 2024 17:28:21 +0200 Subject: [PATCH 2/2] docs: fix typo --- docs/usage/general/file-systems.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/general/file-systems.rst.inc b/docs/usage/general/file-systems.rst.inc index 342c1ee53..35dd1ef75 100644 --- a/docs/usage/general/file-systems.rst.inc +++ b/docs/usage/general/file-systems.rst.inc @@ -24,7 +24,7 @@ Pros: and re-write segment files to free space. - In future, easier to adapt to other kinds of storage: borgstore's backends are quite simple to implement. - ``sftp:`` and ``rclone:`` backends already exists, others might be easy to add. + ``sftp:`` and ``rclone:`` backends already exist, others might be easy to add. - Parallel repository access with less locking is easier to implement. Cons: