# Granular recovery (iSCSI)

**Xopero ONE** offers a **granular recovery** feature that allows you to restore individual files and folders from a **VMware** virtual machine backup. This makes the restore process faster and more efficient in many unexpected situations.

## Restoration process

{% stepper %}
{% step %}
Open the **VMware** tab (**Virtual Machines** > **VMware**) in [**XMS**](#user-content-fn-1)[^1], then click the **Manage & Restore** button next to the host whose backup you want to restore.

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

{% step %}
Select the VM you want to restore and click the **restore** <img src="/files/mkGCXo4ITdG4903O6npL" alt="" data-size="original"> button.

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

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

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

{% step %}
In the next aside, **XMS** displays all disks included in your virtual machine backup. You can choose which drives to include in your **iSCSI** target by clicking the **Restore all** button or selecting specific disks using the checkboxes and clicking **Restore selected**.

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

{% step %}
Next, configure the following settings:

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

1. **iSCSI worker** — allows you to select the device that will host and share the **iSCSI** target. You can choose any device added to the system that supports **iSCSI** target creation.
2. **iSCSI settings** — allows you to select the network adapter through which the target will be shared, as well as the port to be used — by default, **port 3260** (dedicated for **iSCSI** targets).

{% hint style="danger" %}
Devices running **macOS** are not supported for restoring **VMware** data.
{% endhint %}
{% endstep %}

{% step %}
Click the **Run iSCSI** button to start the process. 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/wEz03cMXpiWR27R9RNaa" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## iSCSI initiator

Once the **iSCSI** target is running, you only need to access it. To do this, use an **iSCSI** initiator (on **Windows**).

{% stepper %}
{% step %}
Press **Windows** + **R** to open the **Run** dialog, then type **iscsicpl** and press **Enter** to open the **iSCSI Initiator Properties**.
{% endstep %}

{% step %}
Use the **Quick Connect** option to locate your **iSCSI** target — enter the address of your **iSCSI** worker into the **Target** field and click **Quick Connect...** button.

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

{% step %}
The system will display a report of the targets discovered at the specified address and indicate the connection status (whether it was successful or not).

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

{% step %}
Click the **Done** button to close the report. The target should now appear in your **Discovered Targets** list with a connected status.

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

***

## Disk Management

At this point, the target is connected to your device. Now, you have to open **Disk Management**.

{% stepper %}
{% step %}
Press **Windows** + **R** to open the **Run** dialog, then type **diskmgmt.msc** and press **Enter** to open the **Disk Management** tool.&#x20;
{% endstep %}

{% step %}
Look for a disk that is marked as **Offline** ℹ.

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

{% step %}
Right-click the offline disk and select the **Online** option to bring it online.

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

{% step %}
Once the disk is online, you will see the drive letters assigned to its partitions. You can now open **File Explorer** to access your files.

<figure><img src="/files/3vub0estjUBwRCKH98mO" 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/granular-recovery-iscsi.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.
