Commit da7349a0 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'builds_to_backup_doc' into 'master'

Add builds to the docs  as a valid skip option for backups.



See merge request !1666
parents 98cc695a 3c3e5770
......@@ -29,7 +29,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
Also you can choose what should be backed up by adding environment variable SKIP. Available options: db,
uploads (attachments), repositories. Use a comma to specify several options at the same time.
uploads (attachments), repositories, builds(CI build output logs). Use a comma to specify several options at the same time.
```
sudo gitlab-rake gitlab:backup:create SKIP=db,uploads
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment