diff options
Diffstat (limited to '')
| -rwxr-xr-x | cron/crontab.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index 6b2e724e1..efacc93f3 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -14,3 +14,8 @@ # # Every 1/2 hour flush the outgoing mail queue. 12,42 * * * * @PYTHON@ @prefix@/cron/run_queue +# +# At 3:27am every night, regenerate the gzip'd archive file. Only +# turn this on if the internal archiver is used and +# GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py +27 3 * * * @PYTHON@ @prefix@/cron/nightly_gzip |
