> 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/sync/moze-cloud.md).

# MOZE Cloud

MOZE 4.0 全面將資料儲存至雲端。只要你**有登入並開啟同步**，資料就會即時同步到雲端，再也不用擔心忘記備份或資料遺失。除此之外，系統預設每 4 小時備份一次（在有開啟 App 的狀態下），如果發現帳務有問題，也可以還原到先前的版本確認看看。

{% hint style="info" %}
如果你在 MOZE 裡加上帳戶圖片、類別圖片或記錄圖片，這些圖片會另外上傳到另一個雲端儲存空間；MOZE Cloud 備份時，只會備份你的記帳資料庫。這樣能避免每次備份都重複上傳圖片，也能加快備份速度。
{% endhint %}

<figure><img src="/files/jLU2mWbt12fOMQA2k55t" alt="" width="375"><figcaption></figcaption></figure>

點進 MOZE Cloud 可以看到過往的備份歷史，點右上角按鈕會立即備份。雲端預設保留最近 30 筆備份，超過就會覆蓋最舊的那一筆。

<figure><img src="/files/11CbJbL2L0Zi4A4hpzQW" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/BmxTw9B9TK60lJvMwmNk" alt="" width="375"><figcaption></figcaption></figure>

你也可以點擊想要回復的備份，選擇還原或匯出備份檔案。如果選擇還原備份，完成後系統會先自動關閉同步，等你確定資料無誤，再手動開啟同步即可。

<figure><img src="/files/70SIFmk70sBluFGjBTsh" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/sync/moze-cloud.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.
