Is use_trash = false applicable to crypts?

Does a crypt remote inherit use_trash = false from the original remote, if supplied in rclone.conf?

Example:
my rclone.conf is something like:

[remote]
params
params
params
use_trash = false

[crypt_remote]
type = crypt
remote = remote:encrypted_directory
params
params

when I do

rclone mount crypt_remote: /mnt/rclonemount

Does that inherit the use_trash=false from [remote] or do I need to specify it again in rclone.conf for [crypt_remote] ?

Hopefully that makes sense the way I wrote it.

Your crypt_remote uses remote as you've specified it. You've written use_trash = false there so remote will use that and crypt_remote.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.