Running "gradle mlLoadDatabases" where my database config file contains:
"database-backup": [
{
"backup-id": 1001,
"backup-enabled": false,
"backup-directory": ...
The scheduled backup that gets created always has backup enabled = true. Is there a way to have this created in a disabled state for dev purposes so that the developer can enable it when needed?
TIA