Skip to content

Commit f334938

Browse files
committed
2 parents 5d59406 + 702c52e commit f334938

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+987
-655
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18550,6 +18550,11 @@
1855018550
"redirect_url": "/azure/service-fabric/service-fabric-tutorial-deploy-app-to-party-cluster",
1855118551
"redirect_document_id": false
1855218552
},
18553+
{
18554+
"source_path": "articles/migrate/troubleshooting-general.md",
18555+
"redirect_url": "troubleshoot-general",
18556+
"redirect_document_id": false
18557+
},
1855318558
{
1855418559
"source_path": "articles/migrate/preserve-drive-letter-protected-virtual-machines-failed-migrated-azure.md",
1855518560
"redirect_url": "prepare-for-migration",

articles/backup/backup-azure-arm-restore-vms.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Azure Backup provides a number of ways to restore a VM.
1717
--- | ---
1818
**Create a new VM** | Quickly creates and gets a basic VM up and running from a restore point.<br/><br/> You can specify a name for the VM, select the resource group and virtual network (VNet) in which it will be placed, and specify a storage account for the restored VM. The new VM must be created in the same region as the source VM.
1919
**Restore disk** | Restores a VM disk, which can then be used to create a new VM.<br/><br/> Azure Backup provides a template to help you customize and create a VM. <br/><br> The restore job generates a template that you can download and use to specify custom VM settings, and create a VM.<br/><br/> The disks are copied to the Resource Group you specify.<br/><br/> Alternatively, you can attach the disk to an existing VM, or create a new VM using PowerShell.<br/><br/> This option is useful if you want to customize the VM, add configuration settings that weren't there at the time of backup, or add settings that must be configured using the template or PowerShell.
20-
**Replace existing** | You can restore a disk, and use it to replace a disk on the existing VM.<br/><br/> The current VM must exist. If it's been deleted, this option can't be used.<br/><br/> Azure Backup takes a snapshot of the existing VM before replacing the disk, and stores it in the staging location you specify. Existing disks connected to the VM are replaced with the selected restore point.<br/><br/> The snapshot is copied to the vault, and retained in accordance with the retention policy. <br/><br/> After the replace disk operation, the original disk is retained in the resource group. You can choose to manually delete the original disks if they are not needed. <br/><br/>Replace existing is supported for unencrypted managed VMs. It's not supported for unmanaged disks, [generalized VMs](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource), or for VMs [created using custom images](https://azure.microsoft.com/resources/videos/create-a-custom-virtual-machine-image-in-azure-resource-manager-with-powershell/).<br/><br/> If the restore point has more or less disks than the current VM, then the number of disks in the restore point will only reflect the VM configuration.<br/><br/>
20+
**Replace existing** | You can restore a disk, and use it to replace a disk on the existing VM.<br/><br/> The current VM must exist. If it's been deleted, this option can't be used.<br/><br/> Azure Backup takes a snapshot of the existing VM before replacing the disk, and stores it in the staging location you specify. Existing disks connected to the VM are replaced with the selected restore point.<br/><br/> The snapshot is copied to the vault, and retained in accordance with the retention policy. <br/><br/> After the replace disk operation, the original disk is retained in the resource group. You can choose to manually delete the original disks if they are not needed. <br/><br/>Replace existing is supported for unencrypted managed VMs. It's not supported for unmanaged disks, [generalized VMs](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource), or for VMs [created using custom images](https://azure.microsoft.com/resources/videos/create-a-custom-virtual-machine-image-in-azure-resource-manager-with-powershell/).<br/><br/> If the restore point has more or less disks than the current VM, then the number of disks in the restore point will only reflect the VM configuration.
21+
**Cross Region (secondary region)** | Cross Region restore can be used to restore Azure VMs in the secondary region, which is an [Azure paired region](https://docs.microsoft.com/azure/best-practices-availability-paired-regions#what-are-paired-regions).<br><br> You can restore all the Azure VMs for the selected recovery point if the backup is done in the secondary region.<br><br> This feature is available for the options below:<br> * [Create a VM](https://docs.microsoft.com/azure/backup/backup-azure-arm-restore-vms#create-a-vm) <br> * [Restore Disks](https://docs.microsoft.com/azure/backup/backup-azure-arm-restore-vms#restore-disks) <br><br> We don't currently support the [Replace existing disks](https://docs.microsoft.com/azure/backup/backup-azure-arm-restore-vms#replace-existing-disks) option.<br><br> Permissions<br> The restore operation on secondary region can be performed by Backup Admins and App admins.
2122

2223
> [!NOTE]
2324
> You can also recover specific files and folders on an Azure VM. [Learn more](backup-azure-restore-files-from-vm.md).
@@ -127,6 +128,45 @@ As one of the [restore options](#restore-options), you can replace an existing V
127128

128129
![Restore configuration wizard Replace Existing](./media/backup-azure-arm-restore-vms/restore-configuration-replace-existing.png)
129130

131+
## Cross Region Restore
132+
133+
As one of the [restore options](https://docs.microsoft.com/azure/backup/backup-azure-arm-restore-vms#restore-options), Cross Region Restore (CRR) allows you to restore Azure VMs in a secondary region, which is an Azure paired region.
134+
135+
To see if it's enabled, follow the instructions in [Configure Cross Region Restore](backup-create-rs-vault.md#configure-cross-region-restore)
136+
137+
### View backup items in secondary region
138+
139+
If CRR is enabled, you can view the backup items in the secondary region.
140+
141+
1. From the portal, go to **Recovery Services vault** > **Backup items**
142+
2. Click **Secondary Region** to view the items in the secondary region.
143+
144+
![Virtual machines in secondary region](./media/backup-azure-arm-restore-vms/secbackedupitem.png)
145+
146+
![Select Secondary Region](./media/backup-azure-arm-restore-vms/backupitems-sec.png)
147+
148+
### Restore in secondary region
149+
150+
The secondary region restore user experience will be similar to the primary region restore user experience. When configuring details in the Restore Configuration blade to configure your restore, you'll be prompted to provide only secondary region parameters.
151+
152+
![Choose VM to restore](./media/backup-azure-arm-restore-vms/sec-restore.png)
153+
154+
![Select restore point](./media/backup-azure-arm-restore-vms/sec-rp.png)
155+
156+
![Restore configuration](./media/backup-azure-arm-restore-vms/rest-config.png)
157+
158+
![Trigger restore in progress notification](./media/backup-azure-arm-restore-vms/restorenotifications.png)
159+
160+
- To restore and create a VM, refer to [Create a VM](https://docs.microsoft.com/azure/backup/backup-azure-arm-restore-vms#create-a-vm).
161+
- To restore as a disk, refer to [Restore disks](https://docs.microsoft.com/azure/backup/backup-azure-arm-restore-vms#restore-disks).
162+
163+
### Monitoring secondary region restore jobs
164+
165+
1. From the portal, go to **Recovery Services vault** > **Backup Jobs**
166+
2. Click **Secondary Region** to view the items in the secondary region.
167+
168+
![Backup jobs filtered](./media/backup-azure-arm-restore-vms/secbackupjobs.png)
169+
130170
## Restore VMs with special configurations
131171

132172
There are a number of common scenarios in which you might need to restore VMs.

articles/backup/backup-azure-file-folder-backup-faq.md

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ The MARS agent relies on NTFS, and uses the filepath length specification limite
7272

7373
The MARS agent relies on NTFS, and allows [supported characters](/windows/desktop/FileIO/naming-a-file#naming-conventions) in file names/paths.
7474

75-
### The warning "Azure Backups have not been configured for this server" appears.
75+
### The warning "Azure Backups have not been configured for this server" appears
7676

77-
This warning can appear even though you've configured a backup policy, when the backup schedule settings stored on the local server are not the same as the settings stored in the backup vault.
77+
This warning can appear even though you've configured a backup policy, when the backup schedule settings stored on the local server aren't the same as the settings stored in the backup vault.
7878

7979
* When the server or the settings have been recovered to a known good state, backup schedules can become unsynchronized.
8080
* If you receive this warning, [configure](backup-azure-manage-windows-server.md) the backup policy again, and then run an on-demand backup to resynchronize the local server with Azure.
@@ -87,7 +87,7 @@ The size of the cache folder determines the amount of data that you are backing
8787

8888
* The cache folder volumes should have free space that equals at least 5-10% of the total size of backup data.
8989
* If the volume has less than 5% free space, either increase the volume size, or move the cache folder to a volume with enough space.
90-
* If you backup Windows System State, you will need an additional 30-35 GB of free space in the volume containing the cache folder.
90+
* If you backup Windows System State, you'll need an additional 30-35 GB of free space in the volume containing the cache folder.
9191

9292
### How to check if scratch folder is valid and accessible?
9393

@@ -126,9 +126,9 @@ The size of the cache folder determines the amount of data that you are backing
126126

127127
### Where should the cache folder be located?
128128

129-
The following locations for the cache folder are not recommended:
129+
The following locations for the cache folder aren't recommended:
130130

131-
* Network share/removable media: The cache folder must be local to the server that needs backing up using online backup. Network locations or removable media like USB drives are not supported
131+
* Network share/removable media: The cache folder must be local to the server that needs backing up using online backup. Network locations or removable media like USB drives aren't supported.
132132
* Offline volumes: The cache folder must be online for expected backup using Azure Backup Agent
133133

134134
### Are there any attributes of the cache folder that aren't supported?
@@ -141,48 +141,51 @@ The following attributes or their combinations are not supported for the cache f
141141
* Sparse
142142
* Reparse-Point
143143

144-
The cache folder and the metadata VHD do not have the necessary attributes for the Azure Backup agent.
144+
The cache folder and the metadata VHD don't have the necessary attributes for the Azure Backup agent.
145145

146146
### Is there a way to adjust the amount of bandwidth used for backup?
147147

148148
Yes, you can use the **Change Properties** option in the MARS agent to adjust the bandwidth and timing. [Learn more](backup-configure-vault.md#enable-network-throttling).
149149

150150
## Restore
151+
151152
### Manage
152-
**Can I recover if I forgot my passphrase?**<br>
153-
The Azure Backup agent requires a passphrase (that you provided during registration) to decrypt the backed up data during restore. Review the scenarios below to understand your options for handling a lost passphrase:<br>
153+
154+
**Can I recover if I forgot my passphrase?**
155+
The Azure Backup agent requires a passphrase (that you provided during registration) to decrypt the backed-up data during restore. Review the scenarios below to understand your options for handling a lost passphrase:
154156

155157
| Original Machine <br> *(source machine where backups were taken)* | Passphrase | Available Options |
156158
| --- | --- | --- |
157-
| Available |Lost |If your original machine (where backups were taken) is available and still registered with the same Recovery Services vault, then you will be able to regenerate the passphrase by following these [steps](https://docs.microsoft.com/azure/backup/backup-azure-manage-mars#re-generate-passphrase). |
159+
| Available |Lost |If your original machine (where backups were taken) is available and still registered with the same Recovery Services vault, then you can regenerate the passphrase by following these [steps](https://docs.microsoft.com/azure/backup/backup-azure-manage-mars#re-generate-passphrase). |
158160
| Lost |Lost |Not possible to recover the data or data is not available |
159161

160162
Consider the following conditions:
161-
- If you uninstall & re-register the agent on the same original machine with
162-
- *Same passphrase*, then you will be able to restore your backed up data.<br>
163-
- *Different passphrase*, then you will not be able to restore your backed up data.
164-
- If you install the agent on a *different machine* with<br>
165-
- the same passphrase (used in the original machine), then you will be able to restore your backed up data.<br>
166-
- a different passphrase, you will not be able to restore your backed up data.<br>
167-
- Additionally, if your original machine is corrupted (preventing you from regenerating the passphrase through the MARS console); but you are able to restore/access the original scratch folder used by the MARS agent, then you might be able to restore (if you forgot the password). For more assistance, contact Customer Support.
168163

169-
**How do I recover if I lost my original machine (where backups were taken)?**<br>
164+
* If you uninstall and re-register the agent on the same original machine with
165+
* *Same passphrase*, then you will be able to restore your backed-up data.
166+
* *Different passphrase*, then you will not be able to restore your backed-up data.
167+
* If you install the agent on a *different machine* with
168+
* *Same passphrase* (used in the original machine), then you will be able to restore your backed-up data.
169+
* *Different passphrase*, you will not be able to restore your backed-up data.
170+
* If your original machine is corrupted (preventing you from regenerating the passphrase through the MARS console), but you can restore or access the original scratch folder used by the MARS agent, then you might be able to restore (if you forgot the password). For more assistance, contact Customer Support.
171+
172+
**How do I recover if I lost my original machine (where backups were taken)?**
170173

171-
If you have the same passphrase (that you provided during registration) of the original machine, then you can restore the backed up data to an alternate machine. Review the scenarios below to understand your restore options.
174+
If you have the same passphrase (that you provided during registration) of the original machine, then you can restore the backed-up data to an alternate machine. Review the scenarios below to understand your restore options.
172175

173176
| Original Machine | Passphrase | Available Options |
174177
| --- | --- | --- |
175-
| Lost |Available |You can install and register the MARS agent on another machine with the same passphrase that you provided during registration of the original machine. Choose **Recovery Option** > **Another location** to perform your restore. For more information, refer to this [article](https://docs.microsoft.com/azure/backup/backup-azure-restore-windows-server#use-instant-restore-to-restore-data-to-an-alternate-machine).
178+
| Lost |Available |You can install and register the MARS agent on another machine with the same passphrase that you provided during registration of the original machine. Choose **Recovery Option** > **Another location** to perform your restore. For more information, see this [article](https://docs.microsoft.com/azure/backup/backup-azure-restore-windows-server#use-instant-restore-to-restore-data-to-an-alternate-machine).
176179
| Lost |Lost |Not possible to recover the data or data is not available |
177180

178181

179182
### What happens if I cancel an ongoing restore job?
180183

181184
If an ongoing restore job is canceled, the restore process stops. All files restored before the cancellation stay in configured destination (original or alternate location), without any rollbacks.
182185

183-
### Does the MARS agent back up and restore ACLs set on files, Folders and volumes?
186+
### Does the MARS agent back up and restore ACLs set on files, folders, and volumes?
184187

185-
* The MARS agent backs up ACLs set on files, folders and volumes
188+
* The MARS agent backs up ACLs set on files, folders, and volumes
186189
* For Volume Restore recovery option, the MARS agent provides an option to skip restoring ACL permissions to the file or folder being recovered
187190
* For the individual file and folders recovery option, the MARS agent will restore with ACL permissions (there is no option to skip ACL restore).
188191

articles/backup/backup-configure-vault.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,24 @@ Enable network throttling as follows:
260260

261261
## Run an on-demand backup
262262

263-
1. In the MARS agent, click **Back Up Now**. This kicks off the initial replication over the network.
263+
1. In the MARS agent, click **Back Up Now**.
264264

265265
![Windows Server backup now](./media/backup-configure-vault/backup-now.png)
266266

267-
2. In **Confirmation**, review the settings, and click **Back Up**.
268-
3. Click **Close** to close the wizard. If you do this before the backup finishes, the wizard continues to run in the background.
267+
2. If the MARS agent version is 2.0.9169.0 or newer, a custom retention can be set. In the **Retain Backup Till** section, choose a date from the presented calendar:
269268

270-
After the initial backup is completed, the **Job completed** status appears in the Backup console.
269+
![Retain Backup calendar](./media/backup-configure-vault/mars-ondemand.png)
270+
271+
3. In **Confirmation**, review the settings, and click **Back Up**.
272+
4. Click **Close** to close the wizard. If you do this before the backup finishes, the wizard continues to run in the background.
273+
5. After the initial backup is completed, the **Job completed** status appears in the Backup console.
271274

272275
## On-demand backup policy retention behavior
273276

277+
>[!NOTE]
278+
>Applicable only to MARS agent versions older than 2.0.9169.0
279+
>
280+
274281
* For more information, refer step 8 of [Create a backup policy](backup-configure-vault.md#create-a-backup-policy)
275282

276283
| Backup Schedule option | How long will the backed-up data be retained?

0 commit comments

Comments
 (0)