moosh icon indicating copy to clipboard operation
moosh copied to clipboard

Feature request: full moodle backup

Open cirrus3d opened this issue 11 years ago • 3 comments

Hi, could you add a full moodle backup feature? This could work like the drush ard command in moodle Thanks!

cirrus3d avatar Oct 06 '14 09:10 cirrus3d

:+1: for full backup and restore

Mihailoff avatar Oct 06 '14 20:10 Mihailoff

mdk: https://github.com/fmcorz/mdk has this functionality already, I'm not sure if we should duplicate it. On the other hand, it would be useful to have it every now & then, especially if we could try to make it a bit smarter - e.g. only take files required from moodle data (without caches, etc)...

tmuras avatar Oct 06 '14 20:10 tmuras

According to the documentation https://github.com/fmcorz/mdk#backup you have to use named instance in order to make a backup. It could be used without strict directory structure?

cd my_moodle
mdk backup

doesn't work

Mihailoff avatar Oct 07 '14 17:10 Mihailoff