root/alternc/tags/0.9.7/debian/alternc.cron.d

Revision 1528, 0.7 kB (checked in by benjamin, 3 years ago)

Adding spoolsize to cache the size of web / mail / db contents, Closes 569

Line 
1 # Every day at 4am, produce raw statistics
2 0 4 * * *       www-data        /usr/lib/alternc/rawstat.daily
3
4 # Every day at 5am and every week at 4am, make requested SQL backups
5 0 5 * * *       www-data        /usr/lib/alternc/sqlbackup.sh daily
6 0 4 * * 0       www-data        /usr/lib/alternc/sqlbackup.sh weekly
7
8 # Every 5 minutes, spool waiting domain changes
9 */5 * * * *     root            /usr/lib/alternc/update_domains.sh
10
11 # Every hour, check for slave_dns refreshes
12 5 * * * *       root            /usr/lib/alternc/slave_dns
13
14 # Every day at 2am, compute web, mail and db space usage per account.
15 # You may put this computing every week only or on your filer on busy services.
16 0 2 * * *       www-data        /usr/lib/alternc/spoolsize.php
Note: See TracBrowser for help on using the browser.