You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
我用rclone把alist上的阿里open挂载到服务器上。然后我用rclone sync命令上传了一部视频。视频成功上传了,但是不知道为什么文件后面多出了alist_to_delete的后缀。而且我把后缀删除之后,文件真的会自动删除。


挂载命令:rclone mount alist:aliresource /home/ubuntu/resource/alist/aliresource --use-mmap --umask 000 --allow-other --allow-non-empty --dir-cache-time 24h --cache-dir=/home/ubuntu/cache --vfs-cache-mode full --buffer-size 512M --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 64M --vfs-cache-max-size 10G --daemon --log-file=/home/ubuntu/resource/log.txt --header "Referer:"
同步命令:rclone sync -vvv /home/ubuntu/resource/alist/aliresource alist:aliresource --ignore-existing --timeout 60m --contimeout 60m
Beta Was this translation helpful? Give feedback.
All reactions