Add lxd-databases backup

This commit is contained in:
Benoit S 2021-02-01 19:42:43 +09:00
parent 4c5691177c
commit d6e822edc2
3 changed files with 23 additions and 0 deletions

View file

@ -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"