ok but if I do crontab -e, it gives me a terminal style window, i have read :qw quits but I can't get it to work.
Then I read that you can go into /var/spool/cron/user and edit it directly with something like gedit.
When I do a crontab -l it shows my job in there like:
59 17 * * * /admin/backup/backup.sh
Assuming that is correct it didn't run at 17:59 as expected, I restarted the crond service beforehand to make sure, but what is going on?
I've had a look at man cron but I'm no better off, it seems its correct but the script doesn't run...
Any ideas?