ECToo / cryptsync

Automatically exported from code.google.com/p/cryptsync
1 stars 0 forks source link

Ability to set 7z compression level (globally or on pair level) #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A global or pair level setting that enables selecting which 7z compression 
level will be used (-mx parameter of 7z, levels ranging from 0 to 9). 

Original issue reported on code.google.com by bela.kis...@gmail.com on 13 Nov 2013 at 5:16

GoogleCodeExporter commented 9 years ago
I tested cryptsync with 3 MB of text files (782 files) and it took some minutes 
of 100% CPU usage to compress and encrypt them. I think this is because it uses 
the Ultra (9) setting of 7z. I was planning on using cryptsync to encrypt all 
my documents (about 500GB, 1.5 million files). At this rate it would take quite 
a long time to compress and encrypt them. An option to set the compression 
level to 0 (no compression) would speed this up significantly.

Original comment by ruben...@gmail.com on 30 Dec 2014 at 6:39