2 Crypts - 1 not using cache

Hi,

So pretty simple setup. I have a Google Drive setup with cache & crypt. I want to use a different machine to upload the files, and right now i'm trying to upload directly to the crypt on that system bypassing the cache -- trouble is, i can't get it setup right. Here's my config below, i'm assuming it's a small typo somewhere, hopefully the experts here can help me figure it out quickly.

gdrive/gcache/gcrypt all work as expected. I'm trying to have gcrypt2 point directly to gcrypt and bypass the cache as indicated above.

[gdrive]
type = drive
client_id = ###
client_secret = ###
scope = drive
root_folder_id = ###
token = ###
team_drive = ###

[gcache]
type = cache
remote = gdrive:
chunk_size = 10M
info_age = 1d
chunk_total_size = 10G

[gcrypt]
type = crypt
remote = gcache:crypt
filename_encryption = obfuscate
directory_name_encryption = true
password = ###

[gcrypt2]
type = crypt
remote = gdrive:crypt
filename_encryption = obfuscate
directory_name_encryption = true
password = ###

Thanks!!

hello and welcome to the forum,

can you do a
rclone lsd gdrive:

for gcrypt2, perhaps change
remote = gdrive:crypt
to
remote = gdrive:

Thanks -- you pointed me in the right direction by using the lsd command.

Seems i had screwed some of up my folders with Root Folder id's and some not having it. I deleted all remotes, re-added them the same way and got it going now.

Thanks a ton, works as i want!

sure,
glad i could help you solve the problem.

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