Diskussion:Moodle/Update: Unterschied zwischen den Versionen
Die Seite wurde geleert. Markierung: Geleert |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
=== Daten übertragen === | |||
<syntaxhighlight lang="bash" line> | |||
mv moodle moodle.bak | |||
cp -au moodle.bak/question/type/multichoiceset/ moodle/question/type/ | |||
cp -au moodle.bak/course/format/tiles moodle/course/format/ | |||
cp -au moodle.bak/config.php moodle | |||
cp -au moodle.bak/blocks/featuredcourses moodle/blocks/ | |||
cp -au moodle.bak/mod/ moodle/ | |||
cp -au moodle.bak/theme/stream/ moodle/theme/ | |||
</syntaxhighlight> |
Version vom 24. Juni 2024, 08:19 Uhr
Daten übertragen
mv moodle moodle.bak
cp -au moodle.bak/question/type/multichoiceset/ moodle/question/type/
cp -au moodle.bak/course/format/tiles moodle/course/format/
cp -au moodle.bak/config.php moodle
cp -au moodle.bak/blocks/featuredcourses moodle/blocks/
cp -au moodle.bak/mod/ moodle/
cp -au moodle.bak/theme/stream/ moodle/theme/