# Instant restore (disaster recovery)

**Instant restore** provides a rapid virtual machine recovery. It restores the machine’s configuration files to the **VMware** datastore, prepares a virtual machine, and mounts the disks to run directly from the backup copy. This allows the **Xopero ONE** administrator to start using the virtual machine almost immediately, without waiting for the full restore to complete.

{% hint style="warning" %}
**Instant restore** is not intended for production use and should be used <mark style="color:red;">**only for disaster recovery**</mark>. For restoring production data, use the **whole VM recovery** option.
{% endhint %}

***

## Restoration process

{% stepper %}
{% step %}
Open the **Storages** tab in [**XMS**](#user-content-fn-1)[^1].

<figure><img src="/files/82Jl1J0hSCREaUY0hGFw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the **browse** <img src="/files/McEWIJBVNcz1utfOVOyN" alt="" data-size="original"> button and choose the vault where the virtual machine backup is located.

{% hint style="warning" %}
When the backup of a virtual machine is stored in cloud storage, the **instant restore** feature may work slower because it requires random-access read operations.
{% endhint %}

<figure><img src="/files/1rk936EukcsQHbnsagm0" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the backup plan and the version of the virtual machine you want to restore.
{% endstep %}

{% step %}
After choosing the backup plan and VM version, click **Restore** under the backup copy you wish to recover and select the **Instant restore** option from the drop-down list.

<figure><img src="/files/XP8FABq2PNuCnKHraui4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Specify whether to restore the VM to its original location or a new one:

1. **Original location** — the **original location** option automatically applies all settings from the backup, restoring the virtual machine to the same **ESXi**/**vCenter**, datastore, compute resource, and VM folder, with the same virtual network configuration. The only setting you can modify is the VM name.
2. **New location** — this option allows you to manually choose the location to which the VM will be restored and adjust additional settings:
   1. **VMware environment** — this field allows you to select the **ESXi** host or **vCenter** where the data will be restored (the list displays only servers that are connected to **Xopero ONE**).&#x20;
   2. **Compute resource** — lets you choose the compute resource infrastructure to process the recovered data.
   3. **Datastore** — the location where the virtual machine files will be stored. **Xopero ONE** operates within the selected **VMware** environment.
   4. **VM folder** — lets you select the specific directory on the datastore where the VM will be restored.
   5. **Virtual network** — allows you to select your virtual network resource.

<figure><img src="/files/P9bfqdUjeBceVYyBDKam" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter the VM's name, and click **Next**.
{% endstep %}

{% step %}
Decide whether the restored machine should start automatically and select the port to use.

<figure><img src="/files/MmLxuXXghtKCslUzVd2y" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Double-check your settings and start the restoration process by clicking the **Start now** button.

<figure><img src="/files/CHY0PODUwEN5nyncmd7t" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The machine will be available on your **VMware** server. If everything is configured correctly, a new entry will appear in the **Tasks** tab and will remain active until you stop it.

<figure><img src="/files/Ma2ZCDhHHfLYDd4mcjos" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After you finish working with the machine, you can shut it down by canceling the current instant restore job. To do this, click the **X** button and confirm that you want to cancel the instant restore task.

<figure><img src="/files/bTFzVhJdaLPxlfGf3SAh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4Zf4evYikZMOOARg9QzZ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

[^1]: Xopero ONE Management Service


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpcenter.xopero.com/xopero-one-en/backup-and-recovery/virtual-machines/vmware/recovery/instant-restore-disaster-recovery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
