rcx
rcx copied to clipboard
Cache is not working
When I create a cache remote is not downloading anything to the device and it just doesn't work, doesn't make anything better because there's no file locally, please fix, thanks in advance.
The cache
remote type will be deprecated soon and will be replaced by VFS. That being said, it should still work mostly. Since this is an issue with rclone itself, we may not be able to solve it here, but we can try.
It seems our bug report template was lost when you created this issue - could you please fill it out and add it to your initial post? You can copy it from https://github.com/x0b/rcx/issues/new?template=bug-report.md.
We're especially going to need your config file (remember to remove any password=, key=, secret=, etc.) and the log file.
@jaylex32 Please add the requested details if you're interested in a resolution.
@jaylex32 Please add the requested details if you're interested in a resolution.
First can you please explain me how the cache option is suppose to be use? Maybe I'm doing something wrong and is working the way is suppose to. Thanks
It is no longer recommend to use the cache remote because it have outstanding bugs that will not be fixed. Thus there is possibility of data loss. However, if you really requires it, see below for how it is used.
Basically, you need to access your remote through the cache remote. any files access through it will be cached for sometime so as to be use in the future.
Note that directly accessing the remote, even if you set up a cache remote for it, will bypass the cache completely.