db-backup
Docker 应用程序 from A75G's Repository
概述
运行时参数
- 网络
bridge- 外壳
sh- 特权
- false
模板配置
Database Dump Location
- 目标
- /backup
- 价值
- /mnt/user/backups/db/
Schema Name e.g. database or ALL to backup all databases the user has access to.
- 价值
- ALL
Type of DB Server to backup couch influx mysql mssql pgsql mongo redis sqlite3
- 默认值
- mysql|pgsql|mongo|redis|influx|couch|mssql|sqlite3
- 价值
- mysql
Server Hostname e.g. mariadb. For sqlite3, full path to DB file e.g. /backup/db.sqlite3
- 价值
- 192.168.1.1
username for the database(s) - Can use root for MySQL
- 价值
- root
(optional if DB doesn't require it) password for the database
- 价值
- password
If using ALL - use this to split each database into its own file as opposed to one singular file
- 默认值
- TRUE|FALSE
- 价值
- TRUE
How often to dump DB Minutes Defaults 1440 = Day
- 价值
- 1440
https://github.com/tiredofit/docker-db-backup#scheduling-options
- 价值
- 0300
Value in minutes to delete old backups. 10080 = One Week. If you want all backup delete this key.
- 价值
- 10080
Use either Gzip GZ, Bzip2 BZ, XZip XZ, ZSTD ZSTD or none NONE
- 默认值
- ZSTD|BZ|XZ|GZ|NONE
- 价值
- ZSTD
Numerical value of what level of compression to use, most allow 1 to 9, except for ZSTD which allows for 1 to 19
- 默认值
- 3|1|2|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19
- 价值
- 3
Use --rsyncable (gzip only) for faster rsync transfers and incremental backup deduplication.
- 默认值
- FALSE|TRUE
- 价值
- FALSE
DEBUG_MODE
- 默认值
- FALSE|TRUE
- 价值
- FALSE
- 默认值
- FALSE|TRUE
- 价值
- FALSE
Either MD5 or SHA1 or NONE
- 默认值
- NONE|SHA1|MD5
- 价值
- NONE
Create a symbolic link pointing to last backup in this format: latest-(DB_TYPE)_(DB_NAME)_(DB_HOST)
- 默认值
- FALSE|TRUE
- 价值
- FALSE
Maximum amount of threads to use when compressing - Integer value e.g. 8
- 默认值
- autodetected
- 价值
- autodetected
The uid that the image should read and write files as
- 价值
- 99
The gid that the image should read and write files as
- 价值
- 100
Permissions to apply to backup directory
- 价值
- 755
Permissions to apply to files.
- 默认值
- 777
- 价值
- 777
类别
下载统计数据
长期下载总量
详细信息
tiredofit/db-backup:latest在Unraid 上运行 db-backup 。
db-backup 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。