File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
title : Tutorial - Back up SQL Server databases to Azure
3
3
description : In this tutorial, learn how to back up a SQL Server database running on an Azure VM to an Azure Backup Recovery Services vault.
4
4
ms.topic : tutorial
5
- ms.date : 07/20 /2022
5
+ ms.date : 08/09 /2022
6
6
author : v-amallick
7
7
ms.service : backup
8
8
ms.author : v-amallick
@@ -173,11 +173,15 @@ To create a backup policy:
173
173
## Run an on-demand backup
174
174
175
175
1 . In your Recovery Services vault, choose Backup items.
176
- 2 . Select "SQL in Azure VM".
177
- 3 . Right-click on a database, and choose "Backup now".
178
- 4 . Choose the Backup Type (Full/Differential/Log/Copy Only Full) and Compression (Enable/Disable)
179
- 5 . Select OK to begin the backup.
180
- 6 . Monitor the backup job by going to your Recovery Services vault and choosing "Backup Jobs".
176
+ 1 . Select "SQL in Azure VM".
177
+ 1 . Right-click on a database, and choose "Backup now".
178
+ 1 . Choose the Backup Type (Full/Differential/Log/Copy Only Full) and Compression (Enable/Disable).
179
+ - * On-demand full* retains backups for a minimum of * 45 days* and a maximum of * 99 years* .
180
+ - * On-demand copy only full* accepts any value for retention.
181
+ - * On-demand differential* retains backups as per the retention of scheduled differentials set in policy.
182
+ - * On-demand log* retains backups as per the retention of scheduled logs set in policy.
183
+ 1 . Select OK to begin the backup.
184
+ 1 . Monitor the backup job by going to your Recovery Services vault and choosing "Backup Jobs".
181
185
182
186
## Next steps
183
187
You can’t perform that action at this time.
0 commit comments