Cron jobs not working

Status
Not open for further replies.

securezo

New Member
Messages
12
Reaction score
0
Points
1
Hi,

My cron jobs aren't working. I had an Oxwall cron job which was being called every minute, but then someone told me that there was only one per five minutes allowed so I removed it, and now all of my cron jobs have just stopped. Can someone help? My x10 site URL is t e c h k i d s DOT x 1 0 DOT m x.

Also, with cron, if you're entering a path, what is that path relative to? (i.e. would you enter in a cron command /home/username/public_html or just /public_html?)

Thanks, much appreciated!
 
Last edited:

eetoolsx

New Member
Messages
20
Reaction score
0
Points
1
Did you mess up your crontab format? Copy and past your cron line here.
 

securezo

New Member
Messages
12
Reaction score
0
Points
1
012***
mysqldump ---user REDACTED --password=REDACTED REDACTED (database name here) | gzip > /home/REDACTED/dbbackup.sql.gz
 
Status
Not open for further replies.
Top