macOS
brew install bupstashlocal Homebrew formula metadata
sudo port install bupstashMacPorts ports tree · sysutils/bupstash/Portfile · source: api.github.com
brew
Easy and efficient encrypted backups. Version 0.12.0 via Homebrew; verified from local package data.
install
brew install bupstashlocal Homebrew formula metadata
sudo port install bupstashMacPorts ports tree · sysutils/bupstash/Portfile · source: api.github.com
sudo apk add bupstashAlpine Linux edge package indexes · bupstash · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#bupstashnixpkgs package indexes · pkgs/by-name/bu/bupstash/package.nix · source: api.github.com
sudo pacman -S bupstashArch Linux sync databases · bupstash · source: geo.mirror.pkgbuild.com
overview
Easy and efficient encrypted backups
history
Bupstash is a Rust backup tool focused on encrypted, deduplicated, incremental backups with client-side encryption and remote repositories over SSH. It occupies the same practical space as modern deduplicating backup CLIs but makes encrypted metadata, queryable tags, and offline decryption keys central features.
The public repository was created in August 2020, and Andrew Chambers introduced Bupstash publicly in November 2020. The README and website describe a beta-stage tool designed for efficient deduplication, strong privacy, offline decryption keys, encrypted tag search, slow-network performance, restricted remote access controls, and low memory use.
The technical overview explains the implementation model: arbitrary data streams are chunked, deduplicated, encrypted client side, stored locally or remotely, and indexed with encrypted metadata. The design uses keyed hashes for addressing chunks, a rolling hash for split points, libsodium cryptography, hash trees for large streams, and client-side metadata sync for queries.
Bupstash gained enough command-line backup interest to be packaged across several ecosystems; the input metadata records apk, Homebrew, MacPorts, Nix, and Arch packages. Its adoption is narrower than older tools such as bup or Borg, but it has a clear niche among users who want encrypted deduplication without operating a large backup service.
Typical usage starts by initializing a repository, creating a key file, setting `BUPSTASH_REPOSITORY` and `BUPSTASH_KEY`, then using commands such as `put`, `list`, `get`, `diff`, `restore`, `rm`, and `gc`. Bupstash can store file trees, tar streams, and command output, and its `put` command benefits from avoiding already-sent file content.
Bupstash is significant because it shows the post-Borg/Restic generation of backup tooling: single-binary CLI distribution, strong default encryption, SSH-friendly self-hosting, and deduplication that still works with encrypted data. Its key-separation model is especially attractive for package nerds thinking about ransomware-resistant unattended backups.
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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bupstash | 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.
https://github.com/andrewchambers/bupstash
install metadata
| Package key | brew:bupstash |
|---|---|
| Version | 0.12.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bupstash |
| Homepage | https://bupstash.io |
| Repository | https://github.com/andrewchambers/bupstash |
| Upstream docs | https://bupstash.io/ |
| License | MIT |
| Source archive | https://github.com/andrewchambers/bupstash/releases/download/v0.12.0/bupstash-v0.12.0-src+deps.tar.gz |
| Dependencies | libsodium |
| Build dependencies | pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bupstash |
| Version Scheme | 0 |
| Revision | 1 |
| 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.
bupstash
nix profile install nixpkgs#bupstashbupstash 0.12.0-r7
Easy and efficient encrypted backups
sudo apk add bupstashbupstash-doc 0.12.0-r7
Easy and efficient encrypted backups (documentation)
sudo apk add bupstash-docbupstash 0.12.0-4
A tool for encrypted backups
sudo pacman -S bupstashbupstash
sudo port install bupstashsource 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.