Skip to content

Commit 1a104bb

Browse files
author
cynthn
committed
freshness and post fix of the .exe
1 parent f5b461c commit 1a104bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-machines/windows/tutorial-backup-vms.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Create a simple scheduled daily backup to a Recovery Services Vault.
4848
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.
4949
1. Under **Choose backup policy**, keep the default **(New) DailyPolicy**, and and then click **Enable Backup**.
5050
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.
5353

5454

5555
![Recovery points](./media/tutorial-backup-vms/backup-complete.png)
@@ -74,17 +74,17 @@ In this example, we show how to recover the image file that is used in the defau
7474

7575
1. On your local computer, open a new tab and go the [Azure portal](https://portal.azure.com).
7676
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.
7878
1. In the menu at the top of the blade, select **File Recovery**. The **File Recovery** blade opens.
7979
1. In **Step 1: Select recovery point**, select a recovery point from the drop-down.
8080
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.
8181
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.
8484
1. On your VM, open **File Explorer** and navigate to the drive letter that was used for the file share.
8585
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.
8686
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.
8888

8989

9090

0 commit comments

Comments
 (0)