1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-04 02:28:34 +00:00

docs: fix typo

This commit is contained in:
Thomas Waldmann 2024-10-02 17:28:21 +02:00
parent 940ec7b455
commit ecd0cd07e2
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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: