Convert legacy tar archives to PAX with metadata #191
Labels
No labels
agent/review
priority/high
priority/low
priority/medium
status/blocked
status/wontfix
time/marathon
time/quickwin
type/bug
type/cicd
type/docs
type/feature
type/security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thwap/manta-archiver#191
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implemented. The
--convertsubcommand reads a source archive (auto‑detected or specified with--from) and writes it in a target format (--to). Metadata (BLAKE3/CRC32 hashes, timestamps, permissions) is automatically generated and embedded in the output archive (unless--no-internal-metais used).Example:
The conversion logic is in
runConvert(cmd/reptar/main.go) and works with all supported archive formats.