Rclone Crypt Question with log included

HI Guys, new to Rclone, I am attempting to create a G-drive-rclone-plex setup.
I was trying to use a tutorial and setup the crypt---but could not get the output to show the filename and directory encryption lines below. Did i do it right?

filename_encryption = standard
directory_name_encryption = true

Output
[gcrypt]
type = crypt
remote = gcache:/crypt
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***```

hello and welcome to the forum,

when you posted, there was a template of questions to be answered, can you please answer them....

any tutorial that suggests using gcache, is outdated and should not be used.
the cache remote has been deprecated.

the first step is to create a remote for gdrive, as documented at
https://rclone.org/drive/

Apologize, I am new to understanding syntax. I did create a remote for the gdrive but the tutorials i saw then stated to make a cache and crypt to utilize plex?

-------------------->

[gdrive]

type = drive

client_id = (redact)

client_secret = (redact)

scope = drive

root_folder_id = (redact)
token = (redact)
team_drive =

< --------------------

make sure the gdrive remote is working.
test with rclone ls gdrive:

then try this

[gcrypt]
type = crypt
remote = gdrive:crypt
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***

and test using rclone ls gcrypt:

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