> For the complete documentation index, see [llms.txt](https://docs.ninox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninox.com/builder-hub/de/manage-your-organization-and-workspace/backup-and-restore-your-data.md).

# Backup und Wiederherstellung deiner Daten

{% hint style="info" %}
**Backups** ist aktuell in **BETA**. Weitere Funktionen und Details zur Aufbewahrungsfrist folgen bald.
{% endhint %}

Nutze **Backups**, um einen Arbeitsbereich von einem gespeicherten Zeitpunkt wiederherzustellen.

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

Backups werden täglich erstellt. Ninox zeigt jedes verfügbare Backup mit Datum, Speicherzeit und Dateigröße an. Der Screen **Backups** zeigt die Backups, die noch innerhalb der Aufbewahrungsfrist deines Plans liegen.

{% hint style="info" %}
Wenn du ein Backup wiederherstellst, erstellt Ninox einen neuen Arbeitsbereich. Dein aktueller Arbeitsbereich wird nicht ersetzt.
{% endhint %}

### Einen Arbeitsbereich aus einem Backup wiederherstellen

Gehe zu **Einstellungen**. Wähle unter **ARBEITSBEREICH** **Backups**. Wähle dann ein Backup nach Datum aus und stelle es als neuen Arbeitsbereich wieder her.

{% hint style="info" %}
Du kannst ein Backup aktuell nur als neuen Arbeitsbereich wiederherstellen.
{% endhint %}

{% stepper %}
{% step %}

#### Den Screen **Backups** öffnen

Gehe zu **Einstellungen**. Wähle unter **ARBEITSBEREICH** **Backups**.
{% endstep %}

{% step %}

#### Ein Backup auswählen

Finde das Backup, das du wiederherstellen willst. Prüfe Backup-Datum, Speicherzeit und Größe.
{% endstep %}

{% step %}

#### Die Wiederherstellung starten

Klicke auf der Backup-Karte auf **Als neu wiederherstellen**.
{% endstep %}

{% step %}

#### Die Details des neuen Arbeitsbereichs eingeben

Gib einen **Name** ein.\
Prüfe den **Internen Namen** oder bearbeite ihn.\
Wähle ein Symbol für den neuen Arbeitsbereich aus.
{% endstep %}

{% step %}

#### Den wiederhergestellten Arbeitsbereich erstellen

Klicke auf **Als neu wiederherstellen**.

Ninox erstellt aus dem ausgewählten Backup einen neuen Arbeitsbereich.\
Nach Abschluss der Wiederherstellung landest du automatisch im neu erstellten Arbeitsbereich.

Dein ursprünglicher Arbeitsbereich bleibt unverändert.
{% endstep %}
{% endstepper %}


---

# 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.ninox.com/builder-hub/de/manage-your-organization-and-workspace/backup-and-restore-your-data.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.
