diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-10-22 14:22:49 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-10-22 14:22:49 +0200 |
commit | 3c3e57705f801c5a810183523c5898d44d5de872 (patch) | |
tree | 7c2724f1096d10c569c814f9603bf9ec007c7885 /doc/raketasks | |
parent | b97977afef26e8aaad9228c8c7dffecdbe1a8e59 (diff) | |
download | gitlab-ce-3c3e57705f801c5a810183523c5898d44d5de872.tar.gz |
Add builds to the docs as a valid skip option for backups.builds_to_backup_doc
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
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 |