rcx icon indicating copy to clipboard operation
rcx copied to clipboard

Cache is not working

Open jaylex32 opened this issue 3 years ago • 4 comments

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.

jaylex32 avatar Jun 25 '21 14:06 jaylex32

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.

x0b avatar Jun 25 '21 22:06 x0b

@jaylex32 Please add the requested details if you're interested in a resolution.

x0b avatar Jul 20 '21 19:07 x0b

@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

jaylex32 avatar Jul 21 '21 01:07 jaylex32

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.

huang-junwei avatar Nov 21 '21 16:11 huang-junwei