Hi, i'm new to rclone and i think i have gotten it set up to do what i need.
I couldn't find much info regarding the Plex plug in, but i added it as i use plex. What does it do?
Is my config optimal to work around API limit hits?
What is the best way to get Plex to scan new data? Usen "Connect" in Sonarr and radarr to make plex scan for new content?
I have 2x512 GB SSD's for rclone-storege (e:)
Gigabit fiber
64 GB RAM, and a six core CPU
rclone v1.52.1
os/arch: windows/amd64
go version: go1.14.4
Using Google Drive
rclone command:
c:\rclone\rclone.exe -v mount gd-nicho: z: --dir-cache-time=160h --cache-chunk-size=20M --cache-info-age=168h --cache-workers=5 --cache-tmp-upload-path E:\rclone.temp --cache-tmp-wait-time 60m --buffer-size 512M --vfs-cache-mode writes --cache-dir E:\rclone.temp --config C:\Users\Nicholas.config\rclone\rclone.conf
My config:
[gd-nicho]
type = drive
client_id =(removed)
client_secret = (removed)
scope = drive
token = (removed)
team_drive = (removed)
plex_url = http://127.0.0.1:32400
plex_username = (removed)
plex_password = (removed)
asdffdsa
(jojothehumanmonkey)
June 28, 2020, 7:07pm
2
i could be wrong but i do not see a remote using the cache
type=drive does not support plex_ flags.
only type=cache support plex flags.
--cache-tmp-wait-time
is also only for type=cache.
--cache-workers
is only for type=cache
for plex, there should not be a need for cache backend.
https://rclone.org/cache/#status
@asdffdsa Thank you so much for your reply. You made things a lot clearer to me.
i will remove the flags mentioned.
I am uploading a good amount of data every day now, riunning *arr scans and i daily run into rate limits.
Is it possible to use more than one gdrive/gsuite account for one drive? To double the amount of data/api hits?
asdffdsa
(jojothehumanmonkey)
June 29, 2020, 5:04pm
4
sure, glad to help.
i do not plex, gdrive, radarr and sonarr
there is a difference between data limits and api limits.
so you need
post your command.
post some errors from the debug log
post your config, be sure to redact ids, secrets and what not.
asdffdsa
(jojothehumanmonkey)
June 29, 2020, 8:11pm
5
this is considered the guide
If you are using Google Drive, setup your own client ID/API Key - This is critical!
Google drive
My use case:
I use a local disk called data/local for temporary storage
I use a /GD for my GD encrypted storage
I write everything to a mergerfs mount called /gmedia which contains Sonarr/Radarr/Torrents/all my movies/TV shows. I do that as it will support hard linking for anything I download as long as it's all on the same file system
I do not sync my torrent folder to the cloud
I moved my scri…
system
(system)
Closed
August 29, 2020, 4:12pm
6
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.