Running XML import/export from cron

By default, the XML 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 cron_xml.php > /dev/null

Change the number of minutes, in the example 10, and correct path to the website and PHP executable.

Integration

Calling external applications / How to import RSS newsfeeds as articles? / Running XML import/export from cron / Running Replication import/export from cron