From 02cd3550255376e2a4d0aeebc2a4b43380f1a221 Mon Sep 17 00:00:00 2001 From: Dave Conroy <23528985+tiredofit@users.noreply.github.com> Date: Sun, 16 Sep 2018 19:41:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8dbf8d..2878e99 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Along with the Environment Variables from the [Base image](https://hub.docker.co | | Absolute HHMM, e.g. `2330` or `0415` | | Relative +MM, i.e. how many minutes after starting the container, e.g. `+0` (immediate), `+10` (in 10 minutes), or `+90` in an hour and a half | `DB_DUMP_DEBUG` | If set to `true`, print copious shell script messages to the container log. Otherwise only basic messages are printed. -| `DB_DUMP_TARGET` | Where to put the dump file, should be a directory. Supports three formats | +| `DB_DUMP_TARGET` | Where to put the dump file, should be a directory. Default - `/backups` | | | Local If the value of `DB_DUMP_TARGET` starts with a `/` character, will dump to a local path, which should be volume-mounted. | `DB_CLEANUP_TIME` | Value in minutes to delete old backups (only fired when dump freqency fires). 1440 would delete anything above 1 day old. You don't need to set this variable if you want to hold onto everything. | `COMPRESSION` | Use either Gzip `GZ`, Bzip2 `BZ`, XZip `XZ`, or none `NONE` - Default `GZ`