View Single Post
  #854  
Old 21-08-2017, 06:21
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Well this is a problem for small files


This setting resolves the issue.

Config0.txt
Code:
[External compressor:rep,mm,delta,exe,exe2,4x4,lzma]
header = 0
packcmd   = FAZip64 -i0 compress:{compressor}{:option} $$arcdatafile$$.tmp - <stdout>
unpackcmd = FAZip64 -i0 decompress:{compressor}{:option} <stdin> <stdout>

[External compressor:lzma2,Lzma2,LZMA2,xz,XZ]
header = 0
packcmd   = 7z a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=on -mx9 -so $$arcdatafile$$.tmp <stdout>
unpackcmd = 7z x -txz -mmt=on -an -y -si -so <stdin> <stdout>
Reply With Quote
The Following 4 Users Say Thank You to Simorq For This Useful Post:
KaktoR (21-08-2017), Kobi Blade (21-08-2017), mausschieber (21-08-2017), pakrat2k2 (21-08-2017)