> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/xopero-sphere-recovery-drive/backup-and-recovery/restoring-a-disk-from-backup.md).

# Restoring a disk from backup

**Xopero Sphere Recovery Drive enables bare-metal restoration of entire disks from previously created backups, allowing systems to be recovered to a fully operational state after hardware failure, data corruption, or system loss.**

***

## Recovery process

The following steps demonstrate how to restore a disk from a backup copy using the **Xopero ONE Standalone Agent**.

{% stepper %}
{% step %}
Start the computer using the **Xopero Sphere Recovery Drive** (you may need to change the boot order in the BIOS/UEFI settings to select the USB device as the primary boot option). After the computer starts up, press any key when the following message appears:

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

{% step %}
Once the **Xopero Sphere Recovery Drive** startup window loads, select **Xopero** and then choose **Xopero ONE Standalone Agent**.

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

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

{% step %}
In the **Xopero ONE Standalone Agent** backup wizard, select **Restore disk** and click **Next**.

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

{% step %}
Select the backup storage directory and click **Next**.

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

{% step %}
Select the specific backup copy to restore, then click **Next**.

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

{% step %}
Select the disk you want to restore from the backup copy.

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

{% step %}
The wizard will display the available disks on the connected computer. Select the target disk for the restoration.

{% hint style="danger" %}
Any existing data on the selected disk will be overwritten.
{% endhint %}

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

{% step %}
In **Restore settings**, you can choose to reset system drivers.

{% hint style="warning" %}
The drivers reset option should be selected only when restoring a backup to a device with a different hardware configuration.
{% endhint %}

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

{% step %}
Review your configuration and click **Run restore** to start the recovery process.
{% endstep %}

{% step %}
Once the restore is complete, a confirmation message will appear.
{% endstep %}
{% endstepper %}

***

## Useful links and items

{% content-ref url="/pages/n0MhfprZc5JNWj9RS6Ql" %}
[Creating a disk backup](/xopero-one-en/xopero-sphere-recovery-drive/backup-and-recovery/creating-a-disk-backup.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.xopero.com/xopero-one-en/xopero-sphere-recovery-drive/backup-and-recovery/restoring-a-disk-from-backup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
