> For the complete documentation index, see [llms.txt](https://docs.trilio.io/kubernetes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/kubernetes/4.0.x/getting-started/using-trilio/getting-started-with-management-console/index/restoring-backups/cross-cluster-restores.md).

# Cross-Cluster Restores

## Overview

As part of the management console, Trilio provides the ability to browse targets that have been connected to a cluster. This feature can be leveraged when a backup reference is not available locally and the application needs to be restored from the target directly. This is particularly useful in cross-cloud or cross-distribution migration use cases.

## Enabling Target Browsing

Target browsing can be enabled by using the toggle switch provided within the target page next to each target. Once browsing has been enabled, a target browser pod is spun up in the namespace the target resides that enables the user to browse through the data present on the target via the management console. The enabling process can take a couple of minutes to become ready.

![Enabling Target Browser](/files/-MZoiKiGAOVVkuHnUgi4)

## Browsing Targets and Restoring Backups

After browsing has been enabled, users can view the various backupPlans that have been placed on that target from multiple sources. Selecting a backupPlan further drills down into the backups available for it.

Users have the ability to restore a backup, view metadata, view status log, or view the YAML of the backup directly from the target. This is no different than how a user would interact with a backup reference that is available locally, hence keeping the experience the same.

Upon clicking 'Restore' the restore workflow is initiated.

![Browsing Targets and Working with Backups](/files/-MZoi0x4pFRtRtw1RQCH)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.trilio.io/kubernetes/4.0.x/getting-started/using-trilio/getting-started-with-management-console/index/restoring-backups/cross-cluster-restores.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
