Have I read the related troubleshooter articles above before posting (which pages?)? Those that turned up in my search
Have I searched the forum before posting? Yes
Have I read the documentation before posting (which pages?)? Yes. All of "Akeeba Backup User's Guide" with focus on the "Automating your backup" for this question
Joomla! version: 1.5.23
PHP version: 5.2.9
MySQL version: 5.0.92-community
Host: hostgator
Akeeba Backup version: Professional
Description of my issue:
I'm using the command line backup via a cron: /usr/local/bin/php /home/xxxxxx/www/administrator/components/com_akeeba/backup.php -profile=1
2 questions:
1) is there an easy way to only have the "echo' occur in the event of a warning? Maybe an -override parameter I can set? The cpanel cron emails me the output of the "echo" and I'd rather not receive those emails unless there's an issue.
2) is there a way to invoke the "email on backup completion" when using the command line backup (the cron command I mentioned above)? I know this seems opposite of my #1 question but these emails would be for my customer, the site owner and the information I currently receive is too low level for what my customer would want to see.
I'm an experienced php user and could tweak backup.php but prefer not to for multiple reasons.