macOS
brew install bupstashlocal Homebrew formula metadata
sudo port install bupstashMacPorts ports tree · sysutils/bupstash/Portfile · 来源: api.github.com
安装
brew install bupstashlocal Homebrew formula metadata
sudo port install bupstashMacPorts ports tree · sysutils/bupstash/Portfile · 来源: api.github.com
sudo apk add bupstashAlpine Linux edge package indexes · bupstash · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#bupstashnixpkgs package indexes · pkgs/by-name/bu/bupstash/package.nix · 来源: api.github.com
sudo pacman -S bupstashArch Linux sync databases · bupstash · 来源: geo.mirror.pkgbuild.com
概览
Easy and efficient encrypted backups
历史
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.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bupstash | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/andrewchambers/bupstash
安装元数据
| 软件包键 | brew:bupstash |
|---|---|
| 版本 | 0.12.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/bupstash |
| 主页 | https://bupstash.io |
| 仓库 | https://github.com/andrewchambers/bupstash |
| 上游文档 | https://bupstash.io/ |
| 许可证 | MIT |
| 源码归档 | https://github.com/andrewchambers/bupstash/releases/download/v0.12.0/bupstash-v0.12.0-src+deps.tar.gz |
| 依赖 | libsodium |
| 构建依赖 | pkgconf, rust |
| Bottle | 可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 bupstash来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.