Rclone mount behavior about large amount of files

welcome to the forum,

no. the mount command maintains the vfs cache, so rclone knows which files:

  • need to be uploaded
  • currently in the process of uploading
  • are locked/in-use by the OS
  • have been uploaded
  • can be purged

fwiw, can see all that for yourself by using a rclone debug log.


check out my summary of the two vfs caches

1 Like