Rclone with nextcloud - Best setting?

Hello,

What settings do you recommend for me to use with Nextcloud? I have come across a few and like the following but would like to optimize speeds more

--allow-non-empty \
--allow-other \
--log-level DEBUG \
--max-read-ahead 14G \
--checkers 16 \
--stats 1m \
--uid 33 \
--gid 33 \
--umask 007 \
--syslog \

what are you trying to do?
rclone mount, rclone copy or what?

I use --vfs-cache-mode full. Try it with default settings first. This should be a good start to find your best settings. Only --vfs-cache-max-size and --vfs-cache-max-age must be changed to fits your system ressources and prefered cache size / age. --max-read-ahead is not needed.

when you posted, you should have been asked for information.
you have not provided any information.

is there something wrong with the way rclone is working?

what is your mount command?
what version of rclone?

--allow-non-empty leads to problems of over mounting, that should be removed
--checkers does nothing on a mount

best of start with the defaults and a few flags as possible.

1 Like

Is there a way to limit cached-filesize, like per file instead instead of "for all files". Because I would like to cache 15gb (--vfs-cache-max-size 15G), but only files which are smaller than 100mb (?)

i do not know.

try https://rclone.org/filtering/#max-size-don-t-transfer-any-file-larger-than-this

hey there, this will result in the files not showing at all.

did you try that and it did not work?

I tried it just after you wrote it -> it results in not showing me these files at all (I actually want to access them, but not caching on disk)

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