BackupSchedule interface

Properties

cronExpression

The cron expression that defines when you want to back up your data.

retentionInHours

The retention period (hours) of the backups. If you want to retain data forever, set retention to 0.

scheduleName

The unique identifier of backup schedule.

Property Details

cronExpression

The cron expression that defines when you want to back up your data.

cronExpression?: string

Property Value

string

retentionInHours

The retention period (hours) of the backups. If you want to retain data forever, set retention to 0.

retentionInHours?: number

Property Value

number

scheduleName

The unique identifier of backup schedule.

scheduleName?: string

Property Value

string