VFS Cache questions

Hey guys!

I am using this settings to connect RClone to my Gdrive:

rclone mount --allow-other --dir-cache-time 96h --vfs-cache-max-age 48h --vfs-cache-mode writes --vfs-read-chunk-size 128M --poll-interval 2m --vfs-read-chunk-size-limit 50G --vfs-cache-max-size off --buffer-size 100M --log-level INFO team1drive:/ e:

My questions are:
1.Does the cache serve for the files being uploaded and downloaded?
2.Ifyes: Can I disable or make Rclone delete the cache for the files that I upload to the Drive immediately but keep the download cache 48h?

I am using Rclone 1.58.1

See -> rclone mount

I think you want full -> rclone mount

This explains how the cache works:

rclone mount

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