• @woelkchen
    link
    -14 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
      84 months ago

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

      • @woelkchen
        link
        04 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.