Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Feb 26, 2020
1 parent 8a34270 commit ebbe106
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ curl -s https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.

## 🚀 Quickstart

##### ⚠️ 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 or config file somewhere in case your server dies**. Otherwise DATA IS LOST!

Also, currently comments in the config file will be deleted, due how the yaml parsing library works. I will fix this soon :)

### Setup

First we need to configure our locations and backends. Simply create a `.autorestic.yml` either in your home directory of in the folder from which you will execute `autorestic`.
Expand Down Expand Up @@ -74,12 +80,6 @@ Then we check if everything is correct by running the `check` command. We will p

If we would check only one location we could run the following: `autorestic check -l home`. Otherwise simpply check all locations with `autorestic check -a`

##### ⚠️ 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 or config file somewhere in case your server dies**. Otherwise DATA IS LOST!

Also, currently comments in the config file will be deleted, due how the yaml parsing library works. I will fix this soon :)

### 📦 Backup

```
Expand Down

0 comments on commit ebbe106

Please sign in to comment.