Use vfs to make --include instant for large directory?

What is the problem you are having with rclone?

Now that rclone cache is depricated, anyone know how to use vfs to store a big Google Drive directory to a cache file. I want to use the --include functionality using rclone copy to instantly search for a build number of an installer.

Not sure if vfs supports anything but rclone mount? Previously there was an issue with rclone cache not working with empty directories, so --include took forever.

Without a form of cache, I have to locate the exact subfolder each time:
DriveSupport:/Installer builds/Archive/3.6/3.6.3.12312
Would be much easier with an include search 3.6.3.12312 from folder:
DriveSupport:/Installer builds

What is your rclone version (output from rclone version)

v1.56.0

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone.exe copy "DriveSupport:/Installer builds" "C:\Installers" -vv --progress --stats-one-line  --drive-acknowledge-abuse --transfers 10 --update --checkers 8

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