# Backup/Restore Overview

## 1. Backup/Restore Overview Page

1. Navigate to \[Backup/Restore] - \[Overview].

<figure><img src="/files/CEERoxjmA5HL5k6PmiWg" alt=""><figcaption></figcaption></figure>

## 2. Backup schedules

* The backup schedule uses different colors to represent the statuses of 'New', 'Running', 'Paused', and 'Failed', allowing users to visually assess the overall status distribution based on the total count and the count of each status.

<figure><img src="/files/VLYhCQKV921nULswtr4Y" alt=""><figcaption><p>[Screen] Backup Schedule</p></figcaption></figure>

* Please refer to the details below for a comprehensive explanation of each status.

  <table><thead><tr><th width="156">Item</th><th>Content</th></tr></thead><tbody><tr><td>New</td><td>Ready for the backup schedule to be created (Indicates the state of being ready to create a backup schedule)</td></tr><tr><td>Running</td><td>Backup schedule job is in progress (Indicates that the backup is scheduled to be created according to the schedule)</td></tr><tr><td>Paused</td><td>Backup schedule job has been stopped</td></tr><tr><td>Failed</td><td>Indicates that the validation of the backup schedule failed, and the backup will not proceed</td></tr></tbody></table>

## 3. Cluster Backup Agent Status

* The cluster backup agent status indicates the health and installation status of the backup agent.
* The status is represented as one of the following: 'Healthy', 'Unhealthy', or 'Install.

<figure><img src="/files/69xgBesg0AM6bFGCnsJD" alt=""><figcaption><p>[Screen] Cluster Backup Agent Status</p></figcaption></figure>

* Please refer to the details below for a comprehensive explanation of each status.

  <table><thead><tr><th width="156">Item</th><th>Content</th></tr></thead><tbody><tr><td>Healthy</td><td>Backup agent is in normal state</td></tr><tr><td>Unhealthy</td><td>Backup agent is in abnormal state</td></tr><tr><td>Install</td><td>Backup agent is not installed</td></tr></tbody></table>
* <img src="/files/vQlZEITAbHGOFfNeGnyz" alt="" data-size="line">Clicking on the button will navigate you to the addon deployment screen for that particular cluster.

## 4. Storage Usage

* You can visualize the storage usage of repositories registered in Cocktail through a graph.
* Each rectangle represents a repository, with colors distinguishing each one.
* The size of the rectangle visually indicates the relative usage of the corresponding repository.

<figure><img src="/files/7roMqBtHtdg7ff8eCcBK" alt=""><figcaption><p>[Screen] Storage Usage</p></figcaption></figure>

* You can zoom in or out on the graph using the scroll function.
* When the graph is zoomed in or out, you can click the \[Storage Usage] button at the bottom to revert to its original size.

## 5. Restore Point

* The restore points are represented by different colors based on five statuses: 'New', 'Running', 'Paused', 'Failed', and 'Deleting', reflecting their distribution in proportion to their respective counts. This enables users to visualize the overall status distribution by observing the total count and the count of each status

<figure><img src="/files/nM9jGaFmRwcJ5OqSzvQV" alt=""><figcaption><p>[Screen] Restore Points</p></figcaption></figure>

* Please refer to the details below for a comprehensive explanation of each status.

<table><thead><tr><th width="148">Item </th><th>Content</th></tr></thead><tbody><tr><td>New</td><td>Backup preparation is complete and ready to start.<br>(Status indicating that you are waiting to start a backup job)</td></tr><tr><td>InProgress</td><td>Backup job is in progress</td></tr><tr><td>Completed</td><td>Backup job has successfully completed</td></tr><tr><td>Failed</td><td>Backup job has failed</td></tr><tr><td>Deleting</td><td>All data related to the backup is being deleted</td></tr></tbody></table>

## 6. Restore

* Restoration is visually represented with different colors based on five statuses: 'New', 'Running', 'Paused', 'Failed', and 'Deleting', allowing users to assess the overall status distribution by considering the total count and the count of each status.

<figure><img src="/files/lae32DoRkk0TL7d3ZKQG" alt=""><figcaption><p>[Screen] Restore</p></figcaption></figure>

* Please refer to the details below for a comprehensive explanation of each status.

<table><thead><tr><th width="148">Item</th><th>Content</th></tr></thead><tbody><tr><td>New</td><td>Restore preparation is complete and ready to start<br>(Status indicating that you are waiting to start a restore job)</td></tr><tr><td>InProgress</td><td>Currently undergoing the restoration process</td></tr><tr><td>Completed</td><td>The restoration operation has completed successfully</td></tr><tr><td>Failed</td><td>An issue occurred during the restoration process</td></tr><tr><td>Deleting</td><td>Data related to the restoration is being deleted</td></tr></tbody></table>

## 7. Recent Restore Points

* The recent restore points display the five most recent restoration points as a list.
* Each entry includes age and status information.

<figure><img src="/files/r5Ob2COabp4zs6QNzJoe" alt=""><figcaption><p>[Screen] Recent Restore Points</p></figcaption></figure>

* Clicking on the name of a restore point navigates to the detailed information page for that specific restore point.

## 8. Recent Restores

* The recent restores display the five most recent restoration items as a list.
* Each entry includes age and status information.

<figure><img src="/files/fewAS5VmPzcAjfrSkVZX" alt=""><figcaption><p>[Screen] Recent Restorations</p></figcaption></figure>

## 9.Storage remaining space

* The storage remaining space displays the top 5 storage entries with Object Storage size limitations, sorted in ascending order of available space.
* Each entry is accompanied by a graph representing the available space visually, along with the remaining space capacity and its percentage.
* The grey area on the graph represents unused spare space.<br>

  <figure><img src="/files/O1iVGrPUkNVauoJC50Er" alt=""><figcaption></figcaption></figure>
* Clicking on the storage name navigates to the storage details page.
* Storage entries connected to the same MinIO object storage display the same disk usage.


---

# 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://cocktailcloud.gitbook.io/cocktail-cloud-online-en/backup-restore/overview.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.
