← Back to tools
View AGENTS.md for bup
bup
Efficient backup system based on git packfile format
Description
bup is a very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication. It uses the same storage format as git, enabling very efficient storage of backup data.
AI Summary
Git-based backup system with deduplication and incremental saves
Capabilities
- + Fast incremental backups
- + Global data deduplication
- + Git packfile format for efficient storage
Use When
- → You want efficient, deduplicated backups
- → You like the git-based approach to backups
Avoid When
- x You need encryption built-in