All Questions
1 question
10
votes
5
answers
46k
views
How to add the logs to a crontab with time stamp
In crontab, I scheduled a daily backup script. Now when the cron executes the script the status are logged to a log file as shown below.
0 0 * * * /home/backup.sh > /home/groupz/db-backup/fbackup....