Connecting a Windows Server VM to Cloud Backup
You can back up Compute Cloud VMs with supported Windows-based operating systems.
For the Cloud Backup agent to run properly, VMs must meet the minimum requirements.
Warning
To connect a VM to Cloud Backup, make sure its service account, public IP, and security group are set up correctly. For more information, see Connecting Compute Cloud VMs to Cloud Backup.
If you have deleted a VM from Cloud Backup and want to reconnect it, follow the steps below.
To connect a Windows VM to Cloud Backup:
-
Connect the previously created service account to the VM.
-
Set up network access for your VM.
-
Run Windows PowerShell.
Note
The PowerShell execution policies must allow scripts. If they do not, allow scripts and restart PowerShell. For more information, see the Microsoft documentation
. -
Run the following command:
. { iwr -useb https://storage.yandexcloud.net/backup-distributions/agent_installer.ps1 } | iex
Result:
... Backup agent installation complete after 190 s!
After that, you can link your VM to backup policies.