Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 99f52d3

Browse files
authored
Update backup-local.md (#67)
1 parent 01e9fa5 commit 99f52d3

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/sql-server/azure-arc/backup-local.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ms.topic: conceptual
99
ms.custom: ignite-2023
1010
---
1111

12-
# Manage automated backups - SQL Server enabled by Azure Arc
12+
# Manage automated backups - SQL Server enabled by Azure Arc (preview)
1313

1414
[!INCLUDE [sqlserver](../../includes/applies-to-version/sqlserver.md)]
1515

16-
The Azure extension for [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] can perform backups automatically for the system and user databases that are part of the instance of [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] enabled by Azure Arc.
16+
The Azure extension for [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] can perform backups automatically for the system and user databases of the instance of [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] enabled by Azure Arc.
1717

1818
This article explains how you can:
1919

@@ -22,21 +22,21 @@ This article explains how you can:
2222

2323
[!INCLUDE [azure-arc-sql-preview](includes/azure-arc-sql-preview.md)]
2424

25-
Backup files are stored in the default backup location.
25+
Backup files are stored in the default backup location of the SQL instance.
2626

2727
You can enable automated backups through Azure portal or via `az` CLI.
2828

29-
To enable automated backups, set the retention days.
29+
To enable automated backups, set the retention days to a non-zero vlaue.
3030

3131
### Supported license types
3232

33-
Automated backups are only supported for license types of PAID or PAYG.
33+
Automated backups are only available for licenses with Software Assurance, SQL subscription, or pay-as-you-go. For details, see [Feature availability depending on license type](overview.md#feature-availability-depending-on-license-type).
3434

3535
## Backup frequency and retention days
3636

3737
You can configure two properties for automated backups:
3838

39-
- **retention days** - number of days to retain the backup files. Use a number between 1 and 35.
39+
- **retention days** - number of days to retain the backup files. Use a number between 1 and 35. If the backup retention day is set to 0, automated backup is disabled and no backups are taken, even though backup policy is retained.
4040
- **backup schedule** - the schedule at which the full, differential, and transaction log backups should be performed. Depends on backup type:
4141
- Full backups: Daily or weekly
4242
- Differential backups: Every 12 hours or every 24 hours
@@ -53,7 +53,7 @@ You can also run backups on a **default** schedule:
5353
You can schedule backups at
5454

5555
- Instance level
56-
- Database level
56+
- Database level (available from extension version 1.1.2594.118 or later)
5757

5858
If both database and instance level backup schedule is set, database level schedule takes precedence over the instance level backup schedule. If you delete the database level backup schedule, the instance level backup schedule applies.
5959

@@ -293,16 +293,16 @@ When the built-in automated backups are enabled on an instance of [!INCLUDE [ssn
293293
- If both database and instance level backup schedules are set, database level takes precedence over the instance level backup schedule. Deleting the database level backup schedule reverts back to instance level backup schedule, if there's any.
294294
- The value for `--name` should be the name of the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] enabled by Azure Arc, which is usually in the `[Servername_SQLservername]` format.
295295
- The value for `--retention-days` can be from 0-35.
296-
- A value of `0` for `--retention-days` indicates to not perform automated backups for the instance.
297-
- The backup files are written to the default backup location as configured at the instance level.
296+
- A value of `0` for `--retention-days` indicates to not perform automated backups for the instance or the database.
297+
- The backup files are written to the default backup location as configured at the SQL Server instance level.
298298
- If there are multiple [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instances on the same host where the Azure extension for [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] is installed, you need to configure automated backups separately for each instance.
299299
- If you change the `--retention-days` after the `--backups-policy` is already configured, any change takes effect going forward and isn't retroactively applied.
300300

301301
## Limitations
302302

303+
- The user databases need to be in full recovery model for the backups to be performed. Databases that aren't in full recovery model aren't automatically backed up.
303304
- Automated backups are currently not supported for Always On failover cluster instances (FCI).
304305
- Automated backups aren't supported on any instance that hosts an availability group (AG) replica.
305-
- The user databases need to be in full recovery model for the backups to be performed. Databases that aren't in full recovery model aren't automatically backed up.
306306
- Automated backups are only available for licenses with Software Assurance, SQL subscription, or pay-as-you-go. For details, see [Feature availability depending on license type](overview.md#feature-availability-depending-on-license-type).
307307

308308
## Related tasks

0 commit comments

Comments
 (0)