Appending a config.php file to server CLI

I am using XCloner plugin on Wordpress 2.9.1 to backup files and database, hosted at Godaddy.com
Godaddy uses CGI for its CLI as seen below.
When I try to append a config.php file to the cron.php file selected in the CLI, as instructed by XCloner support, the cron job does not complete.

I have no problem getting a cron job to complete when selecting the cron.php script file for the Wordpress XCloner plugin with default config (without appending a config.php file), but when I try to append the command path with a custom config file as instructed by XCloner support, I get the following error -
Status: 404 Not Found
Content-type: text/html
No input file specified.

XCloner support instructed that the custom config file be appended to the cron script by inserting a space after the command path to the cron.php file, followed by the name of the custom config file, as shown below -
“$HOME/html/xyz/wp-content/plugins/xcloner-backup-and-restore/cloner.cron.php LGSdatabase.php”

What are other possible ways that I can try to append the config.php file to the cron.php command path?

Sponsor our Newsletter | Privacy Policy | Terms of Service