Archive format
TBZ2-Beispieldateien
TAR.BZ2 (.tbz2) combines TAR with BZip2 compression for alternative archival workflows. Use sample .tbz2 files to validate compression levels, sparse file support, and error resilience.
4 dateien
All to 1MB
SHA256
Manifest
Quick facts
Files first
Start with a representative file, then widen into the full table.
tbz2_sample_file_1MB.tbz2
Herunterladentbz2_sample_file_200KB.tbz2
Herunterladentbz2_sample_file_500KB.tbz2
Herunterladen| Dateiname | Groesse | MIME | SHA256 | Herunterladen |
|---|---|---|---|---|
|
tbz2_sample_file_1MB.tbz2
.tbz2
|
1.0 MB | application/x-tar |
34735723e40e2a02738a79e0004d76c5d9cde28f1d176698067d870d14a0daa6 |
Herunterladen |
|
tbz2_sample_file_200KB.tbz2
.tbz2
|
201.4 KB | application/x-tar |
6892b47cb9e405490160f50e6cbc30d5c7d3bece58489c8499a1374d9f9b3f1e |
Herunterladen |
|
tbz2_sample_file_500KB.tbz2
.tbz2
|
502.9 KB | application/x-tar |
9c510c6154462ff1f0b5c8326116c1aea9d13b384e2b6d7b31f5ebb5d942132c |
Herunterladen |
|
tbz2_sample_file_50KB.tbz2
.tbz2
|
50.7 KB | application/x-tar |
cba5425aeffce3dfcdad1a0da943168859ff6152f581a67b1fae07ce5c7ff578 |
Herunterladen |
Use cases
Pick the next task, not just the next file.
Start with the file table above, then use the comparison and FAQ sections below to branch into adjacent workflows.
Compare and decide
Keep related decision pages close, but do not let them take over the page.
FAQ and reference
Verification, manifests, and edge cases stay available without crowding the top of the page.
Checksum Verification
Use checksums to confirm file integrity after download.
shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.
Where is the machine-readable manifest?
Use the manifest when you need stable names, SHA256 values, and URLs for automation.
Validation Methodology
- Verify listing and extraction behavior across tools.
- Check compression ratio assumptions and extraction limits.
- Test zip-slip/path traversal protections in upload pipelines.