# Create New Target

## Create New Target

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.\
   ![](https://content.gitbook.com/content/TrewSrS6CmLdahLrZUjj/blobs/aegcao6g91YluFLKS5eU/backup-targets-2.png)
4. From this dropdown menu, select **Targets**.
5. From the page displayed, select **Create New**.
6. Select a **Namespace** that you wish to deploy a target into. Remember that you can easily deploy a target to a different namespace later.
7. Type a **Threshold Capacity** value.
8. Select the size measurement definition for the **Threshold Capacity**.

{% tabs %}
{% tab title="NFS" %}
9\. Choose **NFS**.

![](https://content.gitbook.com/content/TrewSrS6CmLdahLrZUjj/blobs/ndwth29Pdg8qlkVt7HQN/backup-targets-3.png)

10\. Type an NFS location in the **Export** field. It must have the following format:\
`00.00.00.00:/src/nfs/kubedata`

Examples:\
`trilio.net:/data/location/abcde`\
`192.156.13.1:/user/keeth/data`

11\. Optionally, type additional value(s) to mount as NFS directory. You can provide multiple

values by using comma-separated values:

Example:\
nfs,soft,intr,rsize=8192,wsize=8192,nosuid server.example.com:/home\
For more information: [Click here](https://docs.trilio.io/kubernetes/4.0.x/reference-guides/custom-resource-definitions-application-1#user-content-triliovault.trilio.io-v1.nfscredentials)

12\. Use the **Enable Browsing** switch to enable or disable browsing for available targets.

13\. Select **Continue**.
{% endtab %}

{% tab title="ObjectStore" %}
9\. Choose **ObjectStore**.

![](https://content.gitbook.com/content/TrewSrS6CmLdahLrZUjj/blobs/w5IGrLIN27Vef8i6Thdu/backup-targets-4.png)

10\. From this dropdown, select the name of the third party vendor hosting the target.

11\. In this text field, type the name of the bucket within object store.

12\. In this text field, type the name of the region where the object store resides.

13\. In this text field, type the URL to connect to the object store.

14\. Use this toggle switch to enable or disable **Object Locking**.

15\. Select an existing secret that you wish to use for your target.

16\. Optionally, if there are lots of secrets, use the search function to find the correct secret.

17\. If an existing secret is not available, create a new secret by clicking **Create New**.

18\. Use the **Enable Browsing** switch to enable or disable browsing for available targets.

19\. Select **Continue**.
{% endtab %}
{% endtabs %}


---

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