From 998eb6d2b73aadde6f788320fa8ffe37a62cd434 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 25 Feb 2014 23:34:22 +0530 Subject: [PATCH] README: renamed "Taking Backups" section to "Creating Backups" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba1b1dd6..e81cb139 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - [Available Configuration Parameters](#available-configuration-parameters) - [Maintenance](#maintenance) - [SSH Login](#ssh-login) - - [Taking Backups](#taking-backups) + - [Creating Backups](#creating-backups) - [Restoring Backups](#restoring-backups) - [Automated Backups](#automated-backups) - [Upgrading](#upgrading) @@ -297,7 +297,7 @@ docker logs gitlab 2>&1 | head -n1 ``` This password is not persistent and changes every time the image is executed. -### Taking backups +### Creating backups Gitlab defines a rake task to easily take a backup of your gitlab installation. The backup consists of all git repositories, uploaded files and as you might expect, the sql database.