Improve backup service

This commit is contained in:
Tobias Reisinger 2024-10-07 21:24:48 +02:00
parent 9b7b5d3642
commit 33d5e30ba6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 26 additions and 18 deletions
roles/backup/templates

View file

@ -5,8 +5,8 @@
if autorestic backup -av --ci
then
{{ backup_hc_command_success }}
{{ backup_uk_command_success }}
{{ backup_gatus_command_success }}
else
{{ backup_hc_command_fail }}
{{ backup_uk_command_fail }}
{{ backup_gatus_command_fail }}
fi