Running Replication import/export from cron
By default, the Replication import/export is executed during pageload. To run the import/export from cron, add the following line in your crontab:
*/10 * * * * cd /path/to/website/admin/;
/usr/local/bin/php auto_replication.php > /dev/null
Change the number of minutes, in the example 10, and correct path to the website and PHP executable.
RSS