> 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/automatic-backup-on-remote-server.md).

# Automatic Backup on Remote Server

CA Administrator can Schedule the backup in the remote server by selecting mode as “Automatic” and Backup location as “Remote server”.

CA Administrator can Schedule the backup in the local server by selecting mode as “Automatic” and Backup location as “Local server”.

On the dashboard page, Click on the Backup tab which displays the below page.

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

By default “Manual” will be selected. Select “Automatic” as shown in the above figure.

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 %}

Select When to backup from dropdown (hourly/Daily/weekly/Monthly)

By default backup location will be the local server. Select Remote location.

Enter the IP address, path (only folder name), Username, and Password of the system where the CA admin wants to create a backup.

Note: The system should not be shut down during the backup process.

Click on “Test connection”, if all the credentials entered are valid, the connection will be successful.

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

Click on the Confirm button which displays the below screen.

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

The CA Administrator should sign and authenticate with a token plugged into the system, select the user name, and enter a valid token PIN.

Click on the Backup button to schedule an automatic backup in the remote system and display a success message as shown in the below figure.

<figure><img src="/files/4qspiTe2aO5j6GQZW3Ek" 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/automatic-backup-on-remote-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.
