File: //etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
# 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
50 3 * * * root /home/filebackup.sh
50 2 * * * root /home/sqlbackup.sh
#00 16 * * 1,2,3,4,5,6 root php /var/www/html/home.breadsecret.com/test.php
00 00 * * * root php /var/www/html/breadsecret.com/scripts/initialize_daily_stock.php
#00 12 * * * root php /var/www/html/breadsecret.com/scripts/update_stock_custom.php type=1
#00 13 * * * root php /var/www/html/breadsecret.com/scripts/update_stock_custom.php type=2
00 02 * * * root php /var/www/html/test.breadsecret.com/scripts/initialize_daily_stock.php
00 01 * * * root php /var/www/html/test.breadsecret.com/scripts/get_max_selectedable_date.php
#00 12 * * * root php /var/www/html/test.breadsecret.com/scripts/update_stock_custom.php type=1
#00 13 * * * root php /var/www/html/test.breadsecret.com/scripts/update_stock_custom.php type=2
0 6 * * 1 root php /var/www/html/breadsecret.com/report/weeklySalesReport.php
2 6 1 * * root php /var/www/html/breadsecret.com/report/monthlySalesReportCompleted.php
4 6 1 * * root php /var/www/html/breadsecret.com/report/monthlySalesReportIncompleted.php
0 */4 * * * root php /var/www/html/breadsecret.com/scripts/order_lookup_for_log.php
#---- SSL cert auto renew ----
0 3 * * 6 root /root/renew.sh >> /var/log/sslrenew.log