by Philipp Memmel.
This is a current bug we discovered, fix already proposed: https://tracker.moodle.org/browse/MDL-82959
As workaround you can add
$CFG->forced_plugin_settings['backup'] = [];
$CFG->forced_plugin_settings['restore'] = [];
to your config.php
As workaround you can add
$CFG->forced_plugin_settings['backup'] = [];
$CFG->forced_plugin_settings['restore'] = [];
to your config.php