Skip to content

Instantly share code, notes, and snippets.

@aw230012
Last active January 3, 2018 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aw230012/80fef32b93a5ffe97b76e2bceffad93b to your computer and use it in GitHub Desktop.
Save aw230012/80fef32b93a5ffe97b76e2bceffad93b to your computer and use it in GitHub Desktop.
Recovery Vault Configuration JSON
{
"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