A container format for compressed streams. The .xz format can hold only a single file (it does not bundle multiple files into a single archive).
Questions tagged [xz]
42 questions
0
votes
1 answer
How to XZ compress directory WITHOUT tar?
I know how to compress a directory with xz using tar, but is it possible to compress a directory using xz WITHOUT tar?
If I try:
xz -z myDir
Then the following error is retured:
xz: myDir: Is a directory, skipping

Fred
- 335