this post was submitted on 20 Jun 2023
52 points (98.1% liked)
Memes
51628 readers
1377 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I do NOT understand how zip is still the default. I use .tgz wherever I can.
Compatibility with literally anything under the sun that can decompress a compressed file.
Because of your comment, I did a quick google search and pretty much every source says that .tar.gz is also pretty ancient and not that good (from a compression point of view). For better compression, you can use the xz or 7zip formats. The former is more used on Linux, if that's what you're using.