2004-11-05 11:12:41
Backing up tests and their associated results
ATutor 1.4.2 using a commercially hosted MySQL server.
One area within ATutor which is not easily to backup is the students' submitted tests. As we're using a hosted server, I either have to use PhpMyAdmin to dump the appropriate tables or look at writing a script to automate the process for me. I'm currently leaning towards the latter.
However, before I go out and try to possibly re-invent the wheel, I wondered if anyone else had come up with a method of regularly backing up tables on a hosted server?
If I do have to resort to dumping tables via a script, what tables should I aim for. All of the _test tables?
All suggestions welcome :)
Mel