Dbackup
Docker-Anwendung from ZappyZap's Repository
Übersicht
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.
Laufzeit-Argumente
- Web-UI
https://[IP]:[PORT:3000]/- Netzwerk
bridge- Shell
sh- Privilegiert
- false
- Extra Params
--restart=unless-stopped
Konfiguration der Vorlage
Encryption KeyVariable
# openssl rand -hex 32 32-byte hex string (64 chars) for encrypting credentials at rest.
- Ziel
- ENCRYPTION_KEY
BETTER_AUTH_URLVariable
Primary URL where users access DBackup (for auth redirects).
- Standard
- https://localhost:3000
- Wert
- 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
- Ziel
- TZ
- Standard
- UTC
- Wert
- UTC
Data DirectoryPathrw
# All persistent data (db, storage, certs)
- Ziel
- /data
- Wert
- /mnt/user/appdata/dbackup/data
Local Backup DisrectoryPathrw
# Optional: used for local backups
- Ziel
- /backups
- Wert
- /mnt/user/appdata/dbackup/backups
WebUIPorttcp
- Ziel
- 3000
- Standard
- 3000
- Wert
- 3000
Kategorien
Statistik herunterladen
11,396
Downloads insgesamt
Einzelheiten
Repository
skyfay/dbackup:latestZuletzt aktualisiert2026-05-11
Erstmals gesehen2026-05-12
Führen Sie Dbackup auf Unraid aus.
Dbackup ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.