From fed9ea97bdd5c99ba6a53287d846c76770239c8b Mon Sep 17 00:00:00 2001 From: Allineer Date: Thu, 3 Sep 2015 17:30:41 +0300 Subject: [PATCH] Typo in README.md GITLAB_CI_BACKUP_DIR => GITLAB_BACKUP_DIR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b3c4dc2..f6c8ac11 100644 --- a/README.md +++ b/README.md @@ -841,7 +841,7 @@ docker run --name gitlab -it --rm [OPTIONS] \ sameersbn/gitlab:7.14.1 app:rake gitlab:backup:create ``` -A backup will be created in the backups folder of the [Data Store](#data-store). You can change the location of the backups using the `GITLAB_CI_BACKUP_DIR` configuration parameter. +A backup will be created in the backups folder of the [Data Store](#data-store). You can change the location of the backups using the `GITLAB_BACKUP_DIR` configuration parameter. *P.S. Backups can also be generated on a running instance using `docker exec` as described in the [Rake Tasks](#rake-tasks) section. However, to avoid undesired side-effects, I advice against running backup and restore operations on a running instance.*