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

# Concepts

Un plan de reprise après sinistre s’appuie sur quelques idées clés : la Réplique, le basculement, le retour arrière et les exercices. Les voici pour bien concevoir le vôtre.

<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>Qu’est-ce que le Disaster Recovery ?</strong></td><td>Ce qu’est la couche de continuité, sur quels services elle s’appuie et en quoi elle se distingue de la Sauvegarde.</td><td><a href="/pages/c5417b4026f5acf7942e81bbed4efdc489d12cd9">/pages/c5417b4026f5acf7942e81bbed4efdc489d12cd9</a></td></tr><tr><td><strong>La Réplique</strong></td><td>Comment fonctionne la Réplique, la fréquence, la fenêtre de perte et les points de Restauration.</td><td><a href="/pages/fd9bba8ad4e9474b8f292363c3f7b0aeed08d758">/pages/fd9bba8ad4e9474b8f292363c3f7b0aeed08d758</a></td></tr><tr><td><strong>Basculement et retour arrière</strong></td><td>Comment passer à l’environnement de secours et comment revenir au principal sans perdre ce qui a été fait.</td><td><a href="/pages/45606bcb96981cfd62bd8cc6515a50e0088feb20">/pages/45606bcb96981cfd62bd8cc6515a50e0088feb20</a></td></tr><tr><td><strong>Exercices</strong></td><td>Qu’est-ce qu’un exercice, comment tester le plan sans affecter la production et les preuves qu’il génère.</td><td><a href="/pages/d41301d80af4a64ba39ce281f30629c01af96c61">/pages/d41301d80af4a64ba39ce281f30629c01af96c61</a></td></tr><tr><td><strong>Glossaire</strong></td><td>Définitions des termes propres au Disaster Recovery.</td><td><a href="/pages/da8751195397958ef8f2056086cd7f3c32b69e9b">/pages/da8751195397958ef8f2056086cd7f3c32b69e9b</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/concepts.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.
