summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-10-22 14:22:49 +0200
committerMarin Jankovski <maxlazio@gmail.com>2015-10-22 14:22:49 +0200
commit3c3e57705f801c5a810183523c5898d44d5de872 (patch)
tree7c2724f1096d10c569c814f9603bf9ec007c7885
parentb97977afef26e8aaad9228c8c7dffecdbe1a8e59 (diff)
downloadgitlab-ce-builds_to_backup_doc.tar.gz
Add builds to the docs as a valid skip option for backups.builds_to_backup_doc
-rw-r--r--doc/raketasks/backup_restore.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md
index 06f582dcee8..606532a6fbe 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -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