mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
Merge pull request #8445 from ThomasWaldmann/rclone-docs-fixes
rclone docs fixes
This commit is contained in:
commit
54fac33e69
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue