If you run a cron job and you would like to only see the errors reported use cronic on Centos or chrronic on Ubuntu. The latter comes with the package moreutils apt-get install moreutils
Read more βCron
Posts tagged with
Cron working but not executing?
I was struggling to understand why cron, which was running ok, was not executing my file in /etc/cron.hourly/hourly.backup while if I would run this script by hand it was working file! The reason is that cron doesnβt like a dot in a filename (at least in Ubuntu)
Read more β