Moodle - Backup and Restore
I have a course which is pretty simple, contains a couple of labels and a SCORM activity.
I need to distribute the course to a number of Moodle sites easily. I cant use networking as each site needs its own unique copy of the course to customise it.
Options:
1. Backup the course and let the other sites Admin or Course Creators 'Restore' it?
2. Get login details of all the sites and do the 'Restore' manually on each site?
3. Any other ideas?
3a. Does anyone know of a MySql tracker, my idea being that if i take a backup of the mysql database and then 'Restore' the course in Moodle I can actually see what MySql is been written back to the database to track whats going on. Id then need to write some PHP to duplicate this for all the sites?
Compare Original with New = Show me changes made?
Thanks!