Add Healtchecks
This commit is contained in:
parent
05f8068a75
commit
d9e0c6d6be
3 changed files with 8 additions and 21 deletions
|
@ -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 }}
|
||||
|
|
Reference in a new issue