X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fman1%2Fwimlib-imagex-export.1;h=4c5430a48fb44bd10aa7a3a24dd6224e4e90f00b;hp=b1fb10cb079bef148a1fbff8584289cde863728c;hb=9a4ffbf427c8a9d0956a277c50b307f997cb046c;hpb=39edbeed8b1d86646e7a8e457f39244c54b1cf14 diff --git a/doc/man1/wimlib-imagex-export.1 b/doc/man1/wimlib-imagex-export.1 index b1fb10cb..4c5430a4 100644 --- a/doc/man1/wimlib-imagex-export.1 +++ b/doc/man1/wimlib-imagex-export.1 @@ -132,6 +132,9 @@ pipable, or if \fIDEST_WIMFILE\fR was "-" (standard output). Mark the destination image as WIMBoot-compatible. Also, if exporting to a new archive, set the compression type to that recommended for WIMBoot (currently, XPRESS with 4096 byte chunks). +.TP +\fB--unsafe-compact\fR +See the documentation for this option in \fBwimlib-imagex-optimize\fR (1). .SH SPLIT WIMS You may use \fBwimlib-imagex export\fR to export images from a split WIM. The \fISRC_WIMFILE\fR argument must specify the first part of the split WIM, @@ -156,12 +159,13 @@ To export the first image of this split WIM to a new or existing WIM file wimlib-imagex export mywim.swm 1 other.wim --ref="mywim*.swm" .RE .SH NOTES -\fIData integrity\fR: It is safe to abort a \fBwimlib-imagex export\fR command partway through. -However, after doing this, it is recommended to run \fBwimlib-imagex -optimize\fR on the destination WIM to remove any data that was appended to the -physical WIM file but not yet incorporated into the structure of the WIM, unless -the WIM was being rebuilt (e.g. with \fB--rebuild\fR), in which case you should -delete the temporary file left over. +\fIData integrity\fR: Except when using \fB--unsafe-compact\fR, it is safe to +abort a \fBwimlib-imagex export\fR command partway through. However, after +doing this, it is recommended to run \fBwimlib-imagex optimize\fR on the +destination WIM to remove any data that was appended to the physical WIM file +but not yet incorporated into the structure of the WIM, unless the WIM was being +rebuilt (e.g. with \fB--rebuild\fR), in which case you should delete the +temporary file left over. .PP \fISingle instancing\fR: The WIM format uses single-instance streams (roughly, "files"). When an image is exported, only the streams ("files") not already