Reindexing regularly from your crontab |
The reindexing script is designed to be run from the crontab. The path to this archive's reindex script is
To avoid status messages when running from cron, use the -q switch. For example to reindex nightly, you might add the following line to your crontab:|DIR|/wgreindex (Documentation for how to edit your crontab is beyond the scope of this document; read the man cron and man crontab pages.)0 1 * * * nice |DIR|/wgreindex -q & Note, if you want to be able to both reindex automatically and by pressing the "Build Index" button, you should add the above line to the crontab of the web user.
|