What is the problem you are having with rclone?
when in Union mode cannot get radarr/sonarr to read folder, just hangs
What is your rclone version (output from rclone version
)
rclone v1.53.3
- os/arch: windows/amd64
- go version: go1.15.5
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Windows Server 2016
Which cloud storage system are you using? (eg Google Drive)
Google Drive with SA and Team drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
"C:\Program Files\Rclone\rclone" mount --allow-other --timeout 30m test: R: --config="C:\Program Files\rclone\rclone.conf"
The rclone config contents with secrets removed.
[tdrive]
type = drive
scope = drive
token = {"access_token":"***************","expiry":"2020-12-04T21:22:41.719436Z"}
team_drive = *******************-
[tcrypt]
type = crypt
remote = tdrive:encrypt
filename_encryption = standard
directory_name_encryption = true
password = *************************************
password2 = *********************************************
[test]
type = union
upstreams = tcrypt::ro d:\1
server_side_across_configs = true
A log from the command with the -vv
flag
No errors, i just need to mount with better flags i think..
So I am trying to achieve the following...
I have a radarr/sonarr with Plex.
I have a P: GDrive where i have been using it for years and years etc its works brilliantly.
So now I want to have that P: mount read only and i want to have files that try and write to it do to another drive , so then i can manually (or scheduled) rclone move them over to Gdrive. So i have done a rclone union as stated above, R = my usual tcrypt (P:) and my D:\1. now this kinda works ok, it does connect them together and if you try and write it does write to D:\1 and not tcrypt. I can read it ok within windows but when i come to adding it to raddar/sonarr, its there and i can go it to it - but there are a lot of files on it around 60Tb and when i even go 2 folders deep i.e. r:\Plex\Movies it just hangs forever...
Maybe i need a better R: rclone union flags ??? Please help I have spent hours and hours and days on this..
I know ideally i need linux and mergerfs/unionfs, but i have just moved away from linux going back to Windows for other reasons. I have learned recently about windows subsystem linux ? its a weird way to go about it but maybe i should do that and run mergerfs/unionfs in there and then share it back to windows ??
Thanks
Lee