TAR.LZ (TLZ)到RAR转换器
在线免费转换您的tar.lz文件为rar文件
tar.lz
rar
如何转换TAR.LZ到RAR
从计算机,Google Drive,Dropbox,URL或在页面上拖拽选择文件.
选择rar或任何其他你需要的格式作为结果(支持超过200种格式)
让文件进行转换随后你可以下载你的rar文件
关于格式
TAR.LZ is a compound archive format combining TAR) archiving with lzip compression, a format created by Antonio Diaz Diaz and first released in 2009. The TAR layer bundles files with full Unix metadata into a single stream, and lzip applies LZMA compression with a robust container that includes per-member CRC-32 integrity checking and clean member boundaries. Lzip was designed with long-term archival in mind — it produces a simple, well-documented format with strong error recovery properties: if part of a TAR.LZ file is corrupted, undamaged members can still be extracted, unlike monolithic compressed streams where corruption propagates. The compression ratios are essentially identical to LZMA/XZ since lzip uses the same LZMA algorithm. One advantage is archival resilience — the member-based structure means a multi-part archive can survive partial corruption without losing all data, critical for long-term storage. The clean, minimal format design is another strength: lzip has a simple specification that independent implementations can follow precisely, reducing the risk of compatibility issues over decades of archival. TAR.LZ is used by the GNU Project for distributing source releases and is supported by GNU tar with the --lzip flag, as well as by plzip for parallel compression on multi-core systems.
RAR(Roshal Archive)是由俄罗斯软件工程师 Eugene Roshal 于 1993 年 3 月创建的专有压缩归档格式,通过 WinRAR) 压缩工具分发,WinRAR 是全球安装量最大的 Windows 应用程序之一。该格式使用经过多个主要版本(RAR 1.3、2.0、3.0、5.0)不断演进的精密压缩算法,每次版本更新都在提升压缩率的同时增加新功能。当前版本 RAR5 采用基于字典的算法,字典大小最高可达 1 GB,并支持可选的 BLAKE2sp 哈希进行完整性验证。该格式提供固实压缩(将多个文件视为连续数据流)、多卷归档分割、用于修复损坏归档的恢复记录、对内容和文件名的 AES-256 加密,以及 Unicode 文件名支持。RAR 的一大优势是可靠的错误恢复 — 恢复记录功能可以重建归档的损坏部分,这一特性使其在通过不稳定连接和 Usenet 分发大文件时广受欢迎。出色的压缩性能是另一项关键优势:在通用压缩率方面,RAR 始终位居前列,尤其在处理混合文件集合时表现突出。虽然压缩算法是专有的,创建 RAR 归档需要授权软件,但解压代码可免费获取,几乎所有平台上的所有压缩工具都支持 RAR 解压。RAR 至今仍是网络上最常见的归档格式之一。