# Installer bupstash avec Homebrew, apk, MacPorts, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bupstash pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:bupstash
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bupstash
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bupstash
```

  Preuve: MacPorts ports tree: sysutils/bupstash/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add bupstash
```

  Preuve: Alpine Linux edge package indexes: bupstash from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#bupstash
```

  Preuve: nixpkgs package indexes: pkgs/by-name/bu/bupstash/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S bupstash
```

  Preuve: Arch Linux sync databases: bupstash from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:bupstash
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/bupstash>
- **Version:** 0.12.0
- **Résumé source:** Easy and efficient encrypted backups
- **Page d'accueil:** <https://bupstash.io>
- **Dépôt:** <https://github.com/andrewchambers/bupstash>
- **Docs amont:** <https://bupstash.io>
- **Licence:** MIT
- **Archive source:** <https://github.com/andrewchambers/bupstash/releases/download/v0.12.0/bupstash-v0.12.0-src+deps.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- bupstash (cli)
- bupstash (alias)

## Dépendances

- libsodium

## Dépendances de compilation

- pkgconf
- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.12.0
- données locales: OK
- dépôt amont: https://github.com/andrewchambers/bupstash
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2020-08: Public GitHub repository created.
- 2020-11-20: Introductory Bupstash blog post published.
- 2021: Project documentation covered garbage collection, encrypted metadata, and operational guides.
- 2026: Homebrew metadata lists Bupstash as a packaged encrypted-backup CLI.

### Related projects

- Bupstash is related to bup by name and backup focus, and to Borg, Restic, Attic, Tarsnap, Duplicity, and rdiff-backup as part of the wider deduplicating and encrypted backup-tool family.

### Sources

- <https://acha.ninja/blog/introducing_bupstash/>
- <https://bupstash.io/>
- <https://bupstash.io/doc/guides/Getting%20Started.html>
- <https://bupstash.io/doc/man/bupstash.html>
- <https://github.com/andrewchambers/bupstash>
- <https://raw.githubusercontent.com/andrewchambers/bupstash/master/doc/technical_overview.md>
- source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **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:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - bupstash: normalized package name match | nixpkgs package indexes: pkgs/by-name/bu/bupstash/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - bupstash - 0.12.0-r7: normalized package name match | Alpine Linux edge package indexes: bupstash from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Easy and efficient encrypted backups | https://bupstash.io/
- apk - bupstash-doc - 0.12.0-r7: normalized package name match | Alpine Linux edge package indexes: bupstash-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Easy and efficient encrypted backups (documentation) | https://bupstash.io/
- pacman - bupstash - 0.12.0-4: normalized package name match | Arch Linux sync databases: bupstash from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A tool for encrypted backups | https://bupstash.io
- MacPorts - bupstash: normalized package name match | MacPorts ports tree: sysutils/bupstash/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Archive and compression packages](https://pkg.so/fr/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [bup](https://pkg.so/fr/brew/bup/) - Shares pkgdb curated category or tags: backup, cli, deduplication, incremental-backup, system.
- [duplicity](https://pkg.so/fr/brew/duplicity/) - Shares pkgdb curated category or tags: backup, cli, incremental-backup, system.
- [kopia](https://pkg.so/fr/brew/kopia/) - Shares pkgdb curated category or tags: backup, cli, deduplication, system.
- [plakar](https://pkg.so/fr/brew/plakar/) - Shares pkgdb curated category or tags: backup, cli, deduplication, system.
- [rustic](https://pkg.so/fr/brew/rustic/) - Shares pkgdb curated category or tags: backup, cli, deduplication, system.
- [burp](https://pkg.so/fr/brew/burp/) - Shares pkgdb curated category or tags: backup, cli, deduplication, system.
- [rdiff-backup](https://pkg.so/fr/brew/rdiff-backup/) - Shares pkgdb curated category or tags: backup, cli, incremental-backup, system.
- [restic](https://pkg.so/fr/brew/restic/) - Shares pkgdb curated category or tags: backup, cli, system.

## Combined YAML source

View the package source record on GitHub. [combined/bupstash.yml](https://github.com/mxcl/pkgdb/blob/main/combined/bupstash.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
