> 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/ribbon-menu-bar/file/backup/backup-restore.md).

# Backup restore

At some point, you may need to restore a backup of your [SQLite](https://docs.devolutions.net/rdm/workspaces/workspace-types/local-workspaces/sqlite/) or [XML](https://docs.devolutions.net/rdm/workspaces/workspace-types/local-workspaces/xml/) workspaces. The restore option is accessible from the menu ***File – Backup – Restore***.

### Settings

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

1. To restore a workspace from a backup, select it as the current workspace.
2. Click on ***File – Backup – Restore***.
3. Select the backup that you wish to restore from the list and click on ***Select***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6066_2025_1.png" alt=""><figcaption></figcaption></figure>
4. The Devolutions backup wizard will display a brief description of the backup. Click on ***Next***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6067_2025_1.png" alt=""><figcaption></figcaption></figure>
5. Select the restore destination.
6. Click on ***Finish*** to perform your backup restore.
   {% endtab %}

{% tab title="macOS" %}

1. To restore a workspace from a backup, select it as the current workspace.
2. Click on ***File - Backup - Restore*** to display the list of all your backup.
3. Select the file backup you want to restore and click on ***OK***.
4. The file backup wizard will display a brief description of the backup as well as the restore destination.
5. Click on ***OK*** to complete your backup restore.
   {% endtab %}
   {% endtabs %}


---

# 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:

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