# Installer tarsnapper avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:tarsnapper
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tarsnapper
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tarsnapper
```

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

## Faits du paquet

- **Clé du paquet:** brew:tarsnapper
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.5.0
- **Résumé source:** Tarsnap wrapper which expires backups using a gfs-scheme
- **Page d'accueil:** <https://github.com/miracle2k/tarsnapper>
- **Dernière mise à jour:** 2026-07-14T17:14:17+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- tarsnapper (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.5.0
## Historique du projet et usages

Tarsnapper is a command-line wrapper around Tarsnap that defines backup jobs and expires old archives according to flexible Grandfather-father-son-style retention intervals.

### Historique du projet

The public repository dates to 2010. Tarsnapper developed as a Python utility for describing multiple backup jobs in YAML and for applying retention rules to archives whether or not Tarsnapper created them. Its design avoids fixed weekly or monthly generations and instead chooses archives that best satisfy user-supplied time deltas.

### Historique d'adoption

A Debian changelog records an initial package release in 2012, while the official README documents pip installation. The supplied metadata records current Homebrew and Nix packages, reflecting the tool's continued niche in Unix backup automation.

### Modes d'utilisation

Users can run a one-off backup with --target, --sources, and --deltas, or pass a YAML job file with -c. The make command creates a backup and applies retention; expire can prune existing archive sets independently, and --dry-run previews deletions. Tarsnap itself remains responsible for its configuration and keyfile.

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

Tarsnapper is a package-nerd utility because it converts a hosted backup CLI into reproducible cron-friendly jobs with explicit retention policy, while remaining composable with archives created by other scripts.

### Chronologie

- 2010: The public Tarsnapper repository was created and version 0.1 was tagged.
- 2012: The Debian changelog recorded an initial package release.
- 2020: Version 0.5 was tagged after continued retention-rule maintenance.
- Current package metadata: Homebrew and Nix distribute Tarsnapper.

### Related projects

- Tarsnap provides the underlying encrypted backup service and command; the README contrasts Tarsnapper's retention approach with tarsnap-generations.

### Sources

- <https://github.com/miracle2k/tarsnapper#readme>
- <https://github.com/miracle2k/tarsnapper/blob/master/debian/changelog>
- <https://github.com/miracle2k/tarsnapper/tags>
- 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

## Autres enregistrements de gestionnaires de paquets

- Nix - tarsnapper: normalized package name match | nixpkgs package indexes: pkgs/by-name/ta/tarsnapper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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