> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/german/funktionen-erkunden/sichern-and-wiederherstellen.md).

# Sichern & Wiederherstellen

CUBE OS enthält ein integriertes **Sichern & Wiederherstellen** Funktion, die Ihnen hilft, Ihre Systemkonfiguration, Gerätedaten und Automatisierungseinstellungen zu schützen.\
Sie können jederzeit ein manuelles Backup erstellen oder geplante automatische Backups konfigurieren, um sicherzustellen, dass Ihre Umgebung stets geschützt ist.

{% hint style="warning" %}
eWeLink CUBE verfügt über fünf Backup-Slots: vier für manuelle und einen für automatische Backups. Das älteste Backup wird überschrieben, wenn der Speicherplatz nicht ausreicht.

Das System wird während des Backup-Vorgangs vorübergehend eingefroren.

Schalten Sie Ihr eWeLink CUBE während des Backups nicht aus und starten Sie es nicht neu, um die Integrität des Backups zu gewährleisten.
{% endhint %}

## Zugriff auf die Backup-Einstellungen

{% stepper %}
{% step %}
Navigieren Sie zu **Einstellungen** aus der linken Seitenleiste.
{% endstep %}

{% step %}
Scrollen Sie nach unten zum **Funktion** - **Sichern & Wiederherstellen** Tab.

<figure><img src="/files/b4c24f5174f52e14937c87b9f3ccd2dff17314a2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Hier können Sie Ihren aktuellen Backup-Status einsehen, ein neues Backup erstellen oder ein vorheriges wiederherstellen.
{% 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://cube.ewelink.cc/german/funktionen-erkunden/sichern-and-wiederherstellen.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.
