Zerobyte provides a robust backup automation solution specifically designed for self-hosters. Built on the powerful and reliable restic engine, it offers a modern web interface to take the complexity out of protecting your valuable data. You can easily schedule, manage, and monitor all your backup jobs from a central dashboard.
It is designed to handle diverse storage environments, giving you complete control over your backup strategy. Key features include:
The entire application runs in a Docker container, making setup and maintenance straightforward.
services:
zerobyte:
image: ghcr.io/nicotsx/zerobyte:latest
container_name: zerobyte
restart: unless-stopped
ports:
- "8080:8080"
environment:
- RESTIC_PASSWORD=${RESTIC_PASSWORD}
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /:/host:ro
- ./data:/app/data
# Restic repository password for encryption
RESTIC_PASSWORD=your_super_secret_restic_password
Auto-fetched 20 minutes ago
Auto-fetched 20 minutes ago