Closed Toskache closed 1 year ago
Hi George, The error you're seeing is due to the email notifications in the Unraid GUI not being configured correctly. The script leverages Unraid's notification system to send messages, so any issues there will reflect in the script's output.
the line that uses the unraid notifications is
# Call the Unraid notification script
/usr/local/emhttp/webGui/scripts/notify -s "Backup Notification" -d "$message" -i "$severity"
Please check and ensure the email settings in Unraid's notifications are set up correctly.
Thank you! There was indeed a error in the email-notification setting!
First of all: Great work an thank you for your effort!
When I execute the script (manually via "User Skripts" everything seems working perfekt. But there is a dubious line in the output:
Full output:
I can't find anything in the script like that. Do you. know where it comes from?
BR George