宝塔数据备份到阿里云盘

项目介绍

阿里云盘上传工具的宝塔插件,可以将服务器内的文件快速上传到阿里云盘

终端部署命令

Centos7

yum install -y wget && wget -O install.sh https://raw.githubusercontent.com/aoaostar/alidrive-uploader-for-baota/v2/install.sh && bash install.sh install

Debian

wget -O install.sh https://raw.githubusercontent.com/aoaostar/alidrive-uploader-for-baota/v2/install.sh && bash install.sh install

更新

wget -O install.sh https://raw.githubusercontent.com/aoaostar/alidrive-uploader-for-baota/v2/install.sh && bash install.sh update
图片[1]-宝塔数据备份到阿里云盘-黎洛云网络

配置账号信息

图片[2]-宝塔数据备份到阿里云盘-黎洛云网络

控制台快速获取代码

var d = JSON.parse(localStorage.getItem('token'));
console.log(`  drive_id: ${d.default_drive_id}\n  refresh_token: ${d.refresh_token}`);
图片[3]-宝塔数据备份到阿里云盘-黎洛云网络
© 版权声明
THE END
喜欢就支持一下吧!
点赞499 分享