hi. I don’t need it for mount. I use it for --include, but it’s too slow. I want it to cache the file names, not the actual files. rclone copy --include * is used as a form of search as to what installer build to download. I was wondering if there’s a way to speed that up.
Example:
rclone.exe copy “Drive:/” “C:\Users\mel\Google Drive\Code\Pyjama\Downloads\test” -vv --progress --stats-one-line --include {27574} --ignore-case --fast-list --drive-acknowledge-abuse --transfers 10
Indexing this folder is too slow, any way to cache the index?