From 81f513d77b9ed3f9a78dc4456c654dfef408c5d7 Mon Sep 17 00:00:00 2001 From: Nicco Date: Sat, 26 Oct 2019 21:49:25 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0fe23e..3856e60 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Backends are the place where you data will be saved. Backups are incremental and ### Fields -###### `type` +##### `type` Type of the backend see a list [here](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html) @@ -105,12 +105,12 @@ Supported are: For each backend you need to specify the right variables as shown in the example below. -###### `path` +##### `path` The path on the remote server. For object storages as -###### Example +##### Example ```yaml backends: @@ -123,7 +123,7 @@ backends: -###### Note +##### Note Note that the data is automatically encrypted on the server. The key will be generated and added to your config file. Every backend will have a separate key. You should keep a copy of the keys somewhere in case your server dies. Otherwise DATA IS LOST!