| page_title | subcategory | description |
|---|---|---|
citrix_site_backup_schedule Resource - citrix |
Site Configuration |
Backup schedule configuration. |
Backup schedule configuration.
resource "citrix_site_backup_schedule" "example_backup_schedule" {
name = "ExampleBackupSchedule"
start_time = "09:00:00"
}name(String) Name of the backup schedule.start_time(String) Start time for the backup schedule.
-> Note The time should be in HH:MM:SS format.
description(String) Description of the backup schedule. Defaults to an empty string.enabled(Boolean) Whether the backup schedule is enabled. Defaults totrue.frequency(String) Frequency of the backup schedule. Possible values areDaily,Weekly, andMonthly. Defaults toDaily.frequency_factor(Number) Frequency factor for the backup schedule. Defaults to1.start_date(String) Start date for the backup schedule. Defaults to the current date in UTC.
-> Note The date format should be YYYY-MM-DD.
timezone(String) Time zone associated with the backup schedule. Defaults toGMT Standard Time. Please refer to theTimezonecolumn in the following table for allowed values.
id(String) Unique identifier of the backup schedule.
Import is supported using the following syntax:
terraform import citrix_site_backup_schedule.example-backup-schedule 1