Commit 69168793 authored by Michael Rochefort's avatar Michael Rochefort Committed by Rémy Coutable

Expanded upon directory exclusion for clarification

Sentence language seemed to contradict the section header, so it's
been clarified to prevent any confusion. Also added information
about how wikis are handled during a backup.

Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6673.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 32e24ac4
...@@ -124,7 +124,7 @@ To use the `copy` strategy instead of the default streaming strategy, specify ...@@ -124,7 +124,7 @@ To use the `copy` strategy instead of the default streaming strategy, specify
### Excluding specific directories from the backup ### Excluding specific directories from the backup
You can choose what should be backed up by adding the environment variable `SKIP`. You can choose what should be exempt from the backup up by adding the environment variable `SKIP`.
The available options are: The available options are:
- `db` (database) - `db` (database)
...@@ -138,6 +138,9 @@ The available options are: ...@@ -138,6 +138,9 @@ The available options are:
Use a comma to specify several options at the same time: Use a comma to specify several options at the same time:
All wikis will be backed up as part of the `repositories` group. Non-existent wikis
will be skipped during a backup.
``` ```
# use this command if you've installed GitLab with the Omnibus package # use this command if you've installed GitLab with the Omnibus package
sudo gitlab-rake gitlab:backup:create SKIP=db,uploads 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