macOS
brew install buplocal Homebrew formula metadata
brew
bup のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install buplocal Homebrew formula metadata
nix profile install nixpkgs#bupnixpkgs package indexes · pkgs/by-name/bu/bup/package.nix · ソース: api.github.com
sudo pacman -S bupArch Linux sync databases · bup · ソース: geo.mirror.pkgbuild.com
sudo zypper install bupopenSUSE Tumbleweed package metadata · bup · ソース: download.opensuse.org
概要
Backup tool
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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/config実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
bup | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:bup |
|---|---|
| バージョン | 0.33.10 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/bup |
| ホームページ | https://bup.github.io/ |
| リポジトリ | https://github.com/bup/bup |
| 上流ドキュメント | https://bup.github.io/ |
| ライセンス | BSD-2-Clause AND LGPL-2.0-only |
| ソースアーカイブ | https://github.com/bup/bup/archive/refs/tags/0.33.10.tar.gz |
| 依存関係 | python@3.14, readline |
| ビルド依存関係 | pandoc, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 bupソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.