> 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/english-it/esplorazione-delle-funzionalita/backup-e-ripristino.md).

# Backup e ripristino

CUBE OS include un **Backup e Ripristino** funzionalità che ti aiuta a proteggere la configurazione del sistema, i dati del dispositivo e le impostazioni di automazione.\
Puoi creare un backup manuale in qualsiasi momento o configurare backup automatici programmati, garantendo che il tuo ambiente sia sempre protetto.

{% hint style="warning" %}
eWeLink CUBE ha cinque slot di backup: quattro manuali e un backup automatico. Il backup più vecchio verrà sovrascritto quando lo spazio di archiviazione non sarà sufficiente.

Il sistema verrà temporaneamente congelato durante il processo di backup.

Non spegnere o riavviare il tuo eWeLink CUBE durante il backup per garantire l'integrità del backup.
{% endhint %}

## Accesso alle Impostazioni di Backup

{% stepper %}
{% step %}
Vai a **Impostazioni** dalla barra laterale sinistra.
{% endstep %}

{% step %}
Scorri verso il basso fino alla **Funzione** - **Backup e Ripristino** scheda.

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

{% step %}
Qui puoi visualizzare lo stato attuale del backup, creare un nuovo backup o ripristinare da uno precedente.
{% 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/english-it/esplorazione-delle-funzionalita/backup-e-ripristino.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.
