Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

tar

Supported suffixes:

SuffixCompression
.tarnone
.tar.gz / .tgzgzip
.tar.xz / .txzxz
.tar.bz2 / .tbz2 / .tbzbzip2
.tar.zst / .tzstzstd
clean-mount tar /path/to/project /tmp/project.tgz
clean-mount tar /path/to/project /tmp/project.tar.xz

Internally: mount → tar -acf → unmount.