> 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/concepts/quota-and-backups.md).

# Cuota y backups

### Cuota: el espacio que contratas

Eliges la cuota de la suscripción según lo que necesite el cliente, y la amplías cuando crece. Para no llevarte sustos con el consumo, defines avisos por umbrales.

| Aviso de consumo | Para qué                             |
| ---------------- | ------------------------------------ |
| 80%              | Empezar a planificar la ampliación   |
| 90%              | Actuar antes de quedarte sin espacio |
| 95%              | Margen mínimo, amplía ya             |

> #### 📘 Pon los avisos al contratar
>
> El espacio se agota siempre en el peor momento.&#x20;
>
> Configurar los umbrales desde el principio convierte un problema urgente en un aviso tranquilo con tiempo para reaccionar.

### Backups incluidos

Las copias de seguridad vienen incluidas por defecto, sin que configures nada, con esta retención:

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

Esto te protege ante borrados accidentales, corrupción de archivos y escenarios de ransomware: vuelves a una copia anterior al problema. La restauración es sencilla y la haces cuando la necesitas.

> #### 👍 La protección no es un extra
>
> En muchos servicios de consumo, el backup se paga aparte o no existe.&#x20;
>
> Aquí va incluido, y es un argumento sólido cuando le explicas a un cliente por qué este almacenamiento es de nivel empresarial.

### Dónde seguir

* Qué es el servicio y qué lo distingue: [¿Qué es Almacenamiento de Archivos?.](/productos/file-storage/concepts/what-it-is.md)
* Quién accede a los datos: [Usuarios, grupos y permisos.](/productos/file-storage/concepts/users-groups-and-permissions.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/concepts/quota-and-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.
