Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2014-09-29 14:55:15 +0400
committerJob van der Voort <jobvandervoort@gmail.com>2014-09-29 14:55:15 +0400
commit8b17bdaafc0fc675bc116a24f7e5ce8a593e38f7 (patch)
tree7c9d72f60dad3df8125cd656f8ae22146a3807df /doc/raketasks/backup_restore.md
parent05b3202855216d82bee5b0d098e1d8f2db45c63c (diff)
capitalize omnibus in docs
Diffstat (limited to 'doc/raketasks/backup_restore.md')
-rw-r--r--doc/raketasks/backup_restore.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md
index d9c5d5cb7e4..beb2c33a67b 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -10,7 +10,7 @@ The filename will be `[TIMESTAMP]_gitlab_backup.tar`. This timestamp can be used
You can only restore a backup to exactly the same version of GitLab that you created it on, for example 7.2.1.
```
-# use this command if you've installed GitLab with the omnibus package
+# use this command if you've installed GitLab with the Omnibus package
sudo gitlab-rake gitlab:backup:create
# if you've installed GitLab from source or using the cookbook
@@ -58,7 +58,7 @@ If you have a manual installation please consider backing up your gitlab.yml fil
You can only restore a backup to exactly the same version of GitLab that you created it on, for example 7.2.1.
```
-# omnibus package installation
+# Omnibus package installation
sudo gitlab-rake gitlab:backup:restore
# installation from source or cookbook
@@ -104,7 +104,7 @@ Deleting tmp directories...[DONE]
## Configure cron to make daily backups
-For omnibus package installations, see https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md#scheduling-a-backup .
+For Omnibus package installations, see https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md#scheduling-a-backup .
For installation from source or cookbook:
```