# Compression

## Understanding compression

Compression is the process of reducing the size of data before it is stored in a backup. It minimizes storage usage and can improve transfer speed by decreasing the amount of data that needs to be written or transmitted.

In **Xopero ONE**, compression is enabled by default to reduce the time needed to transfer backup copies to storage and to minimize the storage space needed to keep them.

***

## Configuring compression settings

Compression can be enabled when creating a new backup plan in [**XMS**](#user-content-fn-1)[^1]. You can find it in the backup plan's advanced settings (**Advanced settings** > **Edit** > toggle the **Compression** option to enable it).

Unlike encryption and deduplication, compression settings <mark style="color:$success;">can also be adjusted in an already existing backup plan</mark>.

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

#### Depending on the type of data being backed up, you can choose between two compression algorithms:

1. **LZ4** — fast compression with a reasonable compression ratio.
2. **Zstandard** — lossless compression algorithm, used in **Xopero ONE** by default.

#### And also three compression levels:

1. **Normal** — compression is faster, but the data takes more storage space.
2. **Medium** — the most optimal level with the best balance between processing time and storage space usage; used by default.
3. **High** — compression takes longer, but the data requires less storage space after compression.

[^1]: Xopero ONE Management Service


---

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