备份工具
对比𐄂
项目 | 编程语言 | Docker | 增量备份 | 加密 | 多版本 | 备份到本地 | S3 | One Drive |
---|---|---|---|---|---|---|---|---|
duplicati | C# | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
restic | Go | ✓ | ✓ | ✓ | ✓ | 𐄂 | ||
autorestic | Go | ✓ | ✓ | ✓ | ✓ | |||
duplicacy | Go | |||||||
duplicity | Python | |||||||
backup | Ruby | |||||||
attic | Python | |||||||
rdiff-backup | Python | |||||||
borg | Python | |||||||
kopia | Go | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | 𐄂 |
gobackup | Go | ✓ | 𐄂 | ✓ | ✓ | ✓ | ✓ | 𐄂 |
restic
- 仓库:restic/restic: Fast, secure, efficient backup program
- 文档:restic · Backups done right!
- 工具:cupcakearmy/autorestic: Config driven, easy backup cli for restic.
borg
- 仓库:borgbackup/borg: Deduplicating archiver with compression and authenticated encryption.
- 文档:Borg Documentation — Borg - Deduplicating Archiver 1.1.17 documentation
- 工具:borgmatic-collective/borgmatic: Simple, configuration-driven backup software for servers and workstations
duplicati
好用,但是内存占用高。备份任务基于.json
配置文件。备份目的地多样,支持 S3 API,但是在使用阿里云 OOS 时出错;支持腾讯云 COS。
bup
- 仓库:bup/bup: Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images). Current release is 0.31, and the development branch is master. Please post problems or patches to the mailing list for discussion (see the end of the README below).
- 工具:tobru/bupper: bupper - a bup backup profile manager
backup
- 仓库:backup/backup: Easy full stack backup operations on UNIX-like systems.
- 文档:Overview · Backup Documentation
duplicacy
- 仓库:gilbertchen/duplicacy: A new generation cloud backup toolhttps://github.com/duplicati/duplicati)
- 文档:Home · gilbertchen/duplicacy Wiki