> 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/fr/productos/disaster-recovery/how-to.md).

# Mode d'emploi

Guides pas à pas pour configurer, tester et exploiter votre plan de récupération.

Configure la réplique, testez-la et exécutez-la au moment voulu. Chaque section couvre une phase du plan.

### Configuration et tests

<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>Comment configurer la fréquence et le nombre de copies</strong></td><td>Ajustez la fréquence de réplication et le nombre de points de restauration que vous conservez.</td><td><a href="/fr/productos/disaster-recovery/how-to/how-to-configure-replica-frequency-and-copies.md">Comment configurer la fréquence et le nombre de copies de la Réplique dans la Reprise après sinistre</a></td></tr><tr><td><strong>Comment réaliser un exercice (drill)</strong></td><td>Testez le plan en levant l’environnement répliqué sans affecter la production.</td><td><a href="/fr/productos/disaster-recovery/how-to/how-to-run-a-drill.md">Comment réaliser un exercice (drill) de Reprise après sinistre</a></td></tr></tbody></table>

### Opération

<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>Comment effectuer un failback</strong></td><td>Revenez à l’environnement principal après un failover sans perdre le travail effectué.</td><td><a href="/fr/productos/disaster-recovery/how-to/how-to-perform-a-failback.md">Comment effectuer un failback d’une Reprise après sinistre</a></td></tr><tr><td><strong>Comment supprimer un abonnement</strong></td><td>Résiliez de manière contrôlée un abonnement de Disaster Recovery.</td><td><a href="/fr/productos/disaster-recovery/how-to/how-to-delete-a-disaster-recovery-subscription.md">Comment supprimer un Abonnement de Reprise après sinistre</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/fr/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.
