Can I combine an existing :ro/:nc remote and another to write back a huge mount cache into the writeable remove?

What is the problem you are having with rclone?

Yet another Google Drive question. I have a large google drive that's in read-only I'm preparing to migrate to a local 120TB array. However in the meantime my rclone mount cache has grown to a point it's causing issues mounting since nothing can be uploaded.

I had an idea to structure the google drive and a local path in a union remote, setting the GDrive as :ro, and then :nc when that didn't work. But it's not working magically as I suspected.

Is there a method I can use to allow all mount cache writeback's to succeed in the writable union upstream? even if the full path doesn't exist? I realize this would result in duplicate, which is ok because I can cleanup and delete the dupes in the google drive.

Note in the log sample, this same behavior exists for all files in vfs cache, it says upload succeded, but I don't actually see any files in the local upstream, and GDrive can't upload anything...

Run the command 'rclone version' and share the full output of the command.

rclone docker plugin

rclone version
rclone v1.64.0
- os/version: centos 8 (64 bit)
- os/kernel: 4.18.0-514.el8.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.1
- go/linking: static
- go/tags: none

-->

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

Google Drive, local, WebDAV generic

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

rclone mount 

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

docker volume create -d rclone -o remote=content-crypt: -o allow_other=true -o vfs_cache_mode=full -o vfs_cache_max_age=999999m -o vfs_cache_max_size=200G content

A log from the command that you were trying to run with the -vv flag

Oct 04 21:05:20 aasdfasdf.net dockerd[2672599]: time="2023-10-04T21:05:19-07:00" level=error msg="2023/10/05 04:05:19 DEBUG : vfs cache RemoveNotInUse (maxAge=59999940000000000, emptyOnly=false): item Media/Videos/TV/asdfasdf.nfo not removed, freed 0 bytes" plugin=a9d03b6bf90c827e96672a74ced9762bea1941f591ea980b1b683d0c5ee30a6f

Oct 04 20:27:01 aasdfasdf.net dockerd[2621486]: time="2023-10-04T20:27:01-07:00" level=error msg="2023/10/05 03:27:01 INFO  : Media/Videos/TV/asdfasdf/clearlogo.png: vfs cache: upload succeeded try #1" plugin=a9d03b6bf90c827e96672a74ced9762bea1941f591ea980b1b683d0c5ee30a6f


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