1,安装rclone

apt update && apt install curl unzip -y
curl https://rclone.org/install.sh | sudo bash

2,配置rclone

rclone config

有Leave blank normally字样的直接回车就行,注意选择Use auto config?选择Say N if you are working on a remote or headless machine or Y didn't work。
复制一串url到浏览器按提示登陆后会得到一串密钥,复制到终端里会车即可。

3,配置定时同步
crontab -e
rclone sync 要备份的目录 rclone的配置名称:google drive的路径

注意不会备份目录的根目录