Unraid rclone local remote issue

Dear rclone community,

I'm using Unraid with the rclone plugin and have set up a local rclone container.

The container is accessible, and I was able to copy files — but with both of the following config versions, the target folder stays empty:

bash

KopierenBearbeiten

[vault_tb]
type = local
remote:/mnt/user/Vault/rclone/tb

[vault_tb]
type = local
remote = /mnt/user/Vault/rclone/tb

Where am I making a mistake?

Thanks a lot in advance!

welcome to the forum

well, when you posted, there was a template of questions to be answered??


might try not using remotes, as often, no need for local.

rclone lsd /mnt/user/Vault/rclone/tb
instead of
rclone lsd vault_tb:

Thank you very much for your response – I apologize, I completely missed your questions earlier.

Copying without a remote worked perfectly:
rclone copy /mnt/user/Share_tower2/rsync.txt /mnt/user/Vault/rclone/tb/

Now I’m wondering:
Is it also possible to encrypt the destination folder without using a remote entry in the config?

Thanks again for your help!