mirror of
https://github.com/moodle/moodle.git
synced 2025-03-07 01:10:02 +01:00
This patch adds sort ordering to the way courses are automatically backed up. It sets the following preference: Backup courses that do not have an entry in backup_courses first, as they are likely new and never been backed up. Backup courses that have the oldest next start time in backup_courses. Give preference to most recently modified courses over other courses.