> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/zhang-hu-guan-li/cloud-saving/backup-locally-saved-data.md).

# 备份本地保存的数据

在本文中，我们将解释如何在禁用 Incogniton 的云保存功能时保存您的数据。我们强烈建议使用云保存功能而不是本地存储——这样您的数据会更安全，并且可以避免丢失的风险。

如果您仍然希望本地保存数据，请定期备份浏览器配置文件数据。本指南将向您展示如何操作。

{% stepper %}
{% step %}

### 找到本地数据

进入 **Settings > Debug tools** 并点击 **Open data directory**。将打开一个文件资源管理器窗口。打开名为 **Config** 的文件夹。
{% endstep %}

{% step %}

### 备份配置文件数据

您将看到所有浏览器配置文件的数据。复制这些数据并将其保存到其他地方——这就是您的备份。定期重复此操作，以避免在不使用云保存时数据丢失。

{% hint style="info" %}
您还可以为特定的浏览器配置文件恢复本地备份：

* 打开浏览器配置文件概览
* 点击相关配置文件的三点图标
* 选择 **Backup & Recovery > Restore from local backup**
  {% endhint %}
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
如果在阅读本文后您还有其他问题，请联系我们的[支持部门](https://incogniton.com/contact/)。
{% endhint %}


---

# 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://docs.incogniton.com/documentation/chinese-documentation/zhang-hu-guan-li/cloud-saving/backup-locally-saved-data.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.
