TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
通过 CloneCone 事件,应该要考虑下稳健备份方案了。 - 如果数据已经丢失,这是「亡羊补牢」 - 如果数据未丢失,那就是「未雨绸缪」 另外对于对象存储,冷备、容量大的推荐 B2 的 PAYG(按量),便宜大碗,Reddit Selfhost 子版块很多都用它。 Linux 服务器备份工具推荐: 1. https://github.com/borgbackup/borg 2. https://github.com/restic/restic 3. https://github.com/gilbertchen/duplicacy 4. https://github.com/bareos/bareos 5. https://github.com/kopia/kopia/ 使用社区维护脚本,备份更方便: - https://torsion.org/borgmatic/ - https://autorestic.vercel.app/ duplicacy 我几年前写过详细教程,不过看起来它已经很久未维护了。 - Duplicacy CLI 备份工具的基本使用 - Duplicacy CLI 进阶使用指南