by Ken Task.
Well, when you manually (via gui interface) backup up one of those troubled courses and it gets to 9x.xx% and then stops, go immediately to moodledata/temp/backup/ and see what is the newest directory created and it's contents.
Getting to that percentage of done is either a time out, conflict in task, or course backup too large to *copy* the built .mbz file to final destination.
Have you tried using the backup.php cli script in moodlecode/admin/cli/
That would take your web service out of the loop ... just php and DB server talking then + OS.
That script will show errors if there are any.
Humor me ... what does df -h show.
What modules are in these troubled courses?
'SoS', Ken
Getting to that percentage of done is either a time out, conflict in task, or course backup too large to *copy* the built .mbz file to final destination.
Have you tried using the backup.php cli script in moodlecode/admin/cli/
That would take your web service out of the loop ... just php and DB server talking then + OS.
That script will show errors if there are any.
Humor me ... what does df -h show.
What modules are in these troubled courses?
'SoS', Ken