Add lxd-databases backup
This commit is contained in:
parent
4c5691177c
commit
d6e822edc2
3 changed files with 23 additions and 0 deletions
|
@ -38,6 +38,7 @@ hooks:
|
|||
before_backup:
|
||||
- echo "`date` - Starting backup"
|
||||
- /usr/local/bin/lxd-export.sh
|
||||
- /usr/local/bin/lxd-databases.sh
|
||||
|
||||
after_backup:
|
||||
- echo "`date` - Finished backup"
|
||||
|
|
Reference in a new issue