You are not logged in.
Earlier tonight I was about to archive the content of a folder when it struck me that maybe there is a 'best' choice other than one of the usual suspects such as zip or tar.gz. A quick search showed me that there is no shortage of alternatives.
What is best considering:
* Resulting file size
* Portability
* ? what else should one consider?
/Martin
"Problems worthy of attack
prove their worth by hitting back."
Piet Hein
Offline
Unarchiving. I've had some fail.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
The best compression algorithm available in Debian seems to be https://packages.debian.org/stretch/lrzip
Offline
for portability, i always use zip.
it doesn't compress so well compared to, erm, .7za iirc.
but in addition to being well supported on all platforms, users also instantly recognize it. everybody knows what "a zip file" is.
edit:
if portability is no issue, i still have 2 aspects to consider: speed and compression.
usually, the better the compression, the more cpu cycles it takes to de/compress.
most utilities default to something that tries to be a perfect compromise.
Last edited by ohnonot (2017-11-11 09:17:48)
Offline