Restore backup files not to the original location

I successfully installed and configured Duplicati on my Ubuntu machine.
i used duplicati-cli cmd to backup files to Azure Blob storage and it successfully backed up there.
I also restored the backup files to the original location of my Ubuntu machine.
I am trying to restore the backup files to another location or from another Ubuntu machine. I used the option with --targetpath=" /tmp/restore" but it does not work.

I got the following message:

The supplied option --targetpath is not supported and will be ignored
Listing remote folder …

What is the right option to restore not to the original location with duplicati-cli cmd?

Welcome to the forum @DuplicatiFrank

The RESTORE command

  • --restore-path=<string>
    Restores files to instead of their original destination. Top folders are removed if possible.