From 660fe78735a1bc3e99836021211182808ebabc57 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 13 Oct 2017 20:01:19 +0200 Subject: [PATCH] Fix links to manual --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index dbfe0e797..304b7df8a 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Next you can either use ``restic restore`` to restore files or use ``restic mount`` to mount the repository via fuse and browse the files from previous snapshots. -For more options check out the `manual guide `__. +For more options check out the `online documentation `__. Backends -------- @@ -49,14 +49,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 `__) -- `AWS S3 `__ (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 `__) +- `AWS S3 `__ (either from Amazon or using the `Minio `__ server) +- `OpenStack Swift `__ +- `BackBlaze B2 `__ +- `Microsoft Azure Blob Storage `__ +- `Google Cloud Storage `__ Design Principles -----------------