4 lines
205 B
Text
4 lines
205 B
Text
![]() |
#!/bin/sh
|
||
|
{# We can't signal other statuses than up or down I think, but we can attach a descriptive message #}
|
||
|
curl --silent '{{ restic_secrets.uptime_kuma_url }}?status=up&msg=Incomplete%20backup&ping='
|