From 406942f828e43c53e990e02c5856627905537d6c Mon Sep 17 00:00:00 2001 From: rick Date: Sun, 4 Aug 2019 01:16:53 +0200 Subject: [PATCH] some more adjustments for readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3578e0..18f7905 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,7 @@ Backupscript for LXC Container -This script creates a copy of all running containers, backs them up (via lxc export) and deletes them afterwards. -Copys are created to prevent database inconsistencies -> copies are way faster than exports +This script creates a copy of all running containers, backs them up (via lxc export) and deletes the copies afterwards. +Copies are created to prevent database inconsistencies -> copies are way faster than exports + +If you want to use this script you need to change the variables `backupuser` and `backuppath` to your environment