Rclone cache encrypted

Hello, i created cache and cache encrypted for plex

Here the scripts:

[gcache]
type = cache
remote = myremote:bucket -> i think the error is here
plex_url = xxx
plex_username = xxx
plex_password = *** ENCRYPTED ***
chunk_size = 5M
info_age = 1d
chunk_total_size = 10G

[gcrypt]
type = crypt
remote = gcache:/crypt
filename_encryption = standard
directory_name_encryption = true
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***

rclone mount --allow-other --allow-non-empty gcrypt: ~/mnt/gdrive &

The error is : Failed to create file system for "gcrypt:": failed to make remote gcache:"/crypt" to wrap: failed to parse remote "myremote:bucket" to wrap: didn't find section in config file

i don't understand the problem

You are missing the config section for "myremote" in you rclone.config.

hello i don't understand what i have to do

What's your cloud provider you are trying to use?

it's gdrive

now i have this :

[gcache]
type = cache
remote = gdrive:x-san
plex_url = x
plex_username = x
plex_password = *** ENCRYPTED ***
chunk_size = 5M
info_age = 1d
chunk_total_size = 10G
plex_token = x
db_path = /home/rclone/rclone-cache
chunk_path = /home/rclone/rclone-cache
db_purge = true
chunk_clean_interval = 2s

rclone mount cryptcache: /Volumes/Cachegdrive --allow-non-empty& (i want to mount it in a ssd partition called Cachegdrive

Failed to create file system for "cryptcache:": didn't find section in config file

You need to follow the beginning part and connect to your google drive.

https://rclone.org/drive/

Can you post your actual rclone.conf as opposed to bits and pieces and remove the passwword/keys.

Use three `

so it shows up like this:

here

And share you mount command you are using as you keep editting things making it impossible to follow.

====                 ====
crypt                crypt
gcache               cache
gcrypt               crypt
gdrive               drive

e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q>


[gdrive]
type = drive
client_id = x
client_secret =x
scope = drive
token = x

type = crypt
remote = gcache:/crypt
filename_encryption = standard
directory_name_encryption = true
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***

[gcache]
type = cache
remote = gdrive:x-san
plex_url = http://xxx.x.x.x:32400/
plex_username = x
plex_password = *** ENCRYPTED ***
chunk_size = 5M
info_age = 1d
chunk_total_size = 10G
plex_token = x
db_path = /home/rclone/rclone-cache
chunk_path = /home/rclone/rclone-cache
db_purge = true
chunk_clean_interval = 2s

[crypt]
type = crypt
remote = gdrive:crypt
filename_encryption = standard
directory_name_encryption = true
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***

And the mount command thats failing?

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