From 2ee848588660e9c9fbebcdb6d90ffae70607ad91 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 9 Aug 2017 21:56:41 +0200 Subject: [PATCH] Update README --- README.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.rst b/README.rst index b34a9528e..1154d0c61 100644 --- a/README.rst +++ b/README.rst @@ -35,8 +35,27 @@ and add some data: duration: 0:29, 54.47MiB/s snapshot 40dc1520 saved +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 `__. +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 `__ + Design Principles -----------------