Support

Akeeba Backup for Joomla!

#8759 File with url as name in root after cron backup

Posted in ‘Akeeba Backup for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Akeeba Backup version
n/a

Latest post by nicholas on Monday, 03 January 2011 06:37 CST

user21035
Hi

I am running a cron backup process every evening and they work fine but each run produces 1 or 2 files in the root directory with a name which is the command from the cron job (without the domain name) e.g. the CRON job is:

"wget --max-redirect=10000 "http://www.sri-connect.com/index2.php?option=com_akeeba&view=backup&key=XXXXXXXXX&format=raw&profile=3"

and after this runs there is a small file (6 bytes) created called:

"index.php?option=com_akeeba&view=backup&task=step&key=XXXXXXXXX&profile=3&format=raw"

The contents of this file is just the HTTP status code: "200 OK"

Is this Akeeba Backup creating this file or is it something to do with CRON. I don't have similar files for other CRON jobs I run.

Thanks

Brian

nicholas
Akeeba Staff
Manager
This how wget and CRON works. In order to avoid that from happening modify your command line to read:
wget --max-redirect=10000 "http://www.sri-connect.com/index2.php?option=com_akeeba&view=backup&key=XXXXXXXXX&format=raw&profile=3" -O /dev/null > /dev/null 2>&1

Note: This forum automatically substitutes ampersands with & amp ;. Please replace those with just an ampersand.

Nicholas K. Dionysopoulos

Lead Developer and Director

🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!