Hacker News 中文摘要

RSS订阅

Borg——支持压缩与加密的去重归档工具 -- Borg – Deduplicating archiver with compression and encryption

文章摘要

BorgBackup是一款高效的去重备份工具,支持压缩和认证加密,提供多种压缩算法和FUSE挂载功能,适用于Linux、macOS、BSD等多个平台。作为开源软件,它拥有活跃的社区支持,并采用BSD许可证,确保备份的安全性和空间效率。

文章总结

BorgBackup – 具备压缩和认证加密功能的去重归档工具

BorgBackup(简称Borg)是一款高效的去重备份工具,具备以下主要特点:

  1. 节省存储空间:通过去重技术,有效减少备份数据占用的存储空间。
  2. 安全加密:支持认证加密,确保备份数据的安全性。
  3. 多种压缩选项:提供lz4、zstd、zlib、lzma等多种压缩算法,用户可根据需求选择或选择不压缩。
  4. 可挂载备份:支持通过FUSE挂载备份,方便用户直接访问备份内容。
  5. 跨平台支持:支持Linux、macOS、BSD等多种操作系统,安装简便。
  6. 开源免费:采用BSD许可证,用户可以自由使用和修改。
  7. 活跃的社区支持:拥有一个庞大且活跃的开源社区,持续提供支持和更新。

此外,BorgBackup还提供了丰富的文档和社区资源,用户可以通过官方网站获取安装指南、支持服务以及参与社区贡献的途径。

重要提示:无论使用何种备份工具,定期检查备份的完整性和可用性都是至关重要的。

(注:原文中的部分链接和与主题无关的内容已省略,重点保留了BorgBackup的核心功能和特点。)

评论总结

评论内容主要围绕备份工具Borg Backup及其替代品(如Restic、Duplicati等)的使用体验和优缺点展开,观点较为多样,既有对Borg的肯定,也有对其不足的批评,同时也有用户推荐其他工具。

支持Borg的观点: 1. 稳定性和可靠性:多位用户表示Borg经过长期使用,表现稳定可靠。
- "People like to recommend restic but I stay with Borg because it is old, popular and battle tested." (rjh29)
- "I’ve been using it for ~10 years at work and at home. Fantastic software." (rollcat)

  1. 去重功能:用户赞赏Borg的去重功能,尤其是在备份大量数据时表现优异。
    • "Love borg, use it to backup all my servers and laptop to a Hetzner Storage Box. Always impressed with the deduplication stats!" (sunaookami)

批评Borg的观点: 1. 易用性不足:部分用户认为Borg的配置复杂,需要依赖borgmatic等工具提升易用性。
- "Restic is far better both in terms of usability and packaging (borgmatic pretty much is a requirement for usability)." (kachapopopow)

  1. 加密限制:有用户指出Borg的加密功能在去重方面存在限制。
    • "Last time I checked the deduplication only works per host when backups are encrypted, which makes sense." (toenail)

推荐其他工具的观点: 1. Restic:多位用户推荐Restic,认为其易用性和跨平台支持更佳。
- "I switched to restic and the backrest webui for Windows support. Files are deduplicated across machines with good compression support." (thangngoc89)
- "Restic is far better both in terms of usability and packaging." (kachapopopow)

  1. Kopia:有用户推荐Kopia,认为其功能全面且提供友好的GUI。
    • "Kopia is an awesome tool that checks the same boxes, and has a wonderful GUI if you need that." (evulhotdog)

其他观点: 1. 文件命名与校验:有用户提出通过文件名嵌入哈希值来检测数据损坏,认为这是一种有效的解决方案。
- "If my files were named with the Blake3 cryptographic hash of the file... We’d be living in a better world." (TacticalCoder)

  1. 开发进度:有用户关注Borg 2.0的开发进度,认为其发布仍需时间。
    • "The development of version 2.0 started sometime in April 2022 and there’s still no release candidate yet." (AnonC)

总结:Borg Backup因其稳定性和去重功能受到用户青睐,但其易用性和加密限制也受到批评。Restic和Kopia等替代工具因其易用性和跨平台支持获得推荐。此外,用户对文件校验和开发进度也有讨论。