From 6033b1b0a9c53965624773272b580202e997d541 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Mon, 31 Jan 2022 13:59:53 -0800 Subject: [PATCH] Update README to talk about quoting the values --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 945df14..136239a 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,10 @@ Be sure to view the following repositories to understand all the customizable op | `SPLIT_DB` | If using root as username and multiple DBs on system, set to TRUE to create Seperate DB Backups instead of all in one. | `FALSE` | | `TEMP_LOCATION` | Perform Backups and Compression in this temporary directory | `/tmp/backups/` | -When using compression with MongoDB, only `GZ` compression is possible. +- When using compression with MongoDB, only `GZ` compression is possible. +- You may need to wrap your `DB_DUMP_BEGIN` value in quotes for it to properly parse. There have been reports of backups that start with a `0` get converted into a different format which will not allow the timer to start at the correct time. + + #### Backing Up to S3 Compatible Services