Skip to content
Snippets Groups Projects
Commit 0c3c8e7c authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Explain how to create a backup

parent 1eab8f87
No related branches found
No related tags found
1 merge request!58Backup Documentation
Loading
Loading
@@ -74,12 +74,22 @@ external_url "http://gitlab.example.com"
 
Run `sudo gitlab-ctl reconfigure` for the change to take effect.
 
### Creating an application backup
To create a backup of your repositories and GitLab metadata, run the following command.
```shell
sudo gitlab-rake gitlab:backup:create
```
This will store a tar file in `/var/opt/gitlab/backups`.
### Invoking Rake tasks
 
To invoke a GitLab Rake task, use `gitlab-rake`. For example:
 
```shell
sudo gitlab-rake gitlab:backup:create
sudo gitlab-rake gitlab:check
```
 
Contrary to with a traditional GitLab installation, there is no need to change
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment