Rclone Cache multiple Server

Hello,

i have a question.
I have two Severs each with own API Credentials for Google Drive.
Both have rclone cache setup active.
Now when i upload a File from one Server into a Directory existing or new one, doesn’t matter, the file won’t appear in the directory on the other server. I only get the new file when i purge the cache and restart rclone.

Is this supported or should this normally work?

Thanks
prc2k10

It’s meant to work, it can be flakey, personally I now have my mount running with the --rc flag and invalidate small parts of the cache directory database (the directory I need) and leave the data intact.

Example:
rclone rc cache/expire remote=path/to/sub/folder/

Though as you imply it’s meant to just work, and poll data from google drive to detect changes and show them.

1 Like