January 4, 201313 yr Hey all, I accidentally deleted my scheduled cron jobs....I have to presume there were some related to cache clearing and another maintenance. Any suggestions on how to restore or what they should be? Thanks, LT
January 4, 201313 yr Here the part of my cron that I did not create # Run hourly cron jobs at 47 minutes after the hour: 47 * * * * /usr/bin/run-parts /etc/cron.hourly 1> /dev/null # # Run daily cron jobs at 4:40 every day: 40 4 * * * /usr/bin/run-parts /etc/cron.daily 1> /dev/null # # Run weekly cron jobs at 4:30 on the first day of the week: 30 4 * * 0 /usr/bin/run-parts /etc/cron.weekly 1> /dev/null # # Run monthly cron jobs at 4:20 on the first day of the month: 20 4 1 * * /usr/bin/run-parts /etc/cron.monthly 1> /dev/null # Scheduled Parity Check 0 9 2 * * /root/mdcmd check NOCORRECT 1>/dev/null 2>&1 #Add sa1 data collection - 1 data point per 2 min */2 * * * * /usr/lib/sa/sa1 1 1
Archived
This topic is now archived and is closed to further replies.