Update README.md

This commit is contained in:
Nicco 2019-10-26 21:49:25 +02:00 committed by GitHub
parent e32521e6ea
commit 81f513d77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ Backends are the place where you data will be saved. Backups are incremental and
### Fields ### Fields
###### `type` ##### `type`
Type of the backend see a list [here](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html) 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. For each backend you need to specify the right variables as shown in the example below.
###### `path` ##### `path`
The path on the remote server. The path on the remote server.
For object storages as For object storages as
###### Example ##### Example
```yaml ```yaml
backends: 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! 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!