-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.6, 3.10.6, 3.11.2, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
When you enable asynchronous backups the backup settings have everything selected regardless of what default backup settings are.
Async course backup does not pick up general default (Otherwise should it have it own default settings configurable via UI?).
Step to replicate:
- Enable asynchronous backups: /admin/settings.php?section=asyncgeneralsettings
- Un-check a setting in General Backup, eg 'Include logs': /admin/category.php?category=backups
- Back up a course, and find that the setting is enabled where it should be disabled by default.
Another example of steps to replicate:
- Set default back up settings to not include users
- Enable asynchronous backups
- Attempt to back up a course and see that users are included.
- is duplicated by
-
MDL-71495 Asynchronous backups ignore default backup settings
- Closed