Hi there!
I'm using freebsd for servers in my company and i made a backup script which is launched using cron.
My backup script does not print anything if there is no errors, but if errors occur, it'll print something that cron will mail me.
I used /etc/crontab for this.
But there is also athoer scripts freebsd lanch automatically (daily, weekly, monthly).
My question is: is it important to read *every* output?
Of course i can append >> /dev/null at the end of corresponding crontab's line but i don't know if it is important to read output.
So, are you reading this output? If yes, do you read every output?
Thanks for your attention
I'm using freebsd for servers in my company and i made a backup script which is launched using cron.
My backup script does not print anything if there is no errors, but if errors occur, it'll print something that cron will mail me.
I used /etc/crontab for this.
But there is also athoer scripts freebsd lanch automatically (daily, weekly, monthly).
My question is: is it important to read *every* output?
Of course i can append >> /dev/null at the end of corresponding crontab's line but i don't know if it is important to read output.
So, are you reading this output? If yes, do you read every output?
Thanks for your attention