Add Healtchecks

This commit is contained in:
Benoit S 2021-02-01 19:31:54 +09:00
parent 05f8068a75
commit d9e0c6d6be
3 changed files with 8 additions and 21 deletions

View file

@ -37,6 +37,9 @@ hooks:
# List of one or more shell commands or scripts to execute before creating a backup.
before_backup:
- echo "`date` - Starting backup"
- /usr/local/bin/lxd-export.sh
after_backup:
- echo "`date` - Finished backup"
healthchecks: {{ host.data.borg_healthchecks }}