Understanding syntax Crypt

Have made a remote called AMAZON (to Amazon Cloud Drive) and can SYNC (from a Windows machine) all my stuff without any issue,syntax:
clone sync “Z:\DATA” AMAZON:"DATA"

As I wanted to have my data encrypted I made a second remote called CRYPT with remote definition “AMAZON:BACKUP-NAS”, but if I do use similar syntax as above the files are only copied to local drive
clone sync “Z:\DATA” CRYPT:“DATA” or
clone sync “Z:\DATA” CRYPT:“BACKUP-NAS” or
clone sync “Z:\DATA” CRYPT:"BACKUP-NAS\DATA"

What am I doing wrong / understanding wrong?

Hi,

This has happened to me. In my case, the mistake was that the “base” (unencrypted) remote, in the encrypted remote configuration, did not end with a “:”.

Make sure yours do, and then try again.

Cheers,

Durval.