LinuxCommandLibrary

mkzftree

creates compressed filesystem trees

TLDR

Compress directory tree

$ mkzftree [input/] [output/]
copy
Set compression level
$ mkzftree -z [9] [input/] [output/]
copy
Force overwrite
$ mkzftree -f [input/] [output/]
copy
Verbose output
$ mkzftree -v [input/] [output/]
copy
Parallelize
$ mkzftree -p [4] [input/] [output/]
copy

SYNOPSIS

mkzftree [options] input output

DESCRIPTION

mkzftree creates compressed filesystem trees. It's used for creating zisofs images.
The tool compresses files transparently for ISO images. Used with mkisofs.

PARAMETERS

INPUT

Source directory.
OUTPUT
Destination directory.
-z LEVEL
Compression level (1-9).
-f
Force overwrite.
-v
Verbose output.
-p JOBS
Parallel jobs.
--help
Display help information.

CAVEATS

Part of zisofs-tools. For ISO creation. Linux specific.

HISTORY

mkzftree is part of zisofs-tools for creating transparent compression on ISO9660 filesystems.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community