Files
php-web-doc/cron
Philip Olson 42048c8259 - Added the cron that rsyncs the doc mirror (docs.php.net), likely written by Hannes
- Since the mirror builds the docs 4x daily, we skip over that part in the rsync
2009-08-12 16:14:52 +00:00
..
2005-07-30 14:42:36 +00:00
2004-11-20 17:45:00 +00:00

// $Id$

Cronjob Wrapper for Docweb

This directory tree allows pseudo-crontab manipulation whenever CVS updates,
avoiding the need for manual editing of the doc.php.net crontab.

For each script that should run at a regular interval (currently hourly,
daily, weekly, monthly), place a wrapper for this script in the appropriate
sub-directory.

The actual crontab for docweb should look something like this:
0 * * * * /path/to/docweb/cron/cron hourly
0 0 * * * /path/to/docweb/cron/cron daily
0 0 * * 1 /path/to/docweb/cron/cron weekly
0 0 1 * * /path/to/docweb/cron/cron monthly