summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-05-08 13:12:33 +0300
committerValery Sizov <vsv2711@gmail.com>2015-05-08 13:18:38 +0300
commitc7c646ea9ff2ecd69111f7411111271fc307e1b5 (patch)
tree74b981f3faf609be137c588d4609807eea5d8ec5 /doc
parent4e5901da86324f5e2e10e5969cd0b5a5d5c3b473 (diff)
downloadgitlab-ci-c7c646ea9ff2ecd69111f7411111271fc307e1b5.tar.gz
move backup document to raketasks
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md2
-rw-r--r--doc/raketasks/README.md3
-rw-r--r--doc/raketasks/backup_restore.md (renamed from doc/backup.md)2
3 files changed, 5 insertions, 2 deletions
diff --git a/doc/README.md b/doc/README.md
index a92124b..6374fe8 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -7,4 +7,4 @@
+ [Jobs](jobs/README.md)
+ [Runners](runners/README.md)
+ [Permissions](permissions/README.md)
-+ [Backup](backup.md)
++ [Rake Tasks](raketasks/README.md)
diff --git a/doc/raketasks/README.md b/doc/raketasks/README.md
new file mode 100644
index 0000000..872be4d
--- /dev/null
+++ b/doc/raketasks/README.md
@@ -0,0 +1,3 @@
+# Rake Tasks
+
++ [Backup/Restore](backup_restore.md) \ No newline at end of file
diff --git a/doc/backup.md b/doc/raketasks/backup_restore.md
index 4651735..d035f98 100644
--- a/doc/backup.md
+++ b/doc/raketasks/backup_restore.md
@@ -7,7 +7,7 @@ This archive will be saved in backup_path (see `config/application.yml`).
The filename will be `[TIMESTAMP]_gitlab_ci_backup.tar.gz`. This timestamp can be used to restore an specific backup.
You can only restore a backup to exactly the same version of GitLab CI that you created it on, for example 7.10.1.
-*If you are interested in GitLab backup please follow to the [GitLab backup documentation](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/raketasks/backup_restore.md)*
+*If you are interested in the GitLab backup please follow to the [GitLab backup documentation](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/raketasks/backup_restore.md)*
```
# use this command if you've installed GitLab CI with the Omnibus package