ZIP en TAR
Convertissez vos archives ZIP au format TAR. Re-packetez vos dossiers pour des environnements Linux.
Envoi & Conversion en cours...
Erreur
info
À propos de cet outil
Convertissez des archives ZIP au format TAR. Utile pour compatibilité de backup vers Unix.
File size: TAR is uncompressed — output size is similar to the total uncompressed size of the ZIP contents.
Quality: File contents are preserved exactly. TAR preserves Unix permissions and symlinks. This converter produces uncompressed TAR (not .tar.gz).
format_list_numbered
Comment convertir
-
1Importez une archive ZIP.
-
2Convertissez vers TAR.
-
3Téléchargez votre fichier.
help
FAQ
What is the difference between ZIP and TAR?
ZIP combines archiving and compression in one format. TAR is an archive only — it bundles files without compressing them. For compressed TAR, use .tar.gz (TAR + GZIP). This converter produces uncompressed TAR.
Are Unix file permissions preserved?
File permissions from the original ZIP are preserved where available. TAR natively supports Unix permissions, ownership, and symlinks.
How do I open a TAR file on Linux?
Use: tar -xf archive.tar to extract. Or: tar -tzf archive.tar to list contents without extracting.
Does the TAR output have compression?
This converter produces uncompressed TAR. For GZIP-compressed output, compress the resulting TAR with gzip archive.tar after downloading.
lightbulb
Common use cases
- check_circle Preparing archives for deployment to Linux servers
- check_circle Creating Docker build context archives from Windows ZIP files
- check_circle Collaborating with Linux developers who work with TAR archives
- check_circle Converting Windows-created archives to Unix-compatible format
compare_arrows
Related converters