Skip to content

Why I built a self-hosted centralized backup manager

6.9 relevance
Score Breakdown
technical depth
8
novelty
6
actionability
8
community
5
strategic
5
personal
7

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Self-hosted backup manager design, relevant to infrastructure and DevOps practices.

Open Source dev.to
Why I built a self-hosted centralized backup manager
Summary

Arkeep centralizes multi-machine backups via a server/agent model where agents use persistent outbound gRPC streams, eliminating inbound ports and SSH. The server orchestrates Restic-based jobs with pre/post hooks, streaming real-time logs and metrics to a SQLite/PostgreSQL database, while supporting OIDC SSO (e.g., Zitadel) for ISO 27001 compliance.