I have a number of compressed files that I would like to wrap inside of a container (so as to have them all in one place). I am currently using a ZIP file, but trying to compress files that are already compressed is clearly a waste of CPU cycles.
Is wrapping these files into a TAR a better approach? I'm interested in the speed of packaging them. Any suggestions?
Is wrapping these files into a TAR a better approach? I'm interested in the speed of packaging them. Any suggestions?