IncrementalBackupConfigSpec
IncrementalBackupConfigSpec
Configuration for incremental backups. Incremental backups require full backups to be enabled.
JSON Example
{
"interval": 240,
"fallbackToFull": true,
"enabled": true
}
boolean
enabled
Optional
Shows if the incremental backups are enabled.
boolean
fallbackToFull
Optional
Shows whether to fallback to a full backup.
integer
interval
Optional
Constraints:
minimum: 240
default: 240
Interval in minutes for an incremental backup to be created. Minimum is 4 hours.