mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 08:58:09 +00:00
Update cheatsheets
This commit is contained in:
26
tldr/gitlab-backup
Normal file
26
tldr/gitlab-backup
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# gitlab-backup
|
||||
|
||||
> Manage backups for a GitLab Omnibus installation.
|
||||
> See also: `gitlab-ctl`, `gitlab-runner`.
|
||||
> More information: <https://docs.gitlab.com/administration/backup_restore/backup_gitlab/>.
|
||||
|
||||
- Create a full backup (default strategy):
|
||||
|
||||
`sudo gitlab-backup create`
|
||||
|
||||
- Create a full backup using the copy strategy:
|
||||
|
||||
`sudo gitlab-backup create STRATEGY={{copy}}`
|
||||
|
||||
- Restore a backup by specifying its ID:
|
||||
|
||||
`sudo gitlab-backup restore BACKUP={{backup_id}}`
|
||||
|
||||
- Restore a backup while skipping specific components:
|
||||
|
||||
`sudo gitlab-backup restore BACKUP={{backup_id}} SKIP={{db,uploads,...}}`
|
||||
Reference in New Issue
Block a user