April 28, 20179 yr I have my own backup script running on unraid that starts each time the server starts. Works great. What I would like to do is have a pushover notification sent to my phone at the end of the script that sends me a message saying "Backup finished" Can anyone tell me what command I would put in my script to do that?
April 28, 20179 yr # /usr/local/emhttp/webGui/scripts/notify notify [-e "event"] [-s "subject"] [-d "description"] [-i "normal|warning|alert"] [-m "message"] [-x] [-t] [add] create a notification use -e to specify the event use -s to specify a subject use -d to specify a short description use -i to specify the severity use -m to specify a message (long description) use -x to create a single notification ticket use -t to force send email only (for testing) all options are optional notify init Initialize the notification subsystem. notify smtp-init Initialize sendmail configuration (ssmtp in our case). notify get Output a json-encoded list of all the unread notifications. notify archive file Move file from 'unread' state to 'archive' state.
January 30, 20215 yr Not sure how this talks with Pushover, I assume you're talking about https://pushover.net/ for phone notifications? But I am interested! Getting a script running and I'd like an active notification.
Archived
This topic is now archived and is closed to further replies.