> For the complete documentation index, see [llms.txt](https://emca.emudhra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emca.emudhra.com/previous-release-versions/v4.0.17/user-manual/backup/manual-backup-on-local-server.md).

# Manual Backup on Local Server

CA Administrator can take back up in the local server by selecting mode as “Manual” and “Backup location” as “Local Server.

Login as CA Administrator with email ID and Password &#x20;

&#x20;On the Dashboard page, click on the “Backup” menu which displays the below page.

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

By default “Manual” radio button is selected.

Select Data to Backup. Refer Note below.

{% hint style="info" %}
Note:

1\.  If the CA Administrator selects Application backup then the CA Admin should be able to create a backup of emCA properties (config name, serial no of certificate, DB name), configuration (path, user name, db related data), logger property (log files, format, size), token config

2\. If the CA Administrator selects certificate manager Database (complete SQL db.) should be backed up.
{% endhint %}

By default backup location will be the local server.

Enter the full path of the folder of the local server system. Data backup will be taken in a specified path i.e. a system where emCA is deployed.

Click on the “Confirm” button the below page will be displayed.

<figure><img src="/files/4LhNg7Lv80l8UhKFohZt" alt=""><figcaption></figcaption></figure>

CA Administrator should sign and authenticate with a token plugged into the system, enter email ID, and enter a valid Token PIN.

Click on the Backup button to create the manual backup in the local system and display a success message as shown in the below figure.

<figure><img src="/files/0Bihl9qNYVFKzN7Ouuue" alt=""><figcaption></figcaption></figure>

The backup will be stored in the path specified in Zip format. Extract the zip file to check the backup files.


---

# 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, and the optional `goal` query parameter:

```
GET https://emca.emudhra.com/previous-release-versions/v4.0.17/user-manual/backup/manual-backup-on-local-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
