Error with task exported to command line (v2.0.2.14)

Hi

I’ve installed the latest canary (2.0.2.14), create a backup job that works ok, but when I export it to a cmd line I can’t execute it, always same error:

Found 1 command but expected 2, commands:
“File://G:\Duplicati” E:""

This is the script (changed personal data):

“C:\Program Files\Duplicati 2\Duplicati.CommandLine.exe” backup “file://G:\Duplicati\” “E:\” --backup-name=“TEST” --dbpath=“C:\duplicati\TEST01_DB.sqlite” --encryption-module=“aes” --compression-module=“zip” --dblock-size=“50mb” --keep-time=“2W” --passphrase=“11lkajasjdi*34A” --send-mail-username="send@email.com" --send-mail-url=“smtp://email.com:25” --send-mail-password=“password” --send-mail-level=“all” --send-mail-subject=“Backup Duplicati” --send-mail-body="%RESULT%" --send-mail-to="my@email.com" --check-filetime-only=“true” --disable-module=“console-password-input” --exclude=“System Volume” --exclude=“E:\DB2\” --exclude=“E:\DB2\” --exclude=“E:\temp\” --exclude=“E:\RSC\”

Any hint?