Skip to content

Commit c247a45

Browse files
authored
Merge pull request #207390 from v-amallick/Aug-9-2022-HANAnSQL
SQL - On-demand backup types and retention updates
2 parents fc2c16f + 578ba08 commit c247a45

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

articles/backup/tutorial-sql-backup.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Back up SQL Server databases to Azure
33
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.
44
ms.topic: tutorial
5-
ms.date: 07/20/2022
5+
ms.date: 08/09/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -173,11 +173,15 @@ To create a backup policy:
173173
## Run an on-demand backup
174174

175175
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".
181185

182186
## Next steps
183187

0 commit comments

Comments
 (0)