piersharding / moodle-tool_uploadcourse

** Note** this is now in Moodle core as of 2.6. Moodle Admin Tools plugin for basic upload of course outlines, and applying templates using Moodle course backup files
21 stars 12 forks source link

how to supply course backup path if backup done via front-end? #15

Open mikeatcityuni opened 11 years ago

mikeatcityuni commented 11 years ago

If you backup a course using Moodle front-end backup you get a URL to the backup but the course creation tool requires a path ... how do you get this?

e.g. http://mymoodleinstallation.com/pluginfile.php/16/user/backup/backup-moodle2-course-999-temp_blank_2013-14-20130611-1035-nu.mbz?forcedownload=1

matangdilis commented 11 years ago

I believe you can do two things:

  1. download the backup file and use the file path, or upload in another site and use the url.
  2. this I have not tried but you can test: a) Go to restore, b) click manage backup button, c) and use the url of the file listed
piersharding commented 11 years ago

HI - This is now being added into Moodle core - you can follow the progress here https://tracker.moodle.org/browse/MDL-13114