diff --git a/README.rst b/README.rst index 1154d0c61..83ae81b10 100644 --- a/README.rst +++ b/README.rst @@ -47,14 +47,14 @@ Backends Saving a backup on the same machine is nice but not a real backup strategy. Therefore, restic supports the following backends for storing backups natively: - * `Local directory `__ - * `sftp server (via SSH) `__ - * `HTTP REST server `__ (`protocol `__ rest-server `__ (either from Amazon or using the `Minio `__ server) - * `OpenStack Swift `__ - * `BackBlaze B2 `__ - * `Microsoft Azure Blob Storage `__ - * `Google Cloud Storage `__ +- `Local directory `__ +- `sftp server (via SSH) `__ +- `HTTP REST server `__ (`protocol `__ `rest-server `__ (either from Amazon or using the `Minio `__ server) +- `OpenStack Swift `__ +- `BackBlaze B2 `__ +- `Microsoft Azure Blob Storage `__ +- `Google Cloud Storage `__ Design Principles -----------------