> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/ribbon-menu-bar/file/backup/backup-restore.md).

# Restauración de copias de seguridad

En algún momento, es posible que necesite restaurar una copia de seguridad de sus espacios de trabajo [SQLite](/rdm/es/getting-started/workspaces/workspace-types/local-workspaces/sqlite.md) o [XML](/rdm/es/getting-started/workspaces/workspace-types/local-workspaces/xml.md). La opción de restauración está accesible desde el menú ***Fichero – Copia de seguridad – Restaurar***.

### Configuración

{% tabs %}
{% tab title="Windows" %}

1. Para restaurar un espacio de trabajo a partir de una copia de seguridad, selecciónelo como espacio de trabajo actual.
2. Haga clic en ***Fichero – Copia de seguridad – Restaurar***.
3. Seleccione en la lista la copia de seguridad que desea restaurar y haga clic en ***Seleccionar***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6066_2025_1.png" alt=""><figcaption></figcaption></figure>
4. El asistente de copia de seguridad de Devolutions mostrará una breve descripción de la copia de seguridad. Haga clic en ***Siguiente***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6067_2025_1.png" alt=""><figcaption></figcaption></figure>
5. Seleccione el destino de la restauración.
6. Haga clic en ***Finalizar*** para llevar a cabo la restauración de la copia de seguridad.
   {% endtab %}

{% tab title="macOS" %}

1. Para restaurar un espacio de trabajo a partir de una copia de seguridad, selecciónelo como espacio de trabajo actual.
2. Haga clic en ***Fichero - Copia de seguridad - Restaurar*** para mostrar la lista de todas sus copias de seguridad.
3. Seleccione la copia de seguridad de ficheros que desea restaurar y haga clic en ***Aceptar***.
4. El asistente de copia de seguridad de ficheros mostrará una breve descripción de la copia de seguridad, así como el destino de la restauración.
5. Haga clic en ***Aceptar*** para completar la restauración de la copia de seguridad.
   {% endtab %}
   {% endtabs %}

#### Véase también

* [Devolutions Academy – Enabling backups and working offline](https://academy.devolutions.net/student/activity/3266687)


---

# 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://docs.devolutions.net/rdm/es/ribbon-menu-bar/file/backup/backup-restore.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.
