diff options
-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 |