TBZ2 (TAR.BZ2)到TAR.XZ (TXZ)转换器

在线免费转换您的tbz2文件为tar.xz文件

放置文件在这里. 1 GB 最大文件大小 或者 注册
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

如何转换TBZ2到TAR.XZ

1

从计算机,Google Drive,Dropbox,URL或在页面上拖拽选择文件.

2

选择tar.xz或任何其他你需要的格式作为结果(支持超过200种格式)

3

让文件进行转换随后你可以下载你的tar.xz文件

关于格式

TBZ2(也写作 .tar.bz2)是一种复合归档格式,将 TAR 归档与 bzip2 压缩相结合,bzip2 由 Julian Seward 开发,于 1996 年 7 月 18 日首次发布。TAR 层将文件与完整的 Unix 元数据串联成单个数据流,bzip2 使用 Burrows-Wheeler 块排序算法结合霍夫曼编码对结果进行压缩。bzip2 以块为单位(通常 900 KB)处理数据,对块施加 BWT 排序,然后依次进行游程编码、前移变换,最后进行霍夫曼编码。这一处理流程在大多数数据类型上通常比 gzip 获得 15-25% 更好的压缩率,在文本、源代码和结构化数据上效果尤为显著。在 XZ 广泛普及之前,TBZ2 曾是 Linux 和 Unix 系统上的标准高压缩归档格式。TBZ2 的一大优势是相比 TGZ 更好的压缩效果 — bzip2 始终能生成更小的归档,在分发大型源代码树或创建存储空间受限的备份时意义重大。基于块的架构提供了另一项优势:如果归档损坏,数据丢失仅限于受影响的块而非整个数据流,bzip2recover 工具可以从损坏文件中提取完好的块。TBZ2 受到 GNU tar 的 -j 标志支持,并被所有主流平台上的压缩工具识别。该格式在源码分发和备份工作流程中仍被广泛使用。
开发者: Julian Seward
首次发布: 1996年7月18日
TAR.XZ is a compound archive format combining TAR archiving with XZ compression, developed by the Tukaani Project and led by Lasse Collin since 2009. The TAR layer bundles files preserving Unix metadata, and XZ applies LZMA2 compression within a robust container featuring CRC-32 and CRC-64 integrity checks, padding support for media storage, and a stream/block structure enabling parallel decompression. LZMA2 improves on LZMA with better handling of incompressible data and multi-threaded compression support. TAR.XZ has become the preferred distribution format for many open-source projects — the Linux kernel, GNU core utilities, and numerous other packages ship their source tarballs as .tar.xz files. One advantage is the best compression-to-decompression-speed ratio among widely supported formats — XZ achieves compression ratios comparable to 7Z while decompressing faster than bzip2, an ideal combination for software distribution. The built-in integrity verification is another strength: unlike raw LZMA streams, the XZ container includes checksums that detect corruption before data reaches the application layer. GNU tar supports TAR.XZ natively via the -J flag, and xz-utils are packaged in every major Linux distribution. The format has effectively replaced TAR.GZ and TAR.BZ2 as the default for source code distribution in the open-source ecosystem.
首次发布: 2009

TBZ2到TAR.XZ质量评级

5.0 (1票)
您需要转换并下载至少1个文件才能提供反馈!