Skip to content

Commit b38ef25

Browse files
cebner-proxmoxThomasLamprecht
authored andcommitted
docs: drop experimental warning for change detection modes
Signed-off-by: Christian Ebner <[email protected]>
1 parent c2ac9c8 commit b38ef25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vzdump.adoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@ There are 3 change detection modes available:
196196
| Mode | Description
197197
| Default | Read and encode all files into a single archive, using the pxar
198198
format version 1.
199-
| Data | (EXPERIMENTAL): Read and encode all files, but split data and
200-
metadata into separate streams, using the pxar format version 2.
201-
| Metadata | (EXPERIMENTAL): Split streams and use archive format version 2 like
202-
`Data`, but use the metadata archive of the previous snapshot (if one exists) to
203-
detect unchanged files, and reuse their data chunks without reading file
204-
contents from disk, whenever possible.
199+
| Data | Read and encode all files, but split data and metadata into
200+
separate streams, using the pxar format version 2.
201+
| Metadata | Split streams and use archive format version 2 like `Data`, but use
202+
the metadata archive of the previous snapshot (if one exists) to detect
203+
unchanged files, and reuse their data chunks without reading file contents from
204+
disk, whenever possible.
205205
|===============================================================================
206206

207207
To perform a backup using the change detecation mode `metadata` you can run

0 commit comments

Comments
 (0)