Standard Crontab entries

From Adult Web Scripts Wiki

Jump to: navigation, search

You can also get this information for your site (with your specific paths in) by going to your admin page (your-domain/zestoi/bin/admin.php) and then clicking on Help > Topics > Setting up the Cron Tasks

Run rsssfeeder and sitemaps every hour

 # run all zestoi tasks once an hour
 0 * * * * cd /path/to/zestoi/bin && php cron.php

This will also run the videos importer/processer if you have that plugin.

Import Webcams

 # import webcams feeds every 5 minutes
 */5 * * * * cd  /path/to/zestoi/bin && php cron.php -m webcams

Optimizer

from 1.3.0

 # optimize tables
 0 0 * * * cd  /path/to/zestoi/bin && php cron.php -m optimize