# jborg/attic

Deduplicating backup program

Repository: https://github.com/jborg/attic
Canonical: https://ross.abutalabs.com/products/jborg-attic
Language: Python
License: NOASSERTION
License Family: other
Last push: 2021-09-13T16:02:58+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4803, "days_push": 1815, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1099, forks 101 (observed 2026-08-28T04:03:35.093600+00:00)

## What it is
Attic is a deduplicating backup program written in Python that stores only changed data chunks, with optional AES-256 encryption and SSH-based off-site backups. Archives can be mounted as userspace filesystems for verification and restore.

## Use cases
- deduplicating daily backups of my files
- encrypted backup to a remote server over ssh
- mount a backup archive as a filesystem to restore files
- space-efficient incremental backups
- secure off-site backup from the command line

## When to choose
- you want efficient chunk-level deduplication so daily backups only store changes
- you need optional AES-256 encryption with HMAC-SHA256 integrity verification
- you want to back up over SSH to any remote host
- you prefer mounting archives via FUSE for easy verification

## When to avoid
- you want an actively developed tool - consider Borg, its maintained successor
- you need a GUI-based backup solution
- you require Windows support

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: backup, compression, cryptography, cli
- domain: files, security, developer-tools
- platform: python, cli
- tags: deduplication, encrypted-backup, ssh-remote-backup, fuse-mount, borg predecessor, command-line, linux, macos

## Member repositories
- jborg/attic (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:35.093600+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:46:03.374003+00:00, confidence not recorded.
  - readme: https://github.com/jborg/attic (fetched 2026-08-28T04:03:35.093600+00:00, sha d7f6e0b3a64d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
