some more adjustments for readme

This commit is contained in:
rick
2019-08-04 01:16:53 +02:00
parent 46d7c1282b
commit 406942f828

View File

@@ -2,5 +2,7 @@
Backupscript for LXC Container Backupscript for LXC Container
This script creates a copy of all running containers, backs them up (via lxc export) and deletes them afterwards. This script creates a copy of all running containers, backs them up (via lxc export) and deletes the copies afterwards.
Copys are created to prevent database inconsistencies -> copies are way faster than exports 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