mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 10:00:34 +00:00
docs: drop experimental warning for change detection modes
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
c2ac9c8470
commit
b38ef259d1
12
vzdump.adoc
12
vzdump.adoc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user