update backup script
This commit is contained in:
parent
08872ef6b2
commit
ade27333bd
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ echo "$drive3 / $mount3 / $mounted3"
|
|||
if [[ $mounted1 != 0 ]] || [[ mounted2 != 0 ]] || [[ $mounted3 != 0 ]] ; then
|
||||
payload="{\"message\": \"Backup stopped. One or more local drives are not mounted.\nDate: `date`\", \"priority\": 2,\"title\": \"backups-rpi4: Backup Stopped\"}"
|
||||
curl -X "POST" "https://gotify.sysctl.io/message" -H "accept: application/json" -H "Content-Type: application/json" -H "X-Gotify-Key: $GOTIFY_TOKEN" -d "$payload"
|
||||
|
||||
exit
|
||||
fi
|
||||
|
||||
echo "Drive 1: $drive1"
|
||||
|
@ -159,7 +159,7 @@ echo "$drive3 / $mount3 / $mounted3"
|
|||
if [[ $mounted1 != 0 ]] || [[ mounted2 != 0 ]] || [[ $mounted3 != 0 ]] ; then
|
||||
payload="{\"message\": \"Data Vol Backup stopped. One or more local drives are not mounted.\nDate: `date`\", \"priority\": 2,\"title\": \"backups-rpi4: Data Vol Backup Stopped\"}"
|
||||
curl -X "POST" "https://gotify.sysctl.io/message" -H "accept: application/json" -H "Content-Type: application/json" -H "X-Gotify-Key: $GOTIFY_TOKEN" -d "$payload"
|
||||
|
||||
exit
|
||||
fi
|
||||
|
||||
echo "Drive 1: $drive1"
|
||||
|
|
Loading…
Reference in a new issue