> 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/knowledge-base/how-to-articles/export-and-import-vaults.md).

# Exportar e importar bóvedas

Es posible exportar e importar varias bóvedas de un tipo de workspace avanzado a otro.

{% hint style="warning" %}
Si tiene usuarios y estos sobrescriben las propiedades de las entradas con la ***Configuración específica del usuario***, deberán exportar e importar su ***lista de configuración específica del usuario***. Consulte [Exportar e importar la configuración específica del usuario](/rdm/es/knowledge-base/how-to-articles/export-and-import-user-specific-settings.md). Se requieren derechos de administración para exportar e importar varias bóvedas.
{% endhint %}

### Exportar

1. En el panel de navegación de Remote Desktop Manager, seleccione su workspace.
2. Vaya a ***Administración*** – ***Exportar todas las bóvedas (.rdx)***.

   ![](https://cdnweb.devolutions.net/docs/RDMW6032_2025_3.png)
3. Seleccione las bóvedas en la lista mostrada y haga clic en ***Aceptar***.
4. Para una migración típica, marcaría las opciones ***Incluir credenciales, Incluir adjuntos y documentos*** y ***Cifrar con clave maestra***.

   <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>Especificar una clave maestra cifrará todo el contenido del fichero <em><strong>.rdx</strong></em> para proteger su contenido. Es muy recomendable como medida de copia de seguridad, pero la clave es absolutamente necesaria para el descifrado. Consérvela también en un dispositivo de almacenamiento aparte para su custodia.</p></div>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6033_2025_3.png" alt=""><figcaption></figcaption></figure>
5. Haga clic en ***Guardar***.
6. Guarde el fichero ***.rdx*** en su ordenador.

### Importar

1. En el panel de navegación, seleccione el workspace en el que desea importar las bóvedas.
2. Vaya a ***Administración*** – ***Importar varias bóvedas (.rdx)***.

   ![](https://cdnweb.devolutions.net/docs/RDMW6034_2025_3.png)
3. Localice el fichero ***.rdx*** guardado en su ordenador y haga clic en ***Abrir***.
4. Establezca las ***Asignaciones*** de las bóvedas. En este paso, si es necesario, puede añadir bóvedas haciendo clic en el botón ***Añadir bóveda***.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Si tiene usuarios y estos sobrescriben las propiedades de las entradas con la <em><strong>Configuración específica del usuario</strong></em>, desmarque <em><strong>Cambiar ID</strong></em>.</p></div>
5. Haga clic en ***Finalizar***.

### Véase también

* [Devolutions Academy – Migrar sus bóvedas a otro workspace](https://academy.devolutions.net/student/activity/2750575-migrate-your-vaults-to-another-data-source?sid=9104fff8-678b-44cd-871e-0c8d00a6dce2\&sid_i=0)


---

# 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/knowledge-base/how-to-articles/export-and-import-vaults.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.
