Introduction
Sometimes files are too large to store or send easily. bzip2 and xz help by making files smaller using compression. This saves space and speeds up transfers.
When you want to reduce the size of a log file before archiving it.
When you need to send a large text file over email and want it smaller.
When you want to save disk space by compressing old documents.
When you want to compress a backup folder into a single smaller file.
When you want to decompress a downloaded file compressed with bzip2 or xz.