Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2015-10-27 13:32:23 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2015-10-27 13:32:23 +0300
commitda7349a0e232e71b7c2438fc90c14167d59711c4 (patch)
tree54ce9791ca3e5c3d37a5930563c4de98e2558829 /doc
parent98cc695afb2fc97a1ca897ad28741612bcde88a3 (diff)
parent3c3e57705f801c5a810183523c5898d44d5de872 (diff)
Merge branch 'builds_to_backup_doc' into 'master'
Add builds to the docs as a valid skip option for backups. See merge request !1666
Diffstat (limited to '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