From 1fd3c2488e5daca6de96fbad3f920b5de68fb346 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 9 Aug 2017 21:57:55 +0200 Subject: [PATCH] Correct README --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -----------------