Dbackup
Docker app from ZappyZap's Repository
Overview
DBackup is a comprehensive, self-hosted backup solution designed to automate and secure your database backups. It provides AES-256-GCM encryption, flexible storage options, and intelligent retention policies to ensure your data is always protected and recoverable.
Whether you're running a single MySQL database or managing multiple PostgreSQL, MongoDB, and SQL Server instances, DBackup offers a unified interface with real-time monitoring, granular access control, and seamless restore capabilities.
No vendor lock-in by design - every backup is a standard database dump (SQL, BSON, RDB, etc.) encrypted with open AES-256-GCM. If DBackup is ever unavailable, you can decrypt and restore your backups with a single Node.js script and the key from your Recovery Kit. No proprietary formats, no dependencies on DBackup itself.
Runtime arguments
- Web UI
https://[IP]:[PORT:3000]/- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--restart=unless-stopped
Template configuration
Encryption KeyVariable
# openssl rand -hex 32 32-byte hex string (64 chars) for encrypting credentials at rest.
- Target
- ENCRYPTION_KEY
BETTER_AUTH_URLVariable
Primary URL where users access DBackup (for auth redirects).
- Default
- https://localhost:3000
- Value
- https://[IP of your unraid server]:3000
BETTER_AUTH_SECRETVariable
# openssl rand -base64 32 Base64 secret for authentication sessions.
Yime ZoneVariable
Server timezone for logs. Default: UTC
- Target
- TZ
- Default
- UTC
- Value
- UTC
Data DirectoryPathrw
# All persistent data (db, storage, certs)
- Target
- /data
- Value
- /mnt/user/appdata/dbackup/data
Local Backup DisrectoryPathrw
# Optional: used for local backups
- Target
- /backups
- Value
- /mnt/user/appdata/dbackup/backups
WebUIPorttcp
- Target
- 3000
- Default
- 3000
- Value
- 3000
Categories
Download Statistics
11,396
Total Downloads
Details
Repository
skyfay/dbackup:latestLast Updated2026-05-11
First Seen2026-05-12
Run Dbackup on Unraid.
Dbackup is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.