Saturday 2 November 2019

compression - How to avoid compressing compressed files


Most compression programs compress all files by default. But when archiving a folder containing already compressed files, there is no need to compress them a second time, such as archives, packed setup program, jpg, movies, mp3,....


Are there any compression programs that allow an arbitrary list of type of files to be stored while the others are still compressed ?


It looks like Winrar can't.


I expect this would be doable with tar+gz/bzip2 and some scripting in various ways.


Edit :


Winrar can



Answer



WinRAR allows you to select files to store without compression, under the Files tab when you make a new archive. I don't believe it supports wildcarding, however - but the included Rar.exe cli tool should be easily scriptable to do this.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...