Skip to content

Commit

Permalink
inital commit for immutable ltr backups (#24349)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccaxu-ms authored Jun 13, 2023
1 parent 91e9137 commit aeb2171
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 34 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"databaseName": "testDatabase",
"databaseDeletionTime": null,
"backupTime": "2017-09-06T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"databaseName": "testDatabase",
"databaseDeletionTime": null,
"backupTime": "2017-08-23T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -33,7 +34,8 @@
"databaseName": "testDatabase",
"databaseDeletionTime": null,
"backupTime": "2017-08-30T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -46,7 +48,8 @@
"databaseName": "testDatabase",
"databaseDeletionTime": "2017-09-07T08:00:00Z",
"backupTime": "2017-09-06T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"databaseName": "testDatabase1",
"databaseDeletionTime": null,
"backupTime": "2017-08-23T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -31,7 +32,8 @@
"databaseName": "testDatabase2",
"databaseDeletionTime": null,
"backupTime": "2017-08-30T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -44,7 +46,8 @@
"databaseName": "testDatabase3",
"databaseDeletionTime": null,
"backupTime": "2017-09-06T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"databaseName": "testDatabase1",
"databaseDeletionTime": null,
"backupTime": "2017-08-23T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -32,7 +33,8 @@
"databaseName": "testDatabase2",
"databaseDeletionTime": null,
"backupTime": "2017-08-30T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -45,7 +47,8 @@
"databaseName": "testDatabase3",
"databaseDeletionTime": null,
"backupTime": "2017-09-06T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"databaseName": "testDatabase",
"databaseDeletionTime": null,
"backupTime": "2017-09-06T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"databaseName": "testDatabase",
"databaseDeletionTime": null,
"backupTime": "2017-08-23T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -34,7 +35,8 @@
"databaseName": "testDatabase",
"databaseDeletionTime": null,
"backupTime": "2017-08-30T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -47,7 +49,8 @@
"databaseName": "testDatabase",
"databaseDeletionTime": "2017-09-07T08:00:00Z",
"backupTime": "2017-09-06T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"databaseName": "testDatabase1",
"databaseDeletionTime": null,
"backupTime": "2017-08-23T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -32,7 +33,8 @@
"databaseName": "testDatabase2",
"databaseDeletionTime": null,
"backupTime": "2017-08-30T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -45,7 +47,8 @@
"databaseName": "testDatabase3",
"databaseDeletionTime": null,
"backupTime": "2017-09-06T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"databaseName": "testDatabase1",
"databaseDeletionTime": null,
"backupTime": "2017-08-23T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -33,7 +34,8 @@
"databaseName": "testDatabase2",
"databaseDeletionTime": null,
"backupTime": "2017-08-30T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
},
{
Expand All @@ -46,7 +48,8 @@
"databaseName": "testDatabase3",
"databaseDeletionTime": null,
"backupTime": "2017-09-06T08:00:00Z",
"backupStorageRedundancy": "Geo"
"backupStorageRedundancy": "Geo",
"isBackupImmutable": false
}
}
]
Expand Down

0 comments on commit aeb2171

Please sign in to comment.