Replies: 1 comment
-
是不是rclone默认并行上传4个文件的原因? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
如题,不知道是不是我rclone挂载参数问题。

copy命令如下:
rclone copy -P --bwlimit 100M /Emby_Person/ AliyunDrive:/Personal_Infomation
rclone挂载配置如下:
[AliyunDrive] type = webdav url = http://127.0.0.1:12315 vendor = nextcloud
挂载命令如下:
rclone mount AliyunDrive:/Video/Emby /AliyunDrive --allow-other --no-update-modtime --vfs-cache-mode writes --vfs-cache-mode full --vfs-cache-max-age 12h --vfs-cache-max-size 20G --attr-timeout 5m --vfs-read-chunk-size-limit 100M --buffer-size 100M --cache-dir /mnt/user/Downloads/Cache --daemon
Beta Was this translation helpful? Give feedback.
All reactions