> 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/navigating-intro/backup-and-recovery/backupplans/create-backup-plans.md).

# Create Backup Plans

## Create Backup Plans

1. Log in to the T4K **Management Console**.
2. From the left panel menu, click **Backup & Recovery**.
3. Select one of your clusters from the left panel menu, which displays a dropdown menu for you to select from.\
   ![](/files/vKNtz70B2nT87pi2Z6qn)
4. From this dropdown menu, select **Backupplans**.
5. From the page displayed, select **Create New**.
6. Choose from the three types of backup plan that may be created:
   * **Application**
   * **Single-namespace**
   * **Multi-namespace**
7. Follow the separate instruction sets for the backup plan types below.

## Backup Plan - Application

1. The **CREATE NEW BACKUPPLAN** window \*\*\*\* displayed is arranged into two tabs. First to display is **Step 1: Configuration** tab.\
   ![](/files/tSFmlcG8IybX8OaAQH25)
2. Provide parameters like:
   * **Namespace** - Choose from the dropdown menu
   * **Name** - Type a meaningful name for your backup plan
   * **Target** - mandatory field
   * **Encryption Secret** - This is an optional field. Choose from the dropdown menu.
   * **Hook Configuration** - Optionally, add any applicable hooks here by firstly clicking **Add Hook**. In the window displayed, populate the **Hook**, **Pod Selector**, and **Container Regex** fields. Then click **Add**.\
     ![](/files/NqjsI2Kxbi8k4c99sHPY)
   * **Scheduling Policy** for **Full Backup** and **Incremental Backup -** optional field
   * **Retention Policy** - optional field
3. Click **Next**.
4. The **Step 2: Component Details** tab is now displayed. There are three optional sub-tabs to choose from:
   * Operator \*\*\*\* - Optionally click **Add Operator**. Then type your operator name or ID into the **Operator** text field.\
     ![](/files/0KaIj2QRHsu1oB3fKY0h)
   * Helm Release \*\*\*\* - Optionally click **Add Helm Release**. Then **Select a Helm release** from the dropdown.\
     ![](/files/wZ1tknbbriaVf4WQDWmE)
   * Custom - Optionally, you can add resources to the **Included Resources** and/or the **Excluded Resources** list by clicking **Add Resources**.\
     ![](/files/Qi64YofUvcDNrEppIntT)
5. Once all components are added, click **Create**.

## Backup Plan - Single-namespace

1. The **CREATE NEW BACKUPPLAN** window \*\*\*\* displayed is arranged into two tabs. First to display is **Step 1: Configuration** tab.\
   ![](/files/tSFmlcG8IybX8OaAQH25)
2. Provide parameters like:
   * **Namespace** - Choose from the dropdown menu
   * **Name** - Type a meaningful name for your backup plan
   * **Target** - mandatory field
   * **Encryption Secret** - This is an optional field. Choose from the dropdown menu.
   * **Hook Configuration** - Optionally, add any applicable hooks here by firstly clicking **Add Hook**. In the window displayed, populate the **Hook**, **Pod Selector**, and **Container Regex** fields. Then click **Add**.\
     ![](/files/NqjsI2Kxbi8k4c99sHPY)
   * **Scheduling Policy** for **Full Backup** and **Incremental Backup -** optional field
   * **Retention Policy** - optional field
3. Click **Next**.
4. The **Step 2: Resource Selector** tab is now displayed.\
   ![](/files/u8CHpRUUUtOqZwDeVVKB)
5. Here you can add resources to the **Included Resources** and/or the **Excluded Resources** list by clicking **Add Resources**. This is an optional step. In this example, none are added.
6. Click **Create**.

## Backup Plan - Multi-namepspace

1. The **CREATE MULTI-NAMESPACE BACKUPPLAN** window \*\*\*\* displayed is arranged into two main tabs followed by two sub-tabs. First to display is **Step 1: Global Configuration** tab and the **Basic** sub-tab.\
   ![](/files/MXNdG4STv2qzMIpXSa4W)\
   Provide parameters like:
   * **Target** - mandatory field
   * **Encryption Secret** - optional field
   * **Scheduling Policy** for **Full Backup** and **Incremental Backup -** optional field
   * **Retention Policy** - optional field
2. Click **Next**.
3. Optional - **Resource Selection** is the second sub-tab of the **Step 1: Global Configuration** tab to display. Here you can add resources to the **Included Resources** and/or the **Excluded Resources** list by clicking **Add Resources**. In this example, none are added.\
   ![](/files/pjHxDHRoFfzkFubocCQy)
4. Click **Next**.
5. Optional - **By Namespace** is the first sub-tab of the **Step 2: Namespace Configuration** tab to display. On this sub-tab, selected namespace are listed. To add namespace-specific configuration like **hooks**, **exclude resources** and **include resources**, click **Add Configuration** beside the relevant namespace. There is also an option to **Add Namespace** if you wish to do that. This step is optional, so if namespace specific-configurations are not specified, global level configurations will be applied.\
   ![](/files/I3xLoYhvIiiSGULz72v9)
6. Optional - **By Namespace Selector** is the second sub-tab of the **Step 2: Namespace Configuration** tab to display. On this sub-tab, you can select **Add Namespace Selector**. This is \*\*\*\* a combination of matching labels and matching expressions and T4K will select the namespaces that match the selected label sets dynamically. This step is optional, so if namespace specific-configurations are not specified, global level configurations will be applied.\
   ![](/files/1ZaJFMeqZwcC4dn9bOrc)
7. Click **Create**.
8. You are now prompted to name your backup plan. Type a meaningful name into the free text field.\
   ![](/files/CGb3YbrsjhzwOldMJTcZ)
9. Select **Done**.


---

# 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.trilio.io/kubernetes/4.0.x/getting-started/using-trilio/getting-started-with-management-console/navigating-intro/backup-and-recovery/backupplans/create-backup-plans.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.
