#gc为挂载名称 Download为目录
#去重
gclone dedupe newest gc:{目录ID}
#显示速度
-v
#上传本地文件,同 Rclone
gclone move /root/Download/ gc:Download/
gclone copy /root/Download/ gc:Download/
#查看版本
fclone --version
#Google 转存
fclone copy gc:{【源盘】ID} gc:{【目的盘】ID} --drive-server-side-across-configs --stats=1s --stats-one-line -vP --checkers=128 --transfers=128 --drive-pacer-min-sleep=1ms --check-first
THE END