# Cross-recovery

**GitProtect enables cross-recovery for Bitbucket DC, allowing repositories and their associated metadata to be restored between different Bitbucket DC instances or across supported DevOps platforms. The process preserves Git history, branches, tags, pull requests, and other repository artifacts where supported, ensuring data integrity and consistency during migrations, disaster recovery, or infrastructure changes.**

***

## Available Git platforms

**GitProtect** allows you to restore backup data across all supported **DevOps** platforms.

Different vendors provide various types of metadata, which may not be common to all providers. **As a result, during the restore process, some metadata might not be available for restoration.**

The table below outlines protected **Bitbucket DC** metadata and where it can be restored.

<table><thead><tr><th width="112" align="right">Metadata</th><th width="110" align="center">Bitbucket DC</th><th width="100" align="center">Azure DevOps</th><th width="111" align="center">Bitbucket</th><th width="94" align="center">GitHub</th><th width="115" align="center">GitHub Enterprise</th><th width="92" align="center">GitLab</th></tr></thead><tbody><tr><td align="right">Repository</td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td></tr><tr><td align="right">Pull Requests (open)</td><td align="center"><strong>✅</strong></td><td align="center">❌</td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td></tr><tr><td align="right">Webhooks</td><td align="center"><strong>✅</strong></td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td><td align="center">❌</td></tr><tr><td align="right">LFS</td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td></tr><tr><td align="right">Tag</td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td></tr><tr><td align="right">Commits</td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td></tr><tr><td align="right">Branches</td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td><td align="center"><strong>✅</strong></td></tr></tbody></table>

***

## Useful links and items

{% content-ref url="../../general/cross-recovery-for-devops-organizations" %}
[cross-recovery-for-devops-organizations](https://helpcenter.gitprotect.io/backup-and-recovery/devops/general/cross-recovery-for-devops-organizations)
{% endcontent-ref %}

{% content-ref url="../../general/lfs-recovery-for-devops-organizations" %}
[lfs-recovery-for-devops-organizations](https://helpcenter.gitprotect.io/backup-and-recovery/devops/general/lfs-recovery-for-devops-organizations)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpcenter.gitprotect.io/backup-and-recovery/devops/bitbucket-dc/recovery/cross-recovery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
