# Backup method with Docker Desktop for Windows

## Assumptions

* Your Docker Desktop is up & running without any issues
* Your node instance is running flawlessly without any troubles inside locally operated Docker Desktop for Windows
* You are not hosting your node inside any remote machine or VPS machine

## Steps to backup your node identity

### 1. Open Docker Desktop's volume&#x20;

Open following path in Windows Explorer (WinKey+E shortcut) or Run (WinKey+R shortcut):

> \\\wsl$\docker-desktop-data\version-pack-data\community\docker\volumes\presearch-node-storage\\\_data\\.keys

![Example of the output for Windows](/files/2FEjs3yZ3u1d4bHZ83Yw)

### 2. Copy node's identity files

Copy identity keys (public key) **id\_rsa.pub** and (private key) **id\_rsa** into any other folder of your choice where you would like to store your node's identity

{% hint style="info" %}
If you have several nodes, perhaps consider to organize files or folders so that you would be able to idenity later which node backup files are related to specific node.
{% endhint %}


---

# 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.presearch.io/nodes/troubleshooting-and-maintenance/backup-method-with-docker-desktop-for-windows.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.
