disturbedart
Member
- Messages
- 474
- Reaction score
- 1
- Points
- 18
Hey i tried to get a cron job to run so it backs up my Website DB every 4 hours.
I got the command to work but i get quoted "permission Denied" How do i by pass this?
The command i'm trying to use is
/home/distart/public_html/phpMySQLAutoBackup/run.php
Okay I fixed CHMOD and now i get:
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 1: ?php
: No such file or directory
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 2: /**********************************************************
: No such file or directory
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 3: access-logs: command not found
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 4: syntax error near unexpected token `uses'
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 4: ` * (uses the MySQL export library from *
Help ASAP please.
Thanks everyone.
I got the command to work but i get quoted "permission Denied" How do i by pass this?
The command i'm trying to use is
/home/distart/public_html/phpMySQLAutoBackup/run.php
Okay I fixed CHMOD and now i get:
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 1: ?php
: No such file or directory
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 2: /**********************************************************
: No such file or directory
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 3: access-logs: command not found
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 4: syntax error near unexpected token `uses'
/home/distart/public_html/phpMySQLAutoBackup/run.php: line 4: ` * (uses the MySQL export library from *
Help ASAP please.
Thanks everyone.
Last edited: