Re: [dev] [sbase] Adding tar

From: Thorsten Glaser <tg_AT_mirbsd.de>
Date: Sun, 7 Jul 2013 14:12:54 +0000 (UTC)

Strake dixit:

>miss them. Archiver/compressor integration loses, for it needs a flag
>and code for each compression format.

I’d not use those anyway. I normally compress with:

find foo -type f | sort | cpio -oC512 -Hustar | gzip -n9 >foo.tgz

Failing that, this one’s almost the same:

tar -b 1 -cf - foo | gzip -n9 >foo.tgz

The -z option is *not* the same.

bye,
//mirabilos
-- 
<gcc> ncal.c: In function 'parsemonth': warning: comparison between pointer
and integer  • <mirabilos> ↑ hab da „in function parselmouth“ gelesen
<Natureshadow> ICH AUCH! • <Natureshadow> Ich hab gerade gedacht "Häh? Wie,
hab da parselmouth gelesen ... steht da doch auch :o?"	-- too much fanfic…
Received on Sun Jul 07 2013 - 16:12:54 CEST

This archive was generated by hypermail 2.3.0 : Sun Jul 07 2013 - 16:36:03 CEST