> For the complete documentation index, see [llms.txt](https://shijian.tujunjie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shijian.tujunjie.com/ch04/ch04.32.md).

# 32.数据安全和隐私有保障吗

随着我们记录的时间增多，数据也会越来越多，如果你和我一样全时段记录，日均记录50次活动的话，那么一年的数据就有18000行。你肯定会想：

> “我的数据安全和隐私有保障吗？”

咱们先说安全问题。

aTimeLogger从2013年上线至今，没有出现过任何服务器数据丢失的情况。

但是为了避免自己骚操作，和一些小概率事件（服务器崩了等）发生而导致不可挽回的错误，我仍然建议用户定期备份完整数据，比如我会每月导出CSV录入Excel时间记录源表备份，每年再更新一次百度云盘，多重备份，最大程度避免数据丢失。

**丢失数据对记录积极性的打击是巨大的。**

如果真的出现了这种情况，及时向开发者@Sergei Zaplitny反馈，试试能不能找回。当然，如果是自己操作，删除了数据，那开发者也没办法。软件遵守GDPR条款，设置有“清空账户数据”按钮，非必要情况，**千万别点**，点击之后，你的**账户**和保存在服务器的**数据**都会被删除，再也找不回来。

![注销账户按钮，勿点！](/files/-LmZ4XYLLkNZIjEf3M1x)

其次是隐私问题。

时间数据和备注里的明细，涉及到个人隐私安全，如果大家特别担心自己的数据泄露，那就在使用软件时不登录，那样数据不上传到服务器，所有数据只保留在手机里。

如果要换手机就用aTimeLogger自带的导入/导出数据文件功能转移数据。

打开aTimeLogger-更多-关于-创建备份：

![](/files/h5uYG9l0Latg4Yf24Y08)

提示成功后，把文件名类似`backup-10-06-22_02-31.atl2bkp`这样的备份文件转移到新手机里。

然后同样的页面，选择还原备份，选中刚才的备份文件，提示成功后回到软件界面检查是否正确。

**如果发现图标错乱，重启一下软件即可。**

这种方法当然没有网络自动同步方便，但是为了隐私，自行取舍。


---

# 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:

```
GET https://shijian.tujunjie.com/ch04/ch04.32.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.
