Review my Google Drive mount config - Sanity check

Hi all,

I'm mounting my Google Drive using rclone mount on Windows and just want to double-check that my config is current and optimal — nothing missed or outdated, using it to replace the default client. (Using my own client/secret)

Here’s my current command (in a .bat file):

rclone mount gsuite: G:^
  --vfs-cache-mode full^
  --cache-dir C:\rclone\cache^
  --vfs-cache-max-size 2G^
  --vfs-cache-max-age 1h^
  --dir-cache-time 72h^
  --log-level INFO^
  --log-file C:\rclone\rclone.log

Everything is working fine, but I’d love feedback on:

  • Any newer or recommended flags for performance/stability?
  • Whether anything is redundant or missing
  • If there’s anything that’s changed recently for Google Drive best practices