Initializing... drag & drop files here
Supports: ZIP
TAR (Tape Archive) is the standard archiving format for Linux/Unix. Unlike ZIP, TAR preserves Unix file permissions, ownership, and symbolic links. Converting ZIP to TAR is useful for deploying files to Linux servers, preparing archives for further compression (tar.gz, tar.bz2, tar.xz), or working with Unix tools that expect TAR input.
Note: TAR itself does not compress — it only bundles files. For compressed output, use ZIP to TAR.GZ or ZIP to TAR.XZ.
| Property | ZIP | TAR |
|---|---|---|
| Compression | DEFLATE | None |
| Unix permissions | Not preserved | Preserved |
| Symbolic links | Not supported | Supported |
| Individual file access | Random access | Sequential |
| Common use | Cross-platform | Linux/Unix |
No. TAR only bundles files into a single archive without compression. For compression, use TAR.GZ, TAR.BZ2, or TAR.XZ.
Yes, typically. TAR has no compression, so the output is roughly the sum of all file sizes. Use ZIP to TAR.GZ for a compressed alternative.
Yes. Upload multiple ZIP files and select "Single Archive" to combine all contents.
Yes. TAR preserves file permissions, ownership, and symbolic links — a key advantage over ZIP.
Yes. Select "Individual Archives" to create a separate TAR for each uploaded ZIP.