# Backup

This interface allows the operator to securely backup data using Manual (local server/system) and Automatic (local/remote system) modes.&#x20;

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

When you first open the backup screen, the Manual mode is automatically selected. You can choose which items to back up, such as Application-related data and Certificate manager database-related information, by checking the appropriate boxes. Additionally, you can specify where you want to save the backup file. Once you have made your selections, click on the "Confirm" button to proceed. You will then be redirected to the user authentication page, where you will need to enter your username and token pin to proceed with the backup process.

In Automatic mode, the user can set the frequency of their backup schedule.

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

In the first dropdown list, the operator can choose from

* Daily                   – every day at the time chosen in the second dropdown list.
* Weekly               – every week at the time chosen in the second dropdown list.
* Monthly             – every 30 days at 12 AM.

Users can specify the backup location and authenticate using their username and token pin. This will allow the backup to be performed successfully.


---

# 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://emca.emudhra.com/previous-release-versions/v4.2.3/user-manual/operator/backup.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.
