Testing for new vfs cache mode features

Here is a new beta with the following fixes

  • Stop virtual directory entries dropping out of the directory cache
    • a virtual directory entry is an entry rclone has made because it is uploading a file but that file hasn't actually appeared in a directory listing yet. Rclone has made these since the early days of the VFS - they aren't a new thing.
    • this should fix @dotsam 's problem
    • it also fixes the problem of disappearing directories on bucket based backends (like S3) which has been around for ages!
  • Add recovered items on cache reload to directory listings
    • this means that if you stop the mount while something is being uploaded, when you restart it the upload will restart and the file being uploaded will appear in the directory listings (it didn't before)

https://beta.rclone.org/branch/v1.52.1-145-g4d9ad98a-vfs-beta/

(Note the Windows/386 build is missing for the moment - I'm not sure anyone is on 32 bit are they?)

2 Likes