SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# For details see man 4 crontabs

# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  * user-name command to be executed

5    *  *  *  *			root	timeout -s 15 3500s /usr/local/Reductor/bin/backup_lists.sh &>>/var/log/reductor/backup_lists.log
5    *  *  *  *			root	/usr/local/Reductor/bin/cache_snapshots.sh &>>/var/log/reductor/reductor.log
10 */2  *  *  * 		root	timeout -s 15 3500s /usr/local/Reductor/bin/update.sh &>>/var/log/reductor/reductor.log
15   *  *  *  *			root	timeout -s 15 3500s /usr/local/Reductor/bin/events.sh &>>/var/log/reductor/reductor.log
20   *  *  *  * 		root	/usr/local/Reductor/bin/registration.sh activation &>>/var/log/reductor/reductor.log
25  09  *  * 1,2,3,4,5		root	/usr/local/Reductor/bin/check_update.sh &>>/var/log/reductor/reductor.log
30   *  *  *  *			root	/usr/local/Reductor/bin/check_critical_update.sh &>>/var/log/reductor/reductor.log
30   6  *  *  * 		root	/usr/local/Reductor/bin/reg_util activate &>>/var/log/reductor/reductor.log
10,20,40,55 * * * * 		root	timeout -s 15 1000s /usr/local/Reductor/bin/resolver.sh &>>/var/log/reductor/resolver.log
45   *  *  *  *			root	timeout -s 15 1000s /usr/local/Reductor/bin/diagnostic_hourly.sh auto &>>/var/log/reductor/reductor.log
*    *  *  *  *			root	timeout -s 15 40s /usr/local/Reductor/bin/lists_size.sh &>>/var/log/reductor/lists_size_monitoring.log
*    *  *  *  *			root	timeout -s 15 40s /usr/local/Reductor/bin/maintain.sh unlock_delayed &>>/var/log/reductor/maintain.log
