> 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/cube-os-es/exploracion-de-funciones/copia-de-seguridad-y-restauracion.md).

# Copia de seguridad y restauración

CUBE OS incluye un **Copia de seguridad y restauración** función que le ayuda a proteger la configuración del sistema, los datos del dispositivo y los ajustes de automatización.\
Puede crear una copia de seguridad manual en cualquier momento o configurar copias de seguridad automáticas programadas, asegurando que su entorno esté siempre protegido.

{% hint style="warning" %}
eWeLink CUBE tiene cinco ranuras de copia de seguridad: cuatro manuales y una automática. La copia de seguridad más antigua se sobrescribirá cuando el almacenamiento sea insuficiente.

El sistema se congelará temporalmente durante el proceso de copia de seguridad.

No apague ni reinicie su eWeLink CUBE durante la copia de seguridad para garantizar la integridad de la misma.
{% endhint %}

## Acceder a la configuración de copias de seguridad

{% stepper %}
{% step %}
Navegue a **Configuración** desde la barra lateral izquierda.
{% endstep %}

{% step %}
Desplácese hacia abajo hasta la **Función** - **Copia de seguridad y restauración** pestaña.

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

{% step %}
Aquí puede ver el estado actual de sus copias de seguridad, crear una nueva copia de seguridad o restaurar desde una anterior.
{% 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/cube-os-es/exploracion-de-funciones/copia-de-seguridad-y-restauracion.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.
