Skip to content

Commit 1336d47

Browse files
increasing hourly freq
1 parent a4f2ad2 commit 1336d47

File tree

1 file changed

+3
-3
lines changed
  • backupdr/backup_plan_association

1 file changed

+3
-3
lines changed

backupdr/backup_plan_association/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,16 @@ resource "google_backup_dr_backup_plan" "csql_default" {
157157

158158
backup_rules {
159159
rule_id = "rule-1"
160-
backup_retention_days = 5
160+
backup_retention_days = 7
161161

162162
standard_schedule {
163163
recurrence_type = "HOURLY"
164-
hourly_frequency = 1
164+
hourly_frequency = 6
165165
time_zone = "UTC"
166166

167167
backup_window {
168168
start_hour_of_day = 0
169-
end_hour_of_day = 6
169+
end_hour_of_day = 23
170170
}
171171
}
172172
}

0 commit comments

Comments
 (0)