restic/rest-server
Rest Server is a high performance HTTP server that implements restic's REST backend API. observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 93
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3588
- days_rel: 459
- days_push: 42
- n_releases_24m: 1
Adoption not part of the score
1488 stars · 178 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A high-performance HTTP server written in Go that implements restic's REST backend API, allowing the restic backup client to store backups remotely via rest: URLs. It supports authentication via htpasswd files, append-only mode, private repositories, and Prometheus metrics.
Use cases
- self-host a remote backup server for restic
- serve restic repositories over HTTP
- set up append-only backup storage to protect against ransomware
- give multiple users private restic repositories on one server
- expose prometheus metrics for backup server monitoring
- limit repository disk usage with a max size quota
When to choose
- you use restic and want a dedicated, efficient remote repository server instead of generic SFTP or S3
- you need append-only storage semantics for backup immutability
- you want lightweight self-hosted backup infrastructure with per-user access control
When to avoid
- you back up to cloud object storage like S3 or B2 directly, which restic already supports
- you need a general-purpose file server rather than a restic-specific backend
- you use a different backup tool that doesn't speak restic's REST backend API
Facets
service · maturity active
http-server backup auth monitoring self-hosted developer-tools security windows go self-hosted cli restic backup-server rest-api append-only htpasswd prometheus-metrics backup linux macos
1 source
- readme: https://github.com/restic/rest-server · fetched 2026-08-28 · dcf7010389c5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| restic/rest-server | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="restic/rest-server")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem