SYSTEM INFORMATION | |
---|---|
OS type and version | rocky linux 9.3 |
Webmin version | 2.105 |
Virtualmin version | 7.8.2 |
Related packages | virtualmin backup |
hello,
i have a healthchecks.io account and i would integrate virtualmin backup with healthchecks.
so i need to send a curl url after backup with exit code, for example
if virtualmin backup is ok
curl -m 10 --retry 5 https://hc-ping.com/xxxxxxxxxxxxxx/0
if virtualmin backup have an error
curl -m 10 --retry 5 https://hc-ping.com/xxxxxxxxxxxxxx/1
i found an option on scheduled backups
Command to run after backup
but i can’t understand how integrate BACKUP_STATUS
can you help me?
thank you