Does anyone know how to set up a cronjob for awstats to run in the night (US timezones). I am an cronjob newbee - hehe - well, hope that someone will help
This is examples of lines you can add in the cron file (see your unix reference manual for cron) :
To run update every day at 04:00, use :
0 4 * * * /opt/awstats/wwwroot/cgi-bin/awstats.pl -config=mysite -update
To run update every hour, use :
0 * * * * /opt/awstats/wwwroot/cgi-bin/awstats.pl -config=mysite -update