2.1.0.4_stable_2025-01-31 unsupported "zip" compression method lzma while restoring

I am trying to restore Linux backed up files to Windows NTFS disk. I selected LZMA (thanks for support!) since I am dealing with several uncompressed TIFF files.

When I try to restore via the .json configuration, it displays:

----zip-compression-method=LZMA
----allow-missing-source=true
----disable-on-battery=true
----auto-vacuum=true
----auto-cleanup=true
----no-encryption=true
–retention-policy=1W:1D,4W:1W,12M:1M
–dblock-size=50mb
–compression-module=zip
–encryption-module=
and after finding the backup dates, it says:

Interestingly, I have dual booted into Linux now, the OS I created the backup and when I click “restore”, it simply worked.
IMHO there is something with “backup configuration import → restore” process.

is probably the bug that turned two dashes into four (assuming that was in Advanced options).

What Duplicati version? Your LZMA compression complaint might be a bug in a 2.1.0.4 feature.

Config tried to set --zip-compression-method=LZMA, but it was ignored due to extra dashes.
You can try on Windows after fixing, or adding --zip-compression-library=SharpCompress.

1 Like

Hello again. You are correct, in fact I somehow managed to have 4 dashes this time on Windows 10 and when I edited them, everything got fixed.
I am using the exact same version on Linux (opensuse tw), I downloaded from the “downloads” page.
Thanks for saving me from days of downtime as I have like 450GB of restore with 49 mbit VDSL2.

2 Likes