I'm trying to use the DiskSPan and looking at a file to compress DiskSpan.bat
I see that he has SREP + LZMA
::################################################ ##########################################
:: Data1 point
::################################################ ##########################################

ata1
::srep+lzma:a1:mfbt4:d256m:fb273:mc1000000000:lc8
cls
set arc=Data1.bin.001
if exist .\Output\Data1.bin.001 goto movefiles
echo.
echo.--------------------------------------------------------------------
echo.Creating %arc%, please wait...
echo.--------------------------------------------------------------------
echo.%time:~0,-3% - Starting %arc% creation>>".\Conversion.log"
_Compressors\arc a -ep1 -r -s; -w.\_TEMP\ -msrep+4x4:b100mb:lzma:a1:mfbt4:d200m:fb273:mc10000 :lc8+diskspan:4440mb:4470mb
-n@_Lists\Data1.txt -x@_Lists\Exclude.txt -dp"%choice%" .\Output\%arc%
if ERRORLEVEL 1 goto arcfail
del _TEMP /s /f /q
for /D %%a in ("_TEMP\*.*") do rd /q /s "%%a"
echo.%time:~0,-3% - Finished %arc% creation>>".\Conversion.log"
TIMEOUT 1
::################################################ ##########################################
in my knowledge there it says that it is to compress with SREP + LZMA, but as I can modify those lines so that it does not have any compression (compression 0)