docs: drop experimental warning for change detection modes

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2024-11-11 12:55:15 +01:00 committed by Thomas Lamprecht
parent c2ac9c8470
commit b38ef259d1

View File

@ -196,12 +196,12 @@ There are 3 change detection modes available:
| Mode | Description | Mode | Description
| Default | Read and encode all files into a single archive, using the pxar | Default | Read and encode all files into a single archive, using the pxar
format version 1. format version 1.
| Data | (EXPERIMENTAL): Read and encode all files, but split data and | Data | Read and encode all files, but split data and metadata into
metadata into separate streams, using the pxar format version 2. separate streams, using the pxar format version 2.
| Metadata | (EXPERIMENTAL): Split streams and use archive format version 2 like | Metadata | Split streams and use archive format version 2 like `Data`, but use
`Data`, but use the metadata archive of the previous snapshot (if one exists) to the metadata archive of the previous snapshot (if one exists) to detect
detect unchanged files, and reuse their data chunks without reading file unchanged files, and reuse their data chunks without reading file contents from
contents from disk, whenever possible. disk, whenever possible.
|=============================================================================== |===============================================================================
To perform a backup using the change detecation mode `metadata` you can run To perform a backup using the change detecation mode `metadata` you can run