Last active
January 3, 2018 18:53
-
-
Save aw230012/80fef32b93a5ffe97b76e2bceffad93b to your computer and use it in GitHub Desktop.
Recovery Vault Configuration JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ConfigurationItems": { | |
"ResourceGroup": { | |
"Name": "PESTERTESTING-rg" | |
}, | |
"Location": { | |
"Name": "East US 2" | |
}, | |
"RecoveryVault": { | |
"Name": "RSvault1", | |
"SkuTier": "Standard", | |
"Policy": { | |
"Name": "VMBackupDaily", | |
"Type": "Daily", | |
"ScheduleRunTimes": [ | |
"2018-01-26T05:30:00Z" | |
], | |
"ScheduleRunTimeZone": "Eastern Standard Time", | |
"DaysOfTheWeek": [ | |
"Sunday", | |
"Tuesday", | |
"Thursday" | |
], | |
"DailyRetentionDurationCount": 104, | |
"WeeklyRetentionDurationCount": 104, | |
"MonthlyRetentionDurationCount": 60, | |
"MonthsOfYear": [ | |
"January", | |
"March", | |
"August" | |
], | |
"YearlyRetentionDurationCount": 10 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment