Backup Contents
Detailed overview of what's included in Cloudback backups for Azure DevOps repositories, including pull requests, comments, and attachments.
Last updated
Was this helpful?
Was this helpful?
backup-archive/
├── backup.json # Archive metadata (version, subject type, repository name)
├── pull-requests.json # All pull request data with threads, labels, reviewers
├── repo/
│ └── {repository-name}.git/ # Bare Git repository
│ ├── objects/ # Git objects
│ ├── refs/ # Branch and tag references
│ ├── config # Git configuration
│ └── ...
└── pr-{pullRequestId}-attachments/ # Attachment files for each PR
├── {attachmentId}_{filename}
└── ...