I'm trying to configure a simple cron job on Ubuntu 20.04 that will run a shell script each morning at 2am. The cron job is running, but its running at 2pm each day.
This is the entry in the crontab:
0 2 * * * /home/panicnz/backup.sh
And I've check the time is correct on the server.
Any ideas what's going wrong?