此脚本转载自 秋水逸冰 博客:https://teddysun.com/469.html

需要用到的工具:
Linux
MySQL
openssl
gdrive
crontab

脚本实现定时自动备份数据库及指定目录文件夹,备份文件加密处理,自动上传到google drive。可设定备份文件保留天数。

脚本下载,设定权限:

wget --no-check-certificate https://github.com/teddysun/across/raw/master/backup.sh
chmod +x backup.sh

修改脚本配置 具体参考:https://teddysun.com/469.html

安装 openssl 参考:https://niekun.net/index.php/archives/449.html

安装 gdrive 参考:https://niekun.net/index.php/archives/460.html

设置 crontab 定时 参考:https://niekun.net/index.php/archives/461.html

标签:openssl, gdrive, crontab

你的评论