InlineRecurringBackupConfig1
InlineRecurringBackupConfig1
When enabled, backups run on the configured weekly or interval schedule.
JSON Example
{
"enabled": false,
"backup_type": "string",
"backup_schedule_type": "string",
"backup_schedule_weekly": {
"days_of_week": [
"string"
],
"hour_of_day": 0,
"minute_of_day": 0
},
"backup_schedule_interval": {
"hours_between_backups": 0
}
}
boolean
enabled
Required
Flag to indicate automated backups are enabled or not
backup_schedule_type
Required
WEEKLY uses calendar days and time; INTERVAL uses hours between runs.
Enumeration:
WEEKLY,
INTERVAL
backup_schedule_weekly
Optional
Days of week and local time when a WEEKLY scheduled backup runs.
backup_schedule_interval
Optional
Hours between starts when using INTERVAL schedule type.