-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
5.0
-
MOODLE_500_STABLE
-
mdl-84440-main
-
-
-
Big institutions have data archiving processes which include backups of Moodle courses. As part of that, it's important that the backups have naming schemes that align with their archiving process.
I'm proposing the idea of a config setting that defines a backup naming scheme, e.g:
{{courseShortName}}-{{courseID}}-{{courseStartDate}}.mbz
|
Where the placeholders are replaced with their values.
Some thoughts & constraints:
- could be mustache, would allow for more complex if/else statements when constructing.
- must be <= 255 chars at end (db column limit)
- Should always be run through clean_filename
- ideally maintain current structure as the default
- will help resolve
-
MDL-46635 Automated backups: use course fullname for backup filename
-
- Closed
-