Dbackup
Docker 应用程序 from ZappyZap's Repository
概述
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.
运行时参数
- 网络用户界面
https://[IP]:[PORT:3000]/- 网络
bridge- 外壳
sh- 特权
- false
- 额外参数
--restart=unless-stopped
模板配置
Encryption KeyVariable
# openssl rand -hex 32 32-byte hex string (64 chars) for encrypting credentials at rest.
- 目标
- ENCRYPTION_KEY
BETTER_AUTH_URLVariable
Primary URL where users access DBackup (for auth redirects).
- 默认值
- https://localhost:3000
- 价值
- 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
- 目标
- TZ
- 默认值
- UTC
- 价值
- UTC
Data DirectoryPathrw
# All persistent data (db, storage, certs)
- 目标
- /data
- 价值
- /mnt/user/appdata/dbackup/data
Local Backup DisrectoryPathrw
# Optional: used for local backups
- 目标
- /backups
- 价值
- /mnt/user/appdata/dbackup/backups
WebUIPorttcp
- 目标
- 3000
- 默认值
- 3000
- 价值
- 3000
类别
下载统计数据
11,396
下载总数
详细信息
在Unraid 上运行 Dbackup 。
Dbackup 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。