File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -196,12 +196,12 @@ There are 3 change detection modes available:
196
196
| Mode | Description
197
197
| Default | Read and encode all files into a single archive, using the pxar
198
198
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.
205
205
|===============================================================================
206
206
207
207
To perform a backup using the change detecation mode `metadata` you can run
You can’t perform that action at this time.
0 commit comments