Description of my issue: In the Akkeba admin panel there is a code for the cron job:
/path/to/php /home/proutglo/public_html/resources/cli/akeeba-backup.php
I notice there is a space after the first section /path/to/php is that intentionally or optional?
After talking to my host (Siteground) the code now looks like this:
/usr/local/php53/bin/php-cli /home/proutglo/public_html/resources/cli/akeeba-backup.php
As you can see I have kept the space. Please advice if this looks correct.