I used to use your free Akeeba Backup extension for some time. Today I bought the Pro version because of some trouble with cron. Unfortunately, I didn't get it working again until know.
After a cron job has been executed, I receive the following e-mail:
##############################
Akeeba Backup CLI 4.1.2 (2015-02-03)
Copyright (C) 2010-2015 Nicholas K. Dionysopoulos
-------------------------------------------------------------------------------
Akeeba Backup is Free Software, distributed under the terms of the GNU General
Public License version 3 or, at your option, any later version.
This program comes with ABSOLUTELY NO WARRANTY as per sections 15 & 16 of the
license. See http://www.gnu.org/licenses/gpl-3.0.html for details.
-------------------------------------------------------------------------------
You are using PHP 5.3.29 (cli)
Starting a new backup with the following parameters:
Profile ID 1
Description "Command-line backup"
Current memory usage: 1.48 Mb
Unsetting time limit restrictions.
Site paths determined by this script:
JPATH_BASE : /is/htdocs/xyz/abc/joomla2
JPATH_ADMINISTRATOR : /is/htdocs/xyz/abc/joomla2/administrator
##############################
This is how my cron command looks like: abc/joomla2/cli/akeeba-backup.php
Host Europe has a special way to add cron jobs. So I only need to specify where the script is located. But I have to add #!/usr/bin/php to the top of every cron script (not only Akeeba).
Well, the cron part seems to work, otherwise the error message would be different.
I already tried it with the alternative Akeeba cron script, but I got a similar result:
##############################
Akeeba Backup Alternate CRON Helper Script version 4.1.2 (2015-02-03)
Copyright (C) 2010-2015 Nicholas K. Dionysopoulos
-------------------------------------------------------------------------------
Akeeba Backup is Free Software, distributed under the terms of the GNU General
Public License version 3 or, at your option, any later version.
This program comes with ABSOLUTELY NO WARRANTY as per sections 15 & 16 of the
license. See http://www.gnu.org/licenses/gpl-3.0.html for details.
-------------------------------------------------------------------------------
Unsetting time limit restrictions.
Site paths determined by this script:
JPATH_BASE : /is/htdocs/xyz/abc/joomla2
JPATH_ADMINISTRATOR : /is/htdocs/xyz/abc/joomla2/administrator
######################################
I also set up an execution time limit, but no success.
The manual backend backups work, no trouble there.
Could you please help me to get Akeeba working via cron job?
Thank you very much
Marcel