The built 7zip functionality is working great.
I found this additional algorithm does speed up the actual zipping. Is there a way I could add it in to the running zip job?
Here's the line from my original 7zip script:
7z a -m0=LZMA2:d23 -t7z d:\backup\after\full.7z d:\backup\before\*.bak -mx9
I would like to add in the -m0=LZMA2:d23 part if possible.
Or, is Visual Cron already using the LZMA2 compression type?
Thanks, Mike