Mark017
(Mark)
March 30, 2019, 6:38pm
1
Hi All,
New here to rclone and such… Trying to migrate over from GDFS to avoid bans.
I’m Windows / tech savvy, but can’t quite get these commands right.
I’ve set everything up (Windows) correctly I think… I mainly followed advice here + this post:
in your rclone config:
[gcache]
type = cache
remote = gdrive:x-san
plex_url = http://localhost:32400
plex_username =
plex_password =
chunk_size = 16M
plex_token =
db_path = /home/rclone/rclone-cache
chunk_path = /home/rclone/rclone-cache
info_age = 2d
chunk_total_size = 20G
db_purge = true
[gdrive]
type = drive
client_id =
client_secret =
scope = drive
root_folder_id =
service_account_file =
token =
use_trash = false
chunk_size = 16M
[gcrypt]
type = crypt
remote = gcach…
My config file looks like this:
[GDrive]
type = drive
client_id = xxxxxxxxxxxxxx
client_secret = xxxxxxxxxxxxxxxxx
scope = drive
root_folder_id = xxxxxxxxxxxxxxxxxx
token = xxxxxxxxxxxxxxxxxxx
[GCache]
type = cache
remote = GDrive:
plex_url = http://localhost:32400
chunk_size = 10M
info_age = 2d
chunk_total_size = 10G
plex_username = xxxxxxxxxxxxxx
plex_password = xxxxxxxxxxxxxxxxxxxxxx
rclone works (I scanned library). And cache appears to work (“rclone ls GCache” command yields drive contents).
So now what command would I use to mount rclone + cache in Windows?
Thank you!
ncw
(Nick Craig-Wood)
April 1, 2019, 3:49pm
2
Start with rclone mount GCache: Q:
- the defaults are pretty good. If you want to write things to the mount and you get errors doing that, then add --vfs-cache-mode writes
.
system
(system)
Closed
June 30, 2019, 3:54pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.