• @jj4211
    link
    98 months ago

    Well, tar.zstd is starting to be the thing now.

    • @woelkchen
      link
      -18 months ago

      First bundling everything in a tar file just to compress the thing in an individual step is kinda stupid, though. Everything takes much longer because of that. If you don’t need to preserve POSIX permissions, tar is pointless anyway.

      • @Stupidmanager
        link
        English
        98 months ago

        Slower, yes. More compression, yes. Stupid, no. tar serves a purpose beyond persevering permissions.

        • @woelkchen
          link
          08 months ago

          Use an archiving format that does both at once then, preserving whatever tar use cases has and compressing. The two steps are stupid, no arguing against that.