From 1fecb8fc72cc3b248ddf216f9749e12f7e64898a Mon Sep 17 00:00:00 2001 From: Manuel Stutz Date: Wed, 7 Mar 2018 10:44:39 +0100 Subject: [PATCH] Update README.md Sorry, I'm sometimes a grammar-nazi :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8777f8ec..e152a7b7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Blacklabelops backup and restore solution for Docker volume backups. It is based on the command line tool Duplicity. Dockerized and Parameterized for easier use and configuration. -Always remember that this no wizard tool that can clone and backup data from running databases. You should always stop all containers running on your data before doing backups. Always make sure your not victim of unexpected data corruption. +Always remember that this no wizard tool that can clone and backup data from running databases. You should always stop all containers running on your data before doing backups. Always make sure you're not victim of unexpected data corruption. Also note that the easier the tools the easier it is to lose data! Always make sure the tool works correct by checking the backup data itself, e.g. S3 bucket. Check the configuration double time and enable some check options this image offers. E.g. attaching volumes read only.