That's for the cache backend and is not related to the VFS caching setup.
still not sure what, exactly, you are trying to do and what the exact
error is?
are you trying to copy a .rar file from local to gcrypt?
or
are you trying to create a new .rar on the g:?
I trying to copy data from local to remote (google).
At the moment vfs cahce modde is beeing used it copy the files first to a local directory the problem is at this moment the path/file name comes over 260. Normally it should work because i edited in gpo that a file path longer than 260 is allowed. but it looks like rclone cant handle these
if you are copying files, then you do not
need vfs.
but i find on windows, that adding --vfs-cache-mode=minimal
speeds up the copying process.
try copying the file direct to gcrypt: without using the mount.
as per the documenation,
https://rclone.org/docs/#windows
no need for that flag, remove it.
just as cache-db-purge
is for the cache backend.
so vfs-cache-mode
is only for mount, and you are not using the mount.
no, without the / its not working either
no need for that flag, remove it.
just as cache-db-purge
is for the cache backend.
so vfs-cache-mode
is only for mount, and you are not using the mount.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.