# Enable Backups

This guide describes how to enable backups for an instance. A backup is an automatic snapshot of your instance that is created based on the configured backup schedule.

{% hint style="info" %}
Ensure that the project has enough storage for daily backups. The required volume is calculated as total VM volume × (retention day + 1).
{% endhint %}

{% hint style="warning" %}
Before creating a backup instance, you must already have an instance. If you do not have an instance yet, you can deploy one in **Create VM Instance**.
{% endhint %}

To enable backups for an instance, follow the steps below:

* Go to the **Images** menu, then select the **Backup** tab.

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

* Fill in the form **Enable Backups**.

<table><thead><tr><th width="222">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Instance</strong></td><td>The instance that will be backed up.</td></tr><tr><td><strong>Backup Time</strong></td><td>The scheduled time when the backup process starts.</td></tr><tr><td><strong>Duration</strong></td><td>To determine the retention time of your backups, the duration options are:<br>- 7 Days<br>- 14 Days<br>- 30 Days<br>- 90 Days<br>- 365 Days</td></tr><tr><td><strong>Backup Name</strong></td><td>The name of the backup scheduler.</td></tr></tbody></table>

* After all fields are completed, click the **Enable Backups** button.

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

* A confirmation pop-up will appear to confirm the creation of the backup scheduler. Click **Yes, I Agree** to continue the process or click **Cancel** to cancel the action.

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

* If the process is successful, a notification will appear displaying the message "**Instance backup scheduler has been successfully enabled**".

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

* A list of backup scheduler will appear, namely:

<table><thead><tr><th width="290">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>The name of the backup.</td></tr><tr><td><strong>Instance</strong></td><td>The instance that is being backed up.</td></tr><tr><td><strong>Backup Time</strong></td><td>The scheduled time when the backup process will run.</td></tr><tr><td><strong>Duration</strong></td><td>The retention period of the backup.</td></tr><tr><td><strong>Number of Backup</strong></td><td>Total number of backups created.</td></tr><tr><td><strong>Created At</strong></td><td>The time when the backup scheduler was created.</td></tr><tr><td><strong>Action</strong></td><td>Options to delete the backup scheduler, create an instance, or restore an instance from the backup.</td></tr></tbody></table>


---

# 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://docs.cloudeka.ai/guidance-for-individual/deka-flexi/deka-volume-images/backup/enable-backups.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.
