Routine Scanning - HoraceAndTheSpider/Amiberry-XML-Builder GitHub Wiki

The following is an extract from crontab -e on the host machine, for updates/check scripts to be run

0 2 * * 1 /home/pi/whdload_sync/xmlrefresh.sh
0 7 * * 1 /home/pi/whdload_sync/github.sh
0 4 * * 2 /home/pi/whdload_sync/ftpsync.sh
0 3 * * 3 /home/pi/whdload_sync/xml.sh
0 7 * * 3 /home/pi/whdload_sync/github.sh
0 4 * * 4 /home/pi/whdload_sync/ftpsync.sh
0 3 * * 5 /home/pi/whdload_sync/xml.sh
0 7 * * 5 /home/pi/whdload_sync/github.sh
0 4 * * 6 /home/pi/whdload_sync/ftpsync.sh

xmlrefresh.sh - downloads the latest script updates, generates the XML from scratch. (2am Monday morning)

github.sh - re-uploads the newly created XML. (7am Monday, Wednesday, Friday mornings)

ftpsync.sh - Downloads any new RetroPlay archives (4am Tuesday, Thursday and Saturday mornings)

xml.sh - downloads the latest script updates, generates the XML with updates for new games only. (3am Wednesday and Friday mornings)