[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] Tarlz 0.4: Use of 'ustar' format instead of 'posix'; ques
From: |
Antonio Diaz Diaz |
Subject: |
Re: [Lzip-bug] Tarlz 0.4: Use of 'ustar' format instead of 'posix'; question about future of Tarlz utility |
Date: |
Sun, 27 May 2018 18:39:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
Hi Timothy,
Timothy Beryl Grahek wrote:
Would it be possible and desirable to (re-)implement Tarlz to use the
'posix' or other tar format that doesn't have file size limits?
It is both possible and desirable. The 'posix' format is an extension on
top of the 'ustar' format, so I plan to make tarlz use a "limited posix
format"; 'ustar' where posible and 'posix' only on the files requiring
it for any reason (long name, large size). This removes all limitations
while remaining as compatible and simple as possible.
Would you be interested in expanding the features of Tarlz to make it a
more feature rich utility?
Sure. Suggestions are welcome. :-)
Here is where I got my info on the different tar formats:
https://www.gnu.org/software/tar/manual/html_chapter/tar_8.html
Here you can find the specification of the 'ustar' and 'posix' (pax)
formats:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html
Anyhow, whatever you decide to do is always best, of course; Tarlz is
already a really useful program, but I am just pointing out how it might be
more useful to me. :-)
Glad to know that tarlz is already useful to someone. :-)
Best regards,
Antonio.