Remote to encrypt/decrypt.
Normally should contain a ':' and a path, eg "myremote:path/to/dir",
"myremote:bucket" or maybe "myremote:" (not recommended).
Enter a string value. Press Enter for the default ("").
Why is myremote: not recommended?
Run the command 'rclone version' and share the full output of the command.
root filesystem be it local or remote often contains objects (files/folders/links) specific to given OS or cloud provider. For example Thrash Folder, "virtual" folders pointing to other filesystems or shared folders etc.
It means that potentially you mix encrypted content created by rclone with not encrypted content created by OS/cloud provider. Results can be unpredictable.
This is why it is logical and good practice to store all rclone encrypted content in dedicated place, e.g.: "myremote:path/to/my_encrypted_data".
Depends how you configure it. "myremote:" - not recommended is general advice.
If let's say it is linux mounted drive and your crypt points to /mnt/ext_drive then it is fine - still depends on your external disk file system and OS, some like to store some hidden data.
But would be potential problem on Windows when you point it to D: drive.
Give me an example you want to use to comment further:)
Might be worth to make it more clear in the documentation. As at the end it is not about remote: but about underlying filesystem. It is not recommended to point crypt to disk root folder or root cloud storage...