From 8a3427093481c4e0c85135447e55cb7cf7d10ef6 Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 26 Feb 2020 12:12:40 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc7c718..3d5abe7 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,11 @@ 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 ⚠️ -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 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