> 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/disaster-recovery/detalles/what-gets-replicated.md).

# Qué se replica

Disaster Recovery replica la infraestructura completa de la suscripción, no solo el dato. Esa es la diferencia con un backup, que tienes explicada en[ ¿Qué es Disaster Recovery?](/productos/disaster-recovery/concepts/what-it-is.md). Aquí está el detalle de qué entra.

### Elementos que se replican

| Elemento                              | Se replica |
| ------------------------------------- | ---------- |
| Instancias y configuración de compute | Sí         |
| Discos y su contenido                 | Sí         |
| Redes y subredes                      | Sí         |
| IPs privadas                          | Sí         |
| IPs públicas                          | Sí         |
| Firewall                              | Sí         |
| Reglas de port forwarding             | Sí         |
| VPN                                   | Sí         |

Por eso, al activar el failover, el entorno vuelve a funcionar tal como estaba: la máquina, su red y su configuración están replicadas, no hay que reconstruirlas.

### Qué puedes excluir

No todo necesita protección. Puedes ajustar el alcance del plan dejando fuera lo que no aporte.

| Exclusión        | Para qué                                                         |
| ---------------- | ---------------------------------------------------------------- |
| Por máquina (VM) | Dejar fuera servidores secundarios o que no sostienen el negocio |
| Por disco        | Dejar fuera discos de datos temporales o prescindibles           |

> #### 📘 Replica solo lo que sostiene el negocio
>
> Excluir lo prescindible mantiene la réplica más ligera y centrada.&#x20;
>
> Revisa qué máquinas y discos son críticos de verdad antes de incluir todo por defecto.

### Dónde seguir

* Cada cuánto se replica y cuántos puntos guardas: [Parámetros de replicación.](/productos/disaster-recovery/detalles/replication-parameters.md)
* Cómo se activa el entorno replicado: [Failover y failback.](/productos/disaster-recovery/concepts/failover-and-failback.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/disaster-recovery/detalles/what-gets-replicated.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.
