by Renaat Debleu.
In automatic backup settings, I disabled:
- users
- logs
- calendar events
- user completion information
- histories
But some visible courses are still backed up while in the database there are only \core\event\course_backup_created log entries for the last month.
Digging into the cron logs, I found that the function is_course_modified (checking timecreated > :since and crud <> 'r') returns true while this should not happen. The moment we find out why, ....