> 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/replication-parameters.md).

# Parámetros de replicación

Estos son los parámetros que defines al crear el plan, en el paso de configuración de la réplica. Para entender cómo elegirlos, ve a [La réplica](/productos/disaster-recovery/concepts/the-replica.md) y a [Failover y failback](/productos/disaster-recovery/concepts/failover-and-failback.md) en Conceptos.

### Frecuencia de la réplica

Cada cuánto se actualiza la copia en el Recovery site.

| Opción        |
| ------------- |
| Cada 1 hora   |
| Cada 3 horas  |
| Cada 6 horas  |
| Cada 12 horas |
| Cada 24 horas |

Defines además la **hora de inicio**, para que la réplica arranque en la franja que prefieras.

### Puntos de restauración

| Parámetro | Valor |
| --------- | ----- |
| Mínimo    | 1     |
| Máximo    | 24    |

Cada punto es un estado al que puedes volver. Conservar más puntos te da más margen para elegir a qué momento recuperar.

### Modo de conmutación del failover

Define cómo se redirige el tráfico al Recovery site cuando activas el respaldo.

| Modo | Cómo redirige                                          | Estado       |
| ---- | ------------------------------------------------------ | ------------ |
| DNS  | Cambia el destino al que apunta el nombre del servicio | Disponible   |
| IP   | Mantiene la dirección IP en el sitio de respaldo       | Próximamente |

> #### 📘 De momento, la conmutación es por DNS
>
> El modo por IP está en camino.&#x20;
>
> Mientras tanto, planifica la recuperación contando con la conmutación por DNS, que es la disponible hoy.


---

# 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/replication-parameters.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.
