this post was submitted on 06 Jun 2024
928 points (99.0% liked)

linuxmemes

20762 readers
2121 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 14 points 3 months ago* (last edited 3 months ago) (9 children)

I use the command line every day, but can't be bothered with all the compression options of tar and company.

zip -r thing.zip things/ and unzip thing.zip are temptingly more straightforward.

Need more compression? zip -r -9 thing.zip things/. Need a faster option? Use a smaller digit.

[โ€“] [email protected] 4 points 3 months ago

The problem with that is that it will not preserve flags and access rights.

load more comments (8 replies)