mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
25 lines
826 B
Plaintext
25 lines
826 B
Plaintext
#########################################################
|
|
### all the cron jobs you may need for piler ###
|
|
### be sure to review it and adjust it for your needs ###
|
|
#########################################################
|
|
|
|
piler's crontab:
|
|
|
|
### mandatory
|
|
|
|
5,35 * * * * LIBEXECDIR/piler/indexer.delta.sh
|
|
30 2 * * * LIBEXECDIR/piler/indexer.main.sh
|
|
*/15 * * * * /usr/local/bin/indexer --quiet tag1 --rotate
|
|
*/15 * * * * /usr/local/bin/indexer --quiet note1 --rotate
|
|
|
|
### optional: the same report you can see on the health page
|
|
30 7 * * * /usr/bin/php LIBEXECDIR/piler/daily-report.php /srv/www/webui.yourdomain.com
|
|
|
|
### optional: populate accouting data
|
|
30 6 * * * /usr/bin/php LIBEXECDIR/piler/generate_stats.php /srv/www/webui.yourdomain.com
|
|
|
|
### optional: purge aged emails
|
|
2 0 * * * /usr/local/bin/pilerpurge
|
|
|
|
|