How to convert tar file from gnu format to pax format
Posted
by
nosid
on Super User
See other posts from Super User
or by nosid
Published on 2012-09-24T21:35:30Z
Indexed on
2012/09/24
21:40 UTC
Read the original article
Hit count: 273
conversion
|tar
On the one hand I have a lot of tar files created with gnu format, and on the other hand I have a tool that only supports pax (aka posix) format. I am looking for an easy way to convert the existing tar files to pax format - without extracting them to the file system and re-create the archives.
GNU tar supports both formats. However, I haven't found an easy way to the conversion.
How can I convert the existing gnu tar files to pax?
© Super User or respective owner