> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/productos/file-storage/details/backups.md).

# Backups

Las copias de seguridad vienen incluidas por defecto, sin que configures nada.

El porqué y para qué sirven están en [Cuota y backups](/productos/file-storage/concepts/quota-and-backups.md); aquí tienes la política exacta.

### Política de retención

| Frecuencia | Se conserva         |
| ---------- | ------------------- |
| Cada hora  | Las últimas 5 horas |
| Diaria     | 14 días             |
| Semanal    | 8 semanas           |

Esta combinación te da puntos recientes muy cercanos (las últimas horas) y, a la vez, margen para volver atrás semanas si el problema se detecta tarde.

### Restauración

| Aspecto    | Detalle                                                                  |
| ---------- | ------------------------------------------------------------------------ |
| Cuándo     | En el momento que lo necesites                                           |
| Qué eliges | El punto en el tiempo al que volver, dentro de la retención              |
| Para qué   | Borrados accidentales, corrupción de archivos y escenarios de ransomware |

> #### 👍 Incluido y sin configurar
>
> No hay que activar ni programar nada: la política de copias está puesta de serie. Es un punto fuerte frente al almacenamiento de consumo, donde el backup suele ir aparte o no existe.

### Dónde seguir

* Los rangos de cuota y los avisos: [Suscripción y cuota](/productos/file-storage/details/subscription-and-quota.md).


---

# 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.plenit.com/productos/file-storage/details/backups.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.
