Hello Guys
I currently use rclone together with nextcloud.
So rclone is mounted with google drive on the nextcloud /data directory so that the data is stored in Google Drive. Now I want data to be able to be uploaded to my server and from there to google.
Now I want data to be able to be uploaded to my server and from there to google. However, I would like to have a cache that the user does not have to wait because it takes longer because the data has to be uploaded to google.
So that the data is loaded onto my server, the process is completed and then to Google.
What are the correct cache settings in my case?
I am currently using: --allow-other --dir-perms 0770 --file-perms 0770 --uid=33 --umask 002 --attr-timeout 1000h --dir-cache-time 1000h --poll-interval=1m --allow-other --vfs-cache-mode full --vfs-read-chunk-size-limit 204800M