# $Id: crontab,v 1.3 2006/11/18 09:20:55 maxim Exp $ # crontab sample for 0W-httpd # # remove old logs 1 1 * * * find /var/0W/logs -maxdepth 1 -mindepth 1 -follow -mtime +7 | xargs rm -rf # update countries from MaxMind at seven day of every month # 7 7 7 * * /var/0W/bin/update-countries.sh