diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-05-08 13:12:33 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-05-08 13:13:10 +0300 |
commit | aa2af78fbc5e93eebb15b37b6c974d9d22709766 (patch) | |
tree | 991cee2384548256f6c0539e1df477b2ac8844c1 | |
parent | 4e5901da86324f5e2e10e5969cd0b5a5d5c3b473 (diff) | |
download | gitlab-ci-backup.tar.gz |
move backup document to raketasksbackup
-rw-r--r-- | doc/README.md | 2 | ||||
-rw-r--r-- | doc/raketasks/README.md | 3 | ||||
-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..6ae06fd 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](README.md) diff --git a/doc/raketasks/README.md b/doc/raketasks/README.md new file mode 100644 index 0000000..c706f68 --- /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 |