9 lines
376 B
Markdown
9 lines
376 B
Markdown
# lcx_backup
|
|
|
|
Backupscript for LXC Container
|
|
|
|
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
|