Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the forum before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 1.7.3
Akeeba Backup version: Akeeba Backup Professional 3.3.7 (2011-11-19)
Description of my issue:
We run an automated CLI backup script, within a chrooted environment, which was working fine until the upgrade to 3.3.6. Here is the script snippet:
datestamp=$(date +'%Y%m%d%H%M') /usr/local/php/bin/php /www/somesite.co.uk/www/administrator/components/com_akeeba/backup.php \ -override "akeeba.basic.output_directory=/www/somesite.co.uk/backups" \ -override "akeeba.basic.temporary_directory=/www/somesite.co.uk/tmp" \ -override "akeeba.basic.archive_name=${datestamp}"It is run from a cronjob but when I execute from the command line one now sees:
Akeeba Backup CLI 3.3.7 (2011-11-19) Copyright (C) 2010-2011 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. ------------------------------------------------------------------------------- Starting a new backup with the following parameters: Profile ID 1 Description "Command-line backup" Configuration variables overriden in the command line: akeeba.basic.output_directory, akeeba.basic.temporary_directory, akeeba.basic.archive_name Current memory usage: 743.74 Kb Unsetting time limit restrictions. Site paths determined by this script: JPATH_BASE : /www/somesite.co.uk/www/administrator JPATH_COMPONENT_ADMINISTRATOR : /www/somesite.co.uk/www/administrator/components/com_akeeba Last Tick : 2011-11-22 08:13:51 GMT+0000 (UTC) Domain : init Step : Substep : Memory used : 4.1 Mb Warnings : no warnings issued (good) An error has occurred: Could not open /www/somesite.co.ukbackups/20111122081349.j01 for writing. Check permissions and open_basedir restrictions. Peak memory usage: 4.17 MbIt looks like the output path for the stage files is not being built correctly. If I check the Output Path directory in the GUI it says "[ROOTPARENT]backups" and please note that I browsed to that path and selected it.