I am using CentOS and trying to perform a backup of my /home directory using crontab.
When I run my dump command in the terminal it works fine but when I try to run it using crontab it does not run.
This is my command: (runs once a week, Friday at 8pm)
0 20 * * 5 dump -0f /Mt/home.bck /home
Why doesn't it run?
When I look at the log file of cron it says:
(root) CMD (dump -0f /Mt/home.bck /home)
This message is printed every time the crotab is supposed to run.