- Messages
- 764
- Reaction score
- 27
- Points
- 0
Hi guys,
am tinkering with a database and log file backup script and it's behaving oddly.
The script runs fine manually, extracting sql data and selected folder files and sending them as an email with attached folder containing the zipped data ...
at least it is to yahoo but not a gmail address (did say it was odd) was wondering if you can see any errors bouncing back from gmail?
As for the Cron job, it's set to every ten minutes for setup/testing but does not appear to be triggering. I don't set these up very often and can never recall if there is supposed to be a space between eg: php /cybrax or just php/cybrax
0,10 * * * * /usr/bin/php /home/cybrax/public_html/backup.php
Probably something I've done wrong this end, so any suggestions welcome.
---------- Post added at 01:55 AM ---------- Previous post was at 01:31 AM ----------
tweeked some of the script settings and trying again
am tinkering with a database and log file backup script and it's behaving oddly.
The script runs fine manually, extracting sql data and selected folder files and sending them as an email with attached folder containing the zipped data ...
at least it is to yahoo but not a gmail address (did say it was odd) was wondering if you can see any errors bouncing back from gmail?
As for the Cron job, it's set to every ten minutes for setup/testing but does not appear to be triggering. I don't set these up very often and can never recall if there is supposed to be a space between eg: php /cybrax or just php/cybrax
0,10 * * * * /usr/bin/php /home/cybrax/public_html/backup.php
Probably something I've done wrong this end, so any suggestions welcome.
---------- Post added at 01:55 AM ---------- Previous post was at 01:31 AM ----------
tweeked some of the script settings and trying again