示例:rclone mount remote:path /local/path --vfs-cache-mode full --vfs-cache-max-age: 解释:设置VFS缓存文件的最大年龄。 示例:rclone mount remote:path /local/path --vfs-cache-mode writes --vfs-cache-max-age 60s --vfs-cache-max-
--vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (默认 off) --vfs-cache-max-age duration 自上次访问缓存中的对象以来的最大时间 (默认 1h0m0s) --vfs-cache-max-size SizeSuffix 缓存中对象的最大总大小 (默认 off) --vfs-cache-min-free-space SizeSuffix 在包含缓存的磁盘上设定最...
<service><id>rclone</id><name>rclone</name><description>This service run rclone mount network file systems to local disk</description><executable>D:\OneDrive\services\rclone\rclone.exe</executable><arguments>mount OneDrive:/ Z: --config %BASE%\rclone.conf --vfs-cache-mode writes --vfs-cach...
--buffer-size:该参数为读取每个文件时的内存缓冲区大小,控制rclone上传和挂载的时候的内存占用,调低点可以防止内存占用过高而崩溃,但太低可能会影响部分文件的传输速度。--low-level-retries:该参数为传输文件没速度的时候重试次数,没速度的时候,单个会自动睡眠10ms起,然后再重试,不行,再睡眠更长一段时间,再重试,...
rclone mount ALIST:/ Z: --vfs-cache-mode full --vfs-cache-max-size 10G --vfs-read-ahead 100M --vfs-cache-max-age 4h --cache-dir D:\TMP\vfs-cache --bwlimit-file 20M --bwlimit 100M --log-level NOTICE --vfs-read-chunk-size-limit 10m --buffer-size 50M --attr-timeout 5m -...
rclone mount tianyi:/video /tianyiwebdav --allow-non-empty --vfs-cache-mode full --vfs-cache-max-size 8G& 卸载fusermount -u /115webdavfusermount -u /tianyiwebdav 安装Jellyfinscp I:\multipass\install_jellyfin.sh root@192.168.1.40:/home/ubuntu/bash /home/ubuntu/install_jellyfin.sh 配置Docker ...
--vfs-cache-max-size=4G \ --vfs-read-chunk-size=8M \ --cache-dir=.cache/rclone \ --buffer-size=32M \ 18812345678:/volume1/123/115 挂载效果: 取消磁盘挂载:(好像rclone退出时已经自动Unmount了) fusermount -u /volume1/123/115 4、文件批量下载 ...
通过指定max-depth参数来设定ls命令所需遍历的目录层级深度 代码语言:javascript 代码运行次数:0 运行 AI代码解释 ╭─user@Mac ~/SourceCode/rclone ‹master› ╰─$ rclone ls s3v2:demo-storage --max-depth 1 ↵ 382 bisect-go-rclone.sh 902 bisect-rclone.sh 142 build-xgo-cgofuse.sh ... 370...
--vfs-cache-max-size 10G:VFS文件缓存上限大小,建议不超过当前空余磁盘的50%,注意实际使用时可能会超过这个上限值,因为首先只有当有文件上传时才会去检测一次剩余的缓存容量空间,其次当正在有文件上传,而这个文件大小已经超出了缓存上限容量的剩余空间时,rclone不会删除正在上传的文件的缓存文件,而是待文件上传到桶成功...
-cache-dir /tmp/cache --vfs-cache-max-age 2h --vfs-cache-max-size 50G --vfs-cache-mode full --allow-non-empty --allow-other --log-file /var/log/rclone_mount.log --daemon 以上涉及到的参数注释: --vfs-cache-max-age: 缓存数据生命周期 --vfs-cache-max-size: 允许缓存数据的大小 --...