@@ -13,7 +13,7 @@ This will build a container for backing up multiple type of DB Servers
1313
1414Currently backs up CouchDB, InfluxDB, MySQL, MongoDB Postgres, Redis, Rethink servers.
1515
16- * dump to local filesystem
16+ * dump to local filesystem
1717* select database user and password
1818* backup all databases
1919* choose to have an MD5 sum after backup for verification
@@ -40,7 +40,7 @@ This Container uses Alpine:Edge as a base.
4040- [ Quick Start] ( #quick-start )
4141- [ Configuration] ( #configuration )
4242 - [ Data Volumes] ( #data-volumes )
43- - [ Environment Variables] ( #environmentvariables )
43+ - [ Environment Variables] ( #environmentvariables )
4444- [ Maintenance] ( #maintenance )
4545 - [ Shell Access] ( #shell-access )
4646
@@ -51,7 +51,7 @@ You must have a working DB server or container available for this to work proper
5151
5252# Installation
5353
54- Automated builds of the image are available on [ Docker Hub] ( https://hub.docker.com/r/tiredofit/db-backup ) and is the recommended
54+ Automated builds of the image are available on [ Docker Hub] ( https://hub.docker.com/r/tiredofit/db-backup ) and is the recommended
5555method of installation.
5656
5757
@@ -77,7 +77,7 @@ The following directories are used for configuration and can be mapped for persi
7777| Directory | Description |
7878| -----------| -------------|
7979| ` /backup ` | Backups |
80-
80+
8181
8282## Environment Variables
8383
@@ -87,8 +87,8 @@ Along with the Environment Variables from the [Base image](https://hub.docker.co
8787| Parameter | Description |
8888| -----------| -------------|
8989| ` COMPRESSION ` | Use either Gzip ` GZ ` , Bzip2 ` BZ ` , XZip ` XZ ` , or none ` NONE ` - Default ` GZ `
90- | ` DB_TYPE ` | Type of DB Server to backup ` couch ` ` influx ` ` mysql ` ` pgsql ` ` mongo ` ` redis ` ` rethink `
91- | ` DB_SERVER ` | Server Hostname e.g. ` mariadb `
90+ | ` DB_TYPE ` | Type of DB Server to backup ` couch ` ` influx ` ` mysql ` ` pgsql ` ` mongo ` ` redis ` ` rethink `
91+ | ` DB_HOST ` | Server Hostname e.g. ` mariadb `
9292| ` DB_NAME ` | Schema Name e.g. ` database `
9393| ` DB_USER ` | username for the database - use ` root ` to backup all MySQL of them.
9494| ` DB_PASS ` | (optional if DB doesn't require it) password for the database
@@ -109,7 +109,7 @@ Manual Backups can be perforemd by entering the container and typing `backup-now
109109
110110#### Shell Access
111111
112- For debugging and maintenance purposes you may want access the containers shell.
112+ For debugging and maintenance purposes you may want access the containers shell.
113113
114114``` bash
115115docker exec -it (whatever your container name is e.g.) db-backup bash
0 commit comments