next up previous contents
Next: hosts.allow and hosts.deny Up: SciCon Installation Document Previous: Example named configuration   Contents

Example crontab entries

# DO NOT EDIT THIS FILE - edit the master and reinstall.

# (/tmp/crontab.15133 installed on Thu Aug 23 10:21:38 2001)

#

## Example entry to clean up temporary areas in a web downloads area

## -> in this case: /var/www/outside/forms

## -> we remove twice a day (at 12:20 and 00:20) any files older than 2 days

20 0-23/12 * * * find /var/www/outside/forms -path '*/forms/*' -mtime +2 -exec rm {} \; 2>/dev/null

#



Denice DEATRICH 2003-10-12