GitLab Backup Contents
Detailed breakdown of all GitLab project data included in Cloudback backups, including repository clone and structured metadata.
Summary
Component
Description
Archive Structure
backup-archive-root/
├── repo/
│ └── {ProjectName}.git/ # Bare git repository
├── project.json # Project metadata
├── issues.json # All issues
├── issue-notes.json # Comments on issues
├── issue-links.json # Issue relationships
├── merge-requests.json # All merge requests
├── merge-request-notes.json # Comments on merge requests
├── labels.json # Project labels
├── milestones.json # Project milestones
├── members.json # Project members
├── boards.json # Issue boards with lists/columns
└── backup.json # Backup metadata and statisticsComponent Details
1. Repository Clone
2. Metadata JSON Files
File
Contents
Backup Statistics
Learn More
Last updated
Was this helpful?