> For the complete documentation index, see [llms.txt](https://doc.moze.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.moze.app/feature/backup-restore.md).

# 備份＆還原

MOZE 的所有資料都只存放在你的手機上。為了保護你的資料隱私，我們沒有用伺服器備份你的資料，所以一旦手機遺失、故障或操作失誤，我們沒有辦法幫你恢復原始記錄。

為了確保資料不會消失，你需要自己備份。目前支援 iCloud 和 Dropbox 兩種雲端服務，你也可以手動備份到郵件或其他 App。

<img src="/files/-MHEY73BODL_3w01jxcJ" alt="" width="375">

{% hint style="info" %}
強烈建議每天至少備份一次記帳資料，畢竟這些都是你花心血累積的記錄，請妥善保存。
{% endhint %}

## iCloud

iCloud 是蘋果用戶最常用的備份方式，一來是蘋果內建的雲端服務，二來備份速度非常快，建議優先考慮。

如果想使用 iCloud，你需要先到系統設定登入你的 Apple ID：

<img src="/files/-MHEbgxiXylLU2kBiKeN" alt="須先登入才能使用 iCloud 服務" width="375">

&#x20;

<img src="/files/-MHEbqQM7iRD7m-r9StQ" alt="確定 MOZE 在 iCloud 設定裡有打開" width="375">

平時點擊「立即備份」即可。如果你開啟「自動備份」，系統會在背景自動備份；為了避免太頻繁，24 小時內最多只會自動備份一次。所以如果你剛完成比較重要的記錄或做了大整理，建議當下還是手動備份一次比較保險。

<img src="/files/-MHEY9eVYLrQIl_TNJan" alt="iCloud 備份還原畫面" width="375">

&#x20;

<img src="/files/-MHEYBZrPSVYUd4qKQV2" alt="iCloud 備份歷史會保留最近 30 筆備份記錄" width="375">

## Dropbox

Dropbox 也是很常見的雲端備份服務，有提供免費方案，有興趣可以去[註冊](https://www.dropbox.com/)體驗看看。

<img src="/files/-MHEYDxP0p7dIstKjUDw" alt="" width="375">

&#x20;

<img src="/files/-MHFeO4KYGc-3EhFRne8" alt="備份過程中請避免任何中斷" width="375">

## 郵件 <a href="#email" id="email"></a>

如果你沒有 iCloud 或 Dropbox，那你還可以備份到自己的郵件信箱裡。

<img src="/files/-MHEYGwsjf2jKSdnPhss" alt="" width="375">

&#x20;

<img src="/files/-MHEYJugt1mNnVXH0C_O" alt="" width="375">

{% hint style="warning" %}
如果填好收件人後，發現右上角的傳送按鈕一直反白無法點擊，通常是內建的郵件 App 被刪除了，去 App Store 下載回來再寄一次即可。
{% endhint %}

還原方式是打開你的郵件 App ＞ 點擊附件備份檔 ＞ 點擊右上角分享到 MOZE 即可。

<img src="/files/-MHEiRAp1cDr_m8Gz91n" alt="點擊附件備份檔案" width="375">

&#x20;

<img src="/files/-MHEiTh8YD5Z4HizfolV" alt="右上角分享到 MOZE" width="375">

&#x20;

<img src="/files/-MHEiVRibrIehFfqI4Z4" alt="" width="375">

## 備份到其他 App <a href="#backup-to-others" id="backup-to-others"></a>

如果你有其他雲端服務，例如 Google Drive、OneDrive 等，也可以用這個方式備份。還原方法跟上面的郵件一樣，找到備份檔後用分享的方式指定給 MOZE 即可。

<img src="/files/-MHEYLcvtPk5GwMG0XLM" alt="" width="375">

## 從其他 App 還原 <a href="#restore-from-others" id="restore-from-others"></a>

你可以先把備份檔下載到手機上，再到檔案 App 裡找到它，長按檔案選擇「分享」，就可以用 MOZE 打開來還原備份。

<img src="/files/-MgGTLQDzHmsP2cfk-f_" alt="" width="375">

&#x20;

<img src="/files/-MgGU2sCaC5VM4jhy57F" alt="" width="375">

&#x20;

<img src="/files/-MgGUU2c1he_CjTMGaiS" alt="" width="375">

&#x20;

<img src="/files/-MgGU97jBDOjqzey49OY" alt="" width="375">

如果你是備份到郵件，也可以直接打開郵件附件，點右上角的分享按鈕，再用 MOZE 還原備份。

<img src="/files/-MgGUpAbJgOnTp8bGLnU" alt="" width="375">

&#x20;

<img src="/files/-MgGUrFvl2em7YWMsDTs" alt="" width="375">

&#x20;

<img src="/files/-MgGUuTgNEftFrEEy0MT" alt="" width="375">


---

# 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://doc.moze.app/feature/backup-restore.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.
