# 云存储

{% embed url="<https://www.youtube.com/watch?v=Khdr89GSxes>" %}

数据是任何公司或个人最关键的部分。在本文中，我们解释了将数据保存在本地（自担风险）或使用我们的加密云服务器之间的区别。了解本地存储和云存储之间的区别将帮助您选择最合适的选项。

### 什么是本地存储？

本地存储要求用户将数字数据存储在物理设备上，如硬盘驱动器、固态驱动器或外部存储设备，如U盘或光盘。

#### 本地存储数据的优缺点

* **优点**
  * 使用本地硬盘时上传/下载速度比上传到云端更快。
  * 不依赖互联网 - 本地存储的数据随时可用。
* **缺点**
  * 浏览器配置文件只能从一台设备访问。
  * 如果数据丢失或损坏，您的Incogniton浏览器配置文件可能不再可用。

{% hint style="warning" %}
将浏览器配置文件的数据保存在本地是自担风险的。
{% endhint %}

### 什么是云存储？

在云存储中，服务器位于远程（通常在数据中心），用户可以在任何设备上通过登录其Incogniton账户访问其浏览器配置文件。

#### 云存储的优缺点

* **优点**
  * 无需担心维护和升级。
  * 按需付费和可扩展的存储。
  * 通过互联网连接可以从任何地方访问数据。
  * 本地机器问题不会影响存储在云中的数据。
* **缺点**
  * 依赖互联网：没有互联网连接时，无法离线访问云存储。如果应用程序提供离线使用，数据将在设备重新连接到互联网时同步。

### 在Incogniton中存储数据

用户可以根据业务需求和目标选择本地存储、云存储或混合方法。Incogniton允许您在两者之间进行选择，但我们建议您选择云存储。以下是启用此选项的方法。

{% stepper %}
{% step %}
**导航到账户设置**

登录您的Incogniton账户，导航到 **我的账户 – 账户设置 – 云存储**。
{% endstep %}

{% step %}
**启用云存储**

选择 **启用云存储** 并选择云存储方法和服务器位置。我们建议您选择最接近您实际地理位置的服务器位置。使用下拉菜单选择位于亚洲、欧洲或美洲的服务器。

![](/files/341141f8b4da1da9e27221a97074a5024baadbde)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
如果在阅读本文后有任何其他问题，请随时联系我们的[支持部门](https://incogniton.com/contact/)。
{% 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.incogniton.com/documentation/chinese-documentation/zhang-hu-guan-li/cloud-saving.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.
