> For the complete documentation index, see [llms.txt](https://helpcenter.gitprotect.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.gitprotect.io/use-cases/devops/github-enterprise.md).

# GitHub Enterprise

#### Use cases for GitHub Enterprise in GitProtect show common scenarios for backing up and restoring repository data.

***

## Cross recovery

One use of backups is cross-recovery of data between different **Git** providers. However, not all data can be restored across organizations. For details on cross-recovery possibilities, see [this article](broken://pages/pcCoyFgpnam4zCOFBgDD).

***

## Backup <a href="#backup" id="backup"></a>

Using **GitProtect**, you can create backup plans for your organization. These plans can cover a single repository or multiple repositories, depending on your needs.

***

## Achieve goals <a href="#archive_goals" id="archive_goals"></a>

Using backups can also help reduce expenses on your **Git** service. **GitProtect** allows you to keep repositories in backup storage, so you can remove them from the **Git** platform.

This archiving is managed through the [retention policy](/management/scheduler-and-retention.md), which lets you decide how long to store your repositories.

***

## Restoration <a href="#restoration" id="restoration"></a>

If you already have a repository backup, you can restore it to any organization added to your **GitProtect** console, including between **Git** instances or even across different **Git** providers.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/use-cases/devops/github-enterprise.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.
