# Overview

## Understanding replication <a href="#replication" id="replication"></a>

Data replication is the process of duplicating data between different storages using one or multiple backup plans. In **Xopero ONE**, replication plans enable replicating backups from one storage to another, across multiple locations, and between local storage and public clouds.

Including replication in a disaster recovery plan helps prevent data loss in critical scenarios such as storage corruption or malware attacks.

{% hint style="success" %}
To ensure business continuity, it is recommended to use the replication feature.
{% endhint %}

The primary purpose of replication is to enable **Xopero ONE** users to implement the 3+2+1 backup rule and enhance data security.

***

## Requirements

#### To create a replication plan, at least two storages are required:

1. **Source storage** — containing the data to be replicated.
2. **Target storage** — the destination where the data will be replicated.

{% hint style="danger" %}
The target storage <mark style="color:$danger;">**must be empty**</mark> to be available in the replication window. If the selected storage already contains data, it will not appear in the list of available target storages.
{% endhint %}

{% hint style="info" %}
If you back up data locally and use **Xopero Cloud Storage** as the target storage in the replication plan, the 3+2+1 backup rule will be implemented automatically.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://helpcenter.xopero.com/xopero-one-en/backup-plans-and-features/replication/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
