提交 7aa9675f 编写于 作者: A Achilleas Pipinellis

Add registry to skipped data in backup raketask docs

[ci skip]
上级 069d739e
......@@ -32,15 +32,17 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
You can specify that portions of the application data be skipped using the
environment variable `SKIP`. You can skip:
- `db`
environment variable `SKIP`. You can skip:
- `db` (database)
- `uploads` (attachments)
- `repositories`
- `repositories` (Git repositories data)
- `builds` (CI build output logs)
- `artifacts` (CI build artifacts)
- `lfs` (LFS objects)
- `registry` (Container Registry images)
Separate multiple data types to skip using a comma. For example:
Separate multiple data types to skip using a comma. For example:
```
sudo gitlab-rake gitlab:backup:create SKIP=db,uploads
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册