--vfs-cache-mode

I have a dedicated where i encode video and upload on remote, in my case remote is Dropbox. Im not playing any video on this server, so i think i dont need --vfs-cache-mode on on this server, means after encode file dont have to stay in cache and upload directly on remote, so need suggestion can turn of vf cache? or better use with minimal mode?
any sense?

Thanks

1 Like

hi,

in that case, i would use --vfs-cache-mode=writes

1 Like

what changes do i need when i user vf cache write? below is my cmd plz take a look and suggest changings,
Thanks

rclone mount pinoy:web/pinoy /www/wwwroot/videos/web/pinoy --daemon --allow-other --poll-interval 10s --tpslimit 12 --tpslimit-burst 12 --dir-cache-time 5000h --vfs-cache-mode full --vfs-cache-max-age 150h --vfs-cache-max-size 200G --cache-dir /www/wwwroot/cache/pinoy --transfers 32 --log-file /www/wwwroot/pinoy.log --dropbox-batch-mode async --dropbox-batch-size 1000 --dropbox-batch-timeout 10s --checkers 32 --checksum

change --vfs-cache-mode full to --vfs-cache-mode writes

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