For cron, simply use "php yourscript.php", you don't need to specify the full path to php. You may have to use cron in order to do these backups, as all exec functions for php are disabled on free hosting (meaning that your php scripts are unable to run command line commands, and since your...