How to avoid compressing compressed files
        Posted  
        
            by 
                Gzorg
            
        on Super User
        
        See other posts from Super User
        
            or by Gzorg
        
        
        
        Published on 2010-01-06T11:03:43Z
        Indexed on 
            2012/11/02
            23:05 UTC
        
        
        Read the original article
        Hit count: 289
        
compression
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
© Super User or respective owner