Options | |||
---|---|---|---|
Option | Param | Description | |
-d | --dest | path | Define a destination path (directory/file). |
-D | --DEST | path | Like --dest, but create the directory path automatically. |
-o | --overwrite | Overwrite already existing files without warning. | |
--auto-split | Enable auto split modus: Split only if necessary and determine the split size automatically. THIS OPTION IS EXPERIMENTAL. In future versions it becomes the default. |
||
--no-split | Disable output file splitting. This is the default, but in future versions, the new option --auto-split becomes the default. | ||
-z | --split | Enable output file splitting. The default split size is 4 GB. | |
-Z | --split-size | sz | Enable output file splitting and define a split size. The parameter 'sz' is a floating point number followed by an optional unit factor (one of 'cb' [=1] or 'kmgtpe' [base=1000] or 'KMGTPE' [base=1024]). The default unit is 'G' (GiB). |
--prealloc | [=mode] | This option enables or disables the disc space preallocation. If enabled the tools try to allocate disc space for the new files before writing the data. This reduces the fragmentation but also disables the sparse effect for preallocated areas.
The optional parameter decides the preallocation mode:
Mode |
|
--chunk-mode | mode | Defines an operation mode for --chunk-size and --max-chunks. Allowed keywords are
|
|
--chunk-size | sz | Define the minimal chunk size if creating a CISO or WIA file (for WIA details see option --compression}). The default is to calculate the chunk size from the input file size and find a good value by using a minimal value of 1 MiB for »--chunk-mode ISO« and
The parameter 'sz' is a floating point number followed by an optional unit factor (one of 'cb' [=1] or 'kmgtpe' [base=1000] or 'KMGTPE' [base=1024]). The default unit is 'M' (MiB). If the number is prefixed with a
If the input file size is not known (e.g. reading from pipe), its size is assumed as
|
|
--max-chunks | n | Define the maximal number of chunks if creating a CISO file. The default value is 8192 for »--chunk-mode ISO« and 32760 (maximal value) for all other modes. If this value is set than the automatic calculation of --chunk-size will be modified too.
|
|
--compression | mode | Select one compression method, level and chunk size for new WIA files. The syntax for mode is:
All three parts are optional. All default values may be changed in the future. |
|
--mem | size | This option defines a memory usage limit for compressing files (in MiB if no other unit is entered). When compressing a file with method
If this option is not set or the value is 0, then the environment |
|
-c | --stdout | Write to standard output (stdout) and keep (don't delete) input files. This is the default, when the program is reading from standard input (stdin). |
|
-k | --keep | Keep (don't delete) input files during (un-)packing. | |
-p | --preserve | Preserve file times (atime+mtime) while copying an image. This option is enabled by default if an unmodified disc image is copied. |