{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same catalogue, so a page rendered by a non-owner points its canonical at the owner instead of competing with it. Falls back to this site for static/self-owned pages. #}
🍋
Menu
.tar Archive

TAR (Tape Archive)

Unix/Linux में फ़ाइलों और डायरेक्टरी को एक फ़ाइल में बंडल करने के लिए उपयोग किया जाने वाला आर्काइव फॉर्मेट। TAR आमतौर पर gzip या bzip2 कम्प्रेशन के साथ संयुक्त किया जाता है।

MIME Type

application/x-tar

प्रकार

बाइनरी

संपीड़न

दोषरहित

लाभ

  • + Preserves Unix permissions, ownership, symbolic links, and timestamps
  • + Streaming-friendly — can be created and extracted via pipes
  • + Standard on all Unix/Linux systems with no additional software

हानियाँ

  • No built-in compression — must be combined with gzip, bzip2, or xz
  • No random access — extracting one file requires reading sequentially
  • Less intuitive for Windows users than ZIP

.TAR कब उपयोग करें

Linux सॉफ्टवेयर पैकेजिंग, सोर्स कोड डिस्ट्रीब्यूशन, सर्वर बैकअप, Docker इमेज लेयर, और Unix/Linux एनवायरनमेंट में फ़ाइल बंडलिंग।

तकनीकी विवरण

TAR, 512-बाइट ब्लॉक में फ़ाइल हेडर + डेटा स्टोर करता है। हेडर में फ़ाइलनेम, साइज़, permissions, ownership और timestamps होते हैं। TAR स्वयं कम्प्रेस नहीं करता — gzip (.tar.gz), bzip2 (.tar.bz2), xz (.tar.xz) या zstd (.tar.zst) बाहरी कम्प्रेशन जोड़ी जाती है।

इतिहास

TAR, Unix Version 7 (1979) में John Gilmore और अन्य द्वारा विकसित किया गया। नाम 'Tape Archive' मैग्नेटिक टेप बैकअप से आता है। GNU tar ने लॉन्ग फ़ाइलनेम और बड़ी फ़ाइलों का सपोर्ट जोड़ा। .tar.gz (.tgz) Linux सॉफ्टवेयर डिस्ट्रीब्यूशन का मानक बन गया।

.TAR से रूपांतरित करें

.TAR में रूपांतरित करें

संबंधित फ़ॉर्मेट

संबंधित शब्द