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

# Sicherung wiederherstellen

Irgendwann müssen Sie möglicherweise ein Backup Ihrer [SQLite](/rdm/de/getting-started/workspaces/workspace-types/local-workspaces/sqlite.md)- oder [XML](/rdm/de/getting-started/workspaces/workspace-types/local-workspaces/xml.md)-Datenquellen wiederherstellen. Die Wiederherstellungsoption ist über das Menü ***Datei – Backup – Wiederherstellen*** zugänglich.

### Einstellungen

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

1. Um eine Datenquelle aus einem Backup wiederherzustellen, wählen Sie sie als aktuelle Datenquelle aus.
2. Klicken Sie auf ***Datei – Backup – Wiederherstellen***.
3. Wählen Sie das Backup, das Sie wiederherstellen möchten, aus der Liste aus und klicken Sie auf ***Auswählen***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6066_2025_1.png" alt=""><figcaption></figcaption></figure>
4. Der Devolutions-Backup-Assistent zeigt eine kurze Beschreibung des Backups an. Klicken Sie auf ***Weiter***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6067_2025_1.png" alt=""><figcaption></figcaption></figure>
5. Wählen Sie das Wiederherstellungsziel aus.
6. Klicken Sie auf ***Fertigstellen***, um Ihre Backup-Wiederherstellung durchzuführen.
   {% endtab %}

{% tab title="macOS" %}

1. Um eine Datenquelle aus einem Backup wiederherzustellen, wählen Sie sie als aktuelle Datenquelle aus.
2. Klicken Sie auf ***Datei - Backup - Wiederherstellen***, um die Liste aller Ihrer Backups anzuzeigen.
3. Wählen Sie das Datei-Backup aus, das Sie wiederherstellen möchten, und klicken Sie auf ***OK***.
4. Der Datei-Backup-Assistent zeigt eine kurze Beschreibung des Backups sowie das Wiederherstellungsziel an.
5. Klicken Sie auf ***OK***, um Ihre Backup-Wiederherstellung abzuschließen.
   {% endtab %}
   {% endtabs %}

#### Siehe auch

* [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/de/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.
