> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/backup-and-recovery/confluence/backup/creating-a-backup-plan.md).

# Creating a backup plan

**Creating a Confluence backup plan in Xopero ONE enables administrators to define how and when Confluence data is protected within the backup environment. The configuration process allows defining backup scope, scheduling, and retention settings to ensure Confluence spaces, pages, and associated resources are securely stored and can be efficiently recovered when needed.**

***

## Backup plan setup <a href="#backup_plan_creation" id="backup_plan_creation"></a>

The following steps demonstrate how to create a **Confluence** backup plan using **Xopero ONE Management Service**.

{% stepper %}
{% step %}
Open the **Backup** tab (**Plans** > **Backup**) and click the **+ Add plan** button in the top bar.
{% endstep %}

{% step %}
Select **Confluence** from the list.

<figure><img src="/files/8t3JfxKhn6XPMOWLWKbg" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the **Confluence** environment you want to include in the backup and how **Xopero ONE** will capture the **Confluence** data:

<figure><img src="/files/FNneR2o8lnX1AjqX2iGz" alt=""><figcaption></figcaption></figure>

1. **Protect all:** protects the entire **Confluence** instance.
2. **Select spaces:** protects only selected spaces and related resources.
3. **Exclude spaces:** protects the entire **Confluence** instance except the selected spaces.
4. **Set rules:** captures data to protect based on the specified rules:
   1. A **Confluence** backup based on rules defined by the space name **behaves the same way as repositories in Git-type projects**. For example, the rule `git` will match only the space with the exact name git. To create name-based rules, you can use the following wildcards:
      * `*` represents any number of characters. For example, the rule `*git*` will match spaces with names such as my-git-1, git, git-100, and similar.
      * `?` represents a single character. For example, the rule `git-300?` will match spaces with names such as git-3001, git-3002, and git-300m.
        {% endstep %}

{% step %}
Set up a name for your backup plan.

<figure><img src="/files/1s6dsif4m8D0suHBF0cc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
In **Data to protect** section, click **Edit** to configure the data that you want to back up. Here, you can also change the default backup agent (worker), which is directly responsible for backing up your **Confluence** data.

{% hint style="success" %}
You can deploy multiple agents and assign different agents to each backup plan.
{% endhint %}

<figure><img src="/files/SYD9X05ZLWDCuFKITS1k" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bl6nZ6Um4jJOva2wHzy2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select one of the data stores assigned to your **Xopero ONE** instance to use as the backup storage.

<figure><img src="/files/T1vWqmnE9dffRV1WZH7Y" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Customize the scheduler and specify the retention period for your data.

<figure><img src="/files/sMcKozmk1LhVN1C8vEHc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Adjust the advanced settings, such as encryption, error handling, or bandwidth limits, to meet your organization's requirements.

<figure><img src="/files/N9GpwISiPabGjomsm4jP" alt=""><figcaption></figcaption></figure>

1. **Encryption**: lets you secure your backup copy with encryption.
2. **Compression**: lets you compress and reduce copy size.
3. **Deduplication:** allows you to reduce the backup size.
4. **Error handling**: allows you to specify how to handle potential backup operation errors. Includes an option to skip corrupted **Confluence** attachments during backup.

<figure><img src="/files/DpQBjids7VnYaUOKZEv2" alt=""><figcaption></figcaption></figure>

5. **Bandwidth limit:** allows you to reduce network usage and limit network speed during backup.
6. **Backup scripts:** enables configuring pre/post scripts executed during backup.
7. **Task balancing:** balances backup speed and CPU load.
8. **Prevent system sleep:** prevents your system from suspending while a backup is in progress.
9. **Email notifications:** lets you set up email notifications and its recipients.
   {% endstep %}

{% step %}
Review your configuration and click **Save** to create the backup plan, or **Save\&Run** to start the first backup run immediately.
{% endstep %}
{% endstepper %}

***

## Useful links and items

{% content-ref url="/pages/lXJCXtK2CVyy7zbhCjwy" %}
[Scheduler & retention](/xopero-one-en/management/scheduler-and-retention.md)
{% endcontent-ref %}


---

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

```
GET https://helpcenter.xopero.com/xopero-one-en/backup-and-recovery/confluence/backup/creating-a-backup-plan.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.
