title: Rclone备份 VPS 数据到 onedrive tags: [] id: '2525' categories:
运营5年的HostDare跑路了,还好上面没有重要数据。如今大厂VPS昂贵根本买不起,oneman的VPS随时有跑路风险,只能靠每天备份来勉强度日了。
#!/bin/bash
tar -zcPf /root/tmp/ngpm_live.tar.gz /root/base/NGPM/letsencrypt/live
# tar -tzvPf /root/tmp/ngpm_live.tar.gz
rclone sync --progress --ignore-errors --transfers=2 \
--exclude='/.*/**' \
--exclude='/.*' \
--exclude='/app/ServerStatus/serverstatus-monthtraffic/**' \
--exclude='/app/WordPress/www/wp-content/cache/**' \
--exclude='/base/NGPM/letsencrypt/live/**' \
--exclude='/base/NGPM/data/logs/**' \
/root od_lk:backup/lk