macOS
brew install buplocal Homebrew formula metadata
brew
Backup tool. Version 0.33.10 via Homebrew; verified from local package data.
install
brew install buplocal Homebrew formula metadata
sudo apt install bupDebian stable package indexes · bup · source: deb.debian.org
nix profile install nixpkgs#bupnixpkgs package indexes · pkgs/by-name/bu/bup/package.nix · source: api.github.com
sudo pacman -S bupArch Linux sync databases · bup · source: geo.mirror.pkgbuild.com
sudo zypper install bupopenSUSE Tumbleweed package metadata · bup · source: download.opensuse.org
overview
Backup tool
history
bup is a Git-packfile-based backup system known for fast incremental backups, rolling-checksum chunking, and global deduplication. It became one of the classic examples of reusing Git's storage format outside source control, especially for large files such as virtual-machine images.
Avery Pennarun announced bup 0.01 on January 4, 2010 after writing it during a Christmas break. The original announcement and the current README emphasize the same core design: split input with an rsync-like rolling checksum, store data in Git packfiles, write packfiles directly for performance, and allow data to be addressed in a way Git tooling can still understand.
The project later moved under the bup GitHub organization and retained its own documentation site, man pages, release notes, and mailing-list workflow. Its README still warns that backups are a serious domain while documenting broad Unix-like support, optional par2 redundancy, FUSE access, remote backup over SSH, and Python/C implementation details.
bup was noticed quickly in the Unix backup community because it combined Git's content-addressed storage ideas with backup-oriented behavior that plain Git does not handle well. The input metadata records packaging across Homebrew, Debian, Ubuntu, Nix, Arch, and openSUSE, which reflects its long-running availability in both source-based and distribution package ecosystems.
Common usage follows a simple CLI flow: initialize a bup repository, index paths, save backups, then restore or browse snapshots. bup is especially associated with large mutable files because chunking lets later backups reuse most existing data even when the file as a whole has changed.
bup matters to package nerds because it is a durable example of borrowing a version-control storage primitive for system administration. It also represents an era when Git's object model inspired backup, archival, and deduplicating-storage tools, before later encrypted deduplicating backup tools such as Attic, Borg, Restic, and Bupstash became common comparisons.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.bup/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bup | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:bup |
|---|---|
| Version | 0.33.10 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bup |
| Homepage | https://bup.github.io/ |
| Repository | https://github.com/bup/bup |
| Upstream docs | https://bup.github.io/ |
| License | BSD-2-Clause AND LGPL-2.0-only |
| Source archive | https://github.com/bup/bup/archive/refs/tags/0.33.10.tar.gz |
| Dependencies | python@3.14, readline |
| Build dependencies | pandoc, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bup |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bup 0.33.7-1
highly efficient file backup system based on git
sudo apt install bupbup-doc 0.33.7-1
highly efficient file backup system based on git (documentation)
sudo apt install bup-docbup
nix profile install nixpkgs#bupbup 0.33.3-1build2
highly efficient file backup system based on git
sudo apt install bupbup-doc 0.33.3-1build2
highly efficient file backup system based on git (documentation)
sudo apt install bup-docbup 0.33.10-1
Efficient backup system based on the git packfile format
sudo pacman -S bupbup 0.33.10-1.3
Backup program based on git
sudo zypper install bupsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.