macOS
brew install buplocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.