diff options
author | David Gerő <davidpgero@gmail.com> | 2016-10-29 12:51:01 +0200 |
---|---|---|
committer | David Gerő <davidpgero@gmail.com> | 2016-11-30 11:41:53 +0100 |
commit | 0fbb5a86dbe054af91c20d36697fda273445dd2a (patch) | |
tree | 5a00f01ccb6f26a75953f9d0d68ffcad0b87c220 /doc | |
parent | 50a410a977877dd44b1eaa078974c3a11ffd7475 (diff) | |
download | gitlab-ce-0fbb5a86dbe054af91c20d36697fda273445dd2a.tar.gz |
Add Human Readable Timestamp to backup tar file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 17485b11c09..f42bb6a81a2 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -353,7 +353,7 @@ restore: ```shell # This command will overwrite the contents of your GitLab database! -sudo gitlab-rake gitlab:backup:restore BACKUP=1393513186 +sudo gitlab-rake gitlab:backup:restore BACKUP=1393513186_2014_02_27 ``` Restart and check GitLab: |