Create cache for indexing of encrypted Google Drive mount

What is the problem you are having with rclone?

I don't know how to create index cache for my encrypted mount for google drive

What is your rclone version (output from rclone version)

latest - 1.53.3

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount crypt: Y: --cache-dir "C:\Users\[User]\Desktop\rclone\VFS Caching" --vfs-cache-mode full

Well, i'm trying to create a cache for indexing on my encrypted mount for Google Drive. When i upload something, the full content copies to the caching folder. I only want to have stored indexing for faster workflow in windows explorer between folders or files. idc about data that's stored in files, they can load when i open them.

Take a look here:

There isn't an option to just index the directory structure as it works based on memory and the --dir-cache-time. You'd want to increase that since it's a polling remote.

The options linked above give you how long/how much space you want the cache to be.

you can do try to prime the mount, you can read about it here.
Google Drive, Plex, Windows 10

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