this post was submitted on 01 Nov 2023
513 points (97.9% liked)

Technology

58348 readers
4767 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Windows 11 adds native support for RAR, 7-Zip, Tar and other archive formats thanks to open-source library::undefined

you are viewing a single comment's thread
view the rest of the comments
[โ€“] lemann@lemmy.one 4 points 11 months ago (1 children)

For me .zip on Windows is equivalent to .tar.gz on Linux - used when I just want to send a folder in a single file very quickly.

Also handy when sending an archive to a weaker machine, that might take a while to unpack a 7z compressed at the highest setting.

.7z is when I want to send a folder encrypted, or heavily compress something to archive (like a database, documents folder, or disk image/iso). It seemingly does the impossible, shaving the size from say 60GB down to 40GB compressed if you use solid mode (which has downsides if there are multiple files in the archive). It's incredibly flexible, but the defaults are pretty solid for most cases

[โ€“] BombOmOm@lemmy.world 1 points 11 months ago

Also handy when sending an archive to a weaker machine, that might take a while to unpack a 7z compressed at the highest setting.

7z files pack and unpack more quickly than Zip files since the windows zip program is only single threaded.