moosh
moosh copied to clipboard
Feature request: full moodle backup
Hi, could you add a full moodle backup feature? This could work like the drush ard command in moodle Thanks!
:+1: for full backup and restore
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)...
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