You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/tutorial-backup-vms.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ Create a simple scheduled daily backup to a Recovery Services Vault.
48
48
1. In **Recovery Services vault**, click **Create new** and provide the name for the new vault. A new vault is created in the same resource group and location as the virtual machine.
49
49
1. Under **Choose backup policy**, keep the default **(New) DailyPolicy**, and and then click **Enable Backup**.
50
50
1. To create an initial recovery point, on the **Backup** blade click **Backup now**.
51
-
1. On the **Backup Now** blade, click the calendar icon, use the calendar control to how long the restore point is retained, and click **OK**.
52
-
1. In the **Backup** blade for your VM, you see the number of restory points that are complete.
51
+
1. On the **Backup Now** blade, click the calendar icon, use the calendar control to choose how long the restore point is retained, and click **OK**.
52
+
1. In the **Backup** blade for your VM, you'll see the number of restore points that are complete.
@@ -74,17 +74,17 @@ In this example, we show how to recover the image file that is used in the defau
74
74
75
75
1. On your local computer, open a new tab and go the [Azure portal](https://portal.azure.com).
76
76
1. In the menu on the left, select **Virtual machines** and select the VM from the list.
77
-
1. On the VM blade, in the **Settings** section, click **Backup**. The **Backup** blade opens.
77
+
1. On the VM blade, in the **Operations** section, click **Backup**. The **Backup** blade opens.
78
78
1. In the menu at the top of the blade, select **File Recovery**. The **File Recovery** blade opens.
79
79
1. In **Step 1: Select recovery point**, select a recovery point from the drop-down.
80
80
1. In **Step 2: Download script to browse and recover files**, click the **Download Executable** button. Copy the password for the file and save it somewhere safe.
81
81
1. On your local computer, open **File Explorer** and navigate to your **Downloads** folder and copy the downloaded .exe file. The filename is prefixed by your VM name.
82
-
1. On your VM (over the RDP connection) paste the .exe file to the Desktop of your VM.
83
-
1. Navigate to the desktop of your VM and double-click on the .exe. This launches a command prompt and then mount the recovery point as a file share that you can access. When it is finished creating the share, type **q** to close the command prompt.
82
+
1. On your VM (using the RDP connection) paste the .exe file to the Desktop of your VM.
83
+
1. Navigate to the desktop of your VM and double-click on the .exe. This launches a command prompt. The program mounts the recovery point as a file share that you can access. When it is finished creating the share, type **q** to close the command prompt.
84
84
1. On your VM, open **File Explorer** and navigate to the drive letter that was used for the file share.
85
85
1. Navigate to \inetpub\wwwroot and copy **iisstart.png** from the file share and paste it into \inetpub\wwwroot. For example, copy F:\inetpub\wwwroot\iisstart.png and paste it into c:\inetpub\wwwroot to recover the file.
86
86
1. On your local computer, open the browser tab where you are connected to the IP address of the VM showing the IIS default page. Press CTRL + F5 to refresh the browser page. You should now see that the image has been restored.
87
-
1. On your local computer, go back to the browser tab for the Azure portal and in **Step 3: Unmount the disks after recovery** click the **Unmount Disks** button. If you forget to do this step, the connection to the mountpoint is automatically close after 12 hours. After those 12 hours, you need to download a new script to create a new mountpoint.
87
+
1. On your local computer, go back to the browser tab for the Azure portal and in **Step 3: Unmount the disks after recovery** click the **Unmount Disks** button. If you forget to do this step, the connection to the mountpoint is automatically closed after 12 hours. After those 12 hours, you need to download a new script to create a new mount point.
0 commit comments