-
Notifications
You must be signed in to change notification settings - Fork 3
Routine Scanning
Horace And The Spider edited this page May 8, 2020
·
3 revisions
The following is an extract from cron -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)