BackupRetentionPolicy

BackupRetentionPolicy
BackupRetentionPolicy

Backup retention policy for SDDC Manager comprising three attributes. Backup files are deleted if they do not satisfy any of the three attributes.

JSON Example
{
    "numberOfDaysOfDailyBackups": "20",
    "numberOfDaysOfHourlyBackups": "10",
    "numberOfMostRecentBackups": "15"
}
integer As int32 As int32
numberOfDaysOfDailyBackups
Optional

This attribute controls the number of daily backup files to retain, measured in days. Range 0 to 30 days. The system will filter the existing backup files, and retain one for every day for the specified number of days, counting back from the most recent backup.

integer As int32 As int32
numberOfDaysOfHourlyBackups
Optional

This attribute controls the number of hourly backup files to retain, measured in days. Range 0 to 14 days. The system will filter the existing backup files, and retain one for every hour for the specified number of days, counting back from the most recent backup.

integer As int32 As int32
numberOfMostRecentBackups
Required

This attribute controls the number of recent backup files to retain. Range 1 to 600 backup files.

Property Of