BackupRetentionPolicy
Backup retention policy for SDDC Manager comprising three attributes. Backup files are deleted if they do not satisfy any of the three attributes.
{
"numberOfMostRecentBackups": 15,
"numberOfDaysOfHourlyBackups": 10,
"numberOfDaysOfDailyBackups": 20
}
This attribute controls the number of recent backup files to retain. Range 1 to 600 backup files.
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.
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.