Zerobyte
Backup automation for self-hosters, built on top of Restic. Schedule, manage, and monitor encrypted backups through a modern web UI.
First Launch
- Visit your domain — the Zerobyte dashboard opens directly
- Add a volume — configure a local directory to back up
- Create a backup job — set schedule, retention policy, and encryption
- Monitor status — view backup history, logs, and alerts from the dashboard
Key Features
- Automated encrypted backups powered by Restic
- Flexible scheduling with fine-grained retention policies
- End-to-end encryption for all backup data
- Modern web dashboard for monitoring and management
- Embedded SQLite database, no external DB required
Persistent Data
All configuration and database files are stored under /var/lib/zerobyte (backed by a Zeabur volume).
Important Notes
- This deployment runs in simplified mode (no remote mount capabilities like NFS/SMB/SFTP)
- Set
BASE_URL to your actual public domain after deployment (e.g. https://zerobyte.yourdomain.com)
License
AGPL-3.0 — GitHub