mkzftree
creates compressed filesystem trees
TLDR
Compress directory tree
$ mkzftree [input/] [output/]
Set compression level$ mkzftree -z [9] [input/] [output/]
Force overwrite$ mkzftree -f [input/] [output/]
Verbose output$ mkzftree -v [input/] [output/]
Parallelize$ mkzftree -p [4] [input/] [output/]
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
mkisofs(1), genisoimage(1), zisofs(8)
