tarxz
Tar.xz is a file archive format that combines a tar archive with xz compression. A tar archive bundles multiple files and directories into a single stream while preserving metadata such as permissions and timestamps. The xz compression layer provides high compression ratios, typically yielding smaller files than gzip or bzip2 for many data types. Files compressed this way usually carry the extensions .tar.xz or .txz.
To create a tar.xz archive, a typical command is: tar -cJf archive.tar.xz /path/to/directory. To extract: tar -xJf
Tar.xz archives are widely used on Unix-like systems for distributing source code and software packages due
Limitations include the need for a compatible tar/xz toolchain, and the fact that compression with xz can