
Originally Posted by
Jordan
Use a unix crontab not a PHP one.
Nobody except for people knowing what they are doing is running their hotels on Linux. For example im running it on 3 servers. Kind of fun.... We all know that linux is way more stable, and your database is much safer on a linux machine... Well some of us do...
Good advice btw,,,
Code:
1 3 * * * root /usr/bin/php PATHTOPHPFILE
1 3 * * * root /usr/bin/php /usr/local/bin/mySQLbackup.php
Good luck.

Originally Posted by
Oleaa
You should replace the space with underscore (_)
%20 is space char
Example:
"c:\program%20files\backups\open%20backup%20file.bat"
Make sure thats between these 2 chars; " "
instead of:
C:\program files\backups\open backup file.bat
~~ Mikey