通过 CloneCone 事件,应该要考虑下稳健备份方案了。
- 如果数据已经丢失,这是「亡羊补牢」
- 如果数据未丢失,那就是「未雨绸缪」
另外对于对象存储,冷备、容量大的推荐 B2 的 PAYG(按量),便宜大碗,Reddit Selfhost 子版块很多都用它。
Linux 服务器备份工具推荐:
- GitHub - borgbackup/borg: Deduplicating archiver with compression and authenticated encryption.
- GitHub - restic/restic: Fast, secure, efficient backup program
- GitHub - gilbertchen/duplicacy: A new generation cloud backup tool
- GitHub - bareos/bareos: Bareos is a cross-network Open Source backup solution (licensed under AGPLv3) which preserves, archives, and recovers data from all major operating systems.
使用社区维护脚本,备份更方便:
- borgmatic
- https://autorestic.vercel.app/
duplicacy 我几年前写过详细教程,不过看起来它已经很久未维护了。
- Duplicacy CLI 备份工具的基本使用 (Duplicacy CLI 备份工具的基本使用 | Dejavu's Blog)
- Duplicacy CLI 进阶使用指南 (Duplicacy CLI 进阶使用指南 | Dejavu's Blog)