Is there a script which checks on the remote server if the backup completed successfully and allows me to send an email if the backup failed?
This is what I use
wget --max-redirect=10000 "http://www.yoursite.com/index.php?option=com_akeeba&view=check&key=YourSecretKey"
/usr/bin/wget "http://www.yoursite.com/index.php?option=com_akeeba&view=check&key=YourSecretKey"
The problem is that view=check is returning Warning if any of backup failed I want to know only the latest backup.
Regards
Cedric