macOS
brew install buplocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für bup in AI-Agent-Workflows.
Installation
brew install buplocal Homebrew formula metadata
sudo apt install bupDebian stable package indexes · bup · Quelle: deb.debian.org
nix profile install nixpkgs#bupnixpkgs package indexes · pkgs/by-name/bu/bup/package.nix · Quelle: api.github.com
sudo pacman -S bupArch Linux sync databases · bup · Quelle: geo.mirror.pkgbuild.com
sudo zypper install bupopenSUSE Tumbleweed package metadata · bup · Quelle: download.opensuse.org
Überblick
Backup tool
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
bup | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:bup |
|---|---|
| Version | 0.33.10 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/bup |
| Homepage | https://bup.github.io/ |
| Repository | https://github.com/bup/bup |
| Upstream-Dokumentation | https://bup.github.io/ |
| Lizenz | BSD-2-Clause AND LGPL-2.0-only |
| Quellarchiv | https://github.com/bup/bup/archive/refs/tags/0.33.10.tar.gz |
| Abhängigkeiten | python@3.14, readline |
| Build-Abhängigkeiten | pandoc, pkgconf |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 bupQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.