> 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/docs-en/productos/disaster-recovery/how-to/how-to-configure-replica-frequency-and-copies.md).

# How to Configure the Frequency and Number of Replica Copies in Disaster Recovery

If your requirements change or the initial configuration was not the right one, you can adjust your Disaster Recovery replication policy from the subscription itself: how often it replicates, how many copies are kept, and how failover works.

This guide walks through the reconfiguration.

> #### 👍 What you get
>
> Your Disaster Recovery replication policy adjusted to your needs: frequency, recovery points, and failover type.

### Before you begin

* Access the administration panel at [admin.plenit.com](https://admin.plenit.com) with permissions on the environment.
* Have a protected Servers or Remote Desktop subscription.
* Have a **Disaster Recovery**.

> #### 📘 Pause and Stop are not the same
>
> When you stop a replica, you encounter two different states: **Pause** temporarily stops replication and no new replicas are created until it is reactivated; **Stop** stops it and also lets you change the subscription configuration.&#x20;
>
> To reconfigure the policy, you need to stop it, not just pause it.

### Step 1. Open the Disaster Recovery subscription

In [admin.plenit.com](https://admin.plenit.com), go to **Cloud Services → Disaster Recovery** and open the subscription. You can also get there from the organization, in **Subscriptions**.

{/\* 📸 SCREENSHOT 1 · Disaster Recovery subscription \*/}

![Access to the Disaster Recovery subscription](https://REEMPLAZA-URL/disaster-recovery-frecuencia-01.png)

### Step 2. Stop the replica

In the center area, locate the replica status, open its menu **(…)** and select **Stop**. Confirm with **Yes, Stop**.

{/\* 📸 SCREENSHOT 2 · replica (…) menu · Stop and confirmation \*/}

![Stopping the replica to reconfigure it](https://REEMPLAZA-URL/disaster-recovery-frecuencia-02.png)

### Step 3. Start the reconfiguration

With the replica stopped, click **Reconfigure** to open the wizard.

{/\* 📸 SCREENSHOT 3 · Reconfigure button \*/}

![Start of the reconfiguration wizard](https://REEMPLAZA-URL/disaster-recovery-frecuencia-03.png)

### Step 4. Select the source

Choose the **source** subscription from which the replica will be made and click **Next**.

{/\* 📸 SCREENSHOT 4 · source subscription selection \*/}

![Selection of the replica source](https://REEMPLAZA-URL/disaster-recovery-frecuencia-04.png)

### Step 5. Define the destination

Choose whether you want to **overwrite** the existing destination subscription or **create a new one**, and click **Next**.

{/\* 📸 SCREENSHOT 5 · destination · overwrite or new subscription \*/}

![Selection of the replica destination](https://REEMPLAZA-URL/disaster-recovery-frecuencia-05.png)

> #### 🚧 Overwriting leaves the replica on hold
>
> If you choose to overwrite the destination subscription, the replica will remain on hold until the new replication finishes, and during that time it will not be operational.&#x20;
>
> Do it during an appropriate maintenance window if your environment depends on replication continuity.

### Step 6. Configure the recovery policy

Define the values for the new policy:

* **Replication frequency**: 1, 3, 6, 12, or 24 hours.
* **Start time**: if you want the replica to start at a specific time.
* **Recovery points**: between 1 and 24 copies.
* **Failover type**: DNS or IP.

When you're done, click **Finish**.

{/\* 📸 SCREENSHOT 6 · policy · frequency, time, points, and failover type \*/}

![Replication policy configuration](https://REEMPLAZA-URL/disaster-recovery-frecuencia-06.png)

The criterion for choosing these values (what frequency depending on how much work can be lost, how many points to keep) is in [Replication parameters.](/docs-en/productos/disaster-recovery/detalles/replication-parameters.md)

### Step 7. Check that the reconfiguration has started

After finishing the wizard, the replica status changes to **Configuring**, and you can follow the associated jobs in the right-hand side panel. The subscription continues replicating with the new policy.

{/\* 📸 SCREENSHOT 7 · Configuring status and jobs in progress \*/}

![Status of the new replication](https://REEMPLAZA-URL/disaster-recovery-frecuencia-07.png)

### Conclusion

Reconfiguring the replication policy is a guided wizard with a few steps: you stop the replica, define source and destination, and adjust frequency, recovery points, and failover type.

What is worth keeping in mind is that while the replica is stopped no new copies are created, and overwriting the destination leaves protection on hold until the new replication finishes, so choose an appropriate maintenance window.

If the policy is not the one you need, repeat the wizard with the correct values.

### Next steps

* Review how to return to the source after a failover in [How to do a failback.](/docs-en/productos/disaster-recovery/how-to/how-to-perform-a-failback.md)
* Test the plan without affecting production with a [drill.](/docs-en/productos/disaster-recovery/concepts/drills.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/docs-en/productos/disaster-recovery/how-to/how-to-configure-replica-frequency-and-copies.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.
