All apps · 0 apps
db-backup
Docker app from A75G's Repository
Overview
Install db-backup on Unraid in a few clicks.
Find db-backup in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
tiredofit/db-backup:latestRuntime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Database Dump Location
- Target
- /backup
- Value
- /mnt/user/backups/db/
Schema Name e.g. database or ALL to backup all databases the user has access to.
- Value
- ALL
Type of DB Server to backup couch influx mysql mssql pgsql mongo redis sqlite3
- Default
- mysql|pgsql|mongo|redis|influx|couch|mssql|sqlite3
- Value
- mysql
Server Hostname e.g. mariadb. For sqlite3, full path to DB file e.g. /backup/db.sqlite3
- Value
- 192.168.1.1
username for the database(s) - Can use root for MySQL
- Value
- root
(optional if DB doesn't require it) password for the database
- Value
- password
If using ALL - use this to split each database into its own file as opposed to one singular file
- Default
- TRUE|FALSE
- Value
- TRUE
How often to dump DB Minutes Defaults 1440 = Day
- Value
- 1440
https://github.com/tiredofit/docker-db-backup#scheduling-options
- Value
- 0300
Value in minutes to delete old backups. 10080 = One Week. If you want all backup delete this key.
- Value
- 10080
Use either Gzip GZ, Bzip2 BZ, XZip XZ, ZSTD ZSTD or none NONE
- Default
- ZSTD|BZ|XZ|GZ|NONE
- Value
- ZSTD
Numerical value of what level of compression to use, most allow 1 to 9, except for ZSTD which allows for 1 to 19
- Default
- 3|1|2|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19
- Value
- 3
Use --rsyncable (gzip only) for faster rsync transfers and incremental backup deduplication.
- Default
- FALSE|TRUE
- Value
- FALSE
DEBUG_MODE
- Default
- FALSE|TRUE
- Value
- FALSE
- Default
- FALSE|TRUE
- Value
- FALSE
Either MD5 or SHA1 or NONE
- Default
- NONE|SHA1|MD5
- Value
- NONE
Create a symbolic link pointing to last backup in this format: latest-(DB_TYPE)_(DB_NAME)_(DB_HOST)
- Default
- FALSE|TRUE
- Value
- FALSE
Maximum amount of threads to use when compressing - Integer value e.g. 8
- Default
- autodetected
- Value
- autodetected
The uid that the image should read and write files as
- Value
- 99
The gid that the image should read and write files as
- Value
- 100
Permissions to apply to backup directory
- Value
- 755
Permissions to apply to files.
- Default
- 777
- Value
- 777