Cloud Backup centre notification alerts
I've had an Asustor for about 5 years, for simple home / family use, happily doing its thing and backing up to a cloud service (BackBlaze) daily.
I noticed by chance last week that the backup jobs have been failing for about a month and although I have it set to email system alerts, this didn't apply to the Cloud Backup Centre app. Having a dig around it appears that the app places an entry to the System Log for job creation / job deletion, but not job started / completed / failed. The app does record these events but it seems to do it in another database, accessed from within the app.
My request is to have these log entries sent to me, but I can't figure out how (without going down the line of writing a cron job to read the app log and email me).
(The other side of the problem is there was an issue getting data to BackBlaze that they weren't helpful in resolving. I fixed that in the end by simply creating a new bucket (didn't change any other settings), which indicates the bucket on BackBlaze was not as it should be.)
EDITED : As it turns out the functionality isn't in the product, I created a script to read Cloud Backup Centre's log database, format each job (success or failure) into a readable line and runs every morning at 06:00 via cron, emailing results (remembering what has already been sent). Works a treat