> 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.md).

# How to

Set up the replication, test it, and run it when the time comes. Each section covers a phase of the plan.

### Setup and testing

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How to set the frequency and number of copies</strong></td><td>Adjust how often it replicates and how many restore points you keep.</td><td><a href="/pages/eda47222a2310a3fe98a64c8cf6e20af5315fd26">/pages/eda47222a2310a3fe98a64c8cf6e20af5315fd26</a></td></tr><tr><td><strong>How to run a drill</strong></td><td>Test the plan by bringing up the replicated environment without affecting production.</td><td><a href="/pages/1cbb46338f68cdc69d75a82f58c723a0316b16b3">/pages/1cbb46338f68cdc69d75a82f58c723a0316b16b3</a></td></tr></tbody></table>

### Operation

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How to perform a failback</strong></td><td>Return to the primary environment after a failover without losing your work.</td><td><a href="/pages/ad7e3db8011ec36292dc8fa40f190b524ce3ebe4">/pages/ad7e3db8011ec36292dc8fa40f190b524ce3ebe4</a></td></tr><tr><td><strong>How to delete a subscription</strong></td><td>Cancel a Disaster Recovery subscription in a controlled way.</td><td><a href="/pages/45f482c8475cd4b55f133fbf8d359ad84e9cb801">/pages/45f482c8475cd4b55f133fbf8d359ad84e9cb801</a></td></tr></tbody></table>


---

# 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.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.
