[SOLVED] Cron job not running
by Dain_Bramage from LinuxQuestions.org on (#530C4)
Hi,
I was wondering if someone could tell me why the below command will run in terminal but not as a cron job.
Code:0 3 * * * /usr/bin/mysqldump -u mike nextcloud > /home/mike/Backups/nextcloud-$(date +%d%b%y).sqlI was following directions here.
Thank you.


I was wondering if someone could tell me why the below command will run in terminal but not as a cron job.
Code:0 3 * * * /usr/bin/mysqldump -u mike nextcloud > /home/mike/Backups/nextcloud-$(date +%d%b%y).sqlI was following directions here.
Thank you.