View Single Post
Old 12-02-2018, 03:52 PM   #194
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@ilovejedd: The CLI comment was mainly to point out that the GUI not supporting it is a bit mystifying .

It's not ideal, but unfortunately, this falls squarely in the "get better tools" category. Only ZIP & RAR are actually container+compression formats. Any modern, decent compression algorithm is just that, so you *need* to put your stuff in a container format first, and that's pretty much always going to be tar .

For science, I experimented with Facebook's zstd a few weeks ago, and while interesting, it doesn't tick all the boxes I need (mainly, a small decoder that I can embed in each package, like I currently do with xz[dec]), and doesn't solve anything in that respect, because tar ;p.

EDIT: Well, 7z also has a container format, but it doesn't store unix permissions, so, out it goes.

EDITē: And, err, no, SFX archives wouldn't help, unless I were to forgo the tarball container, which I can't always, because unix permissions.

Last edited by NiLuJe; 12-02-2018 at 03:59 PM.
NiLuJe is offline   Reply With Quote