> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/ko/sync-and-sharing/backup-and-import.md).

# 가져오기, 내보내기 및 이전

관련 기능은 **설정**에 있습니다.

## 거래 내보내기

1. **거래 내보내기**를 엽니다.
2. 장부, 기간 또는 기타 내보내기 범위를 선택합니다.
3. 내보내기 파일을 생성합니다.
4. 시스템 공유 메뉴를 사용하여 파일에 저장하거나 다른 App으로 전송합니다.

{% hint style="warning" %}
거래 내보내기는 내역 저장이나 외부 분석에 적합하지만 전체 데이터 백업과 같지는 않습니다.
{% endhint %}

## 거래 가져오기

1. **거래 가져오기**를 엽니다.
2. **CSV 선택**을 탭하고 가져올 CSV 파일을 선택합니다.
3. 날짜, 금액 및 유형 항목을 설정한 뒤 필요에 따라 통화, 장부, 계좌, 카테고리, 태그 등의 항목을 설정합니다.
4. 수입 및 지출 텍스트 매핑을 설정하고 분석 미리보기를 확인합니다.
5. 유효한 데이터 수를 확인한 뒤 가져오기를 시작하고 완료 수와 실패 안내를 확인합니다.

일반 거래 가져오기는 수입 또는 지출과 명확하게 일치하는 행만 처리하며 다른 거래 유형은 무시합니다. 장부, 계좌 또는 통화 항목에 값이 있지만 일치하는 대상을 찾지 못하면 해당 행은 가져오지 않습니다. 카테고리가 일치하지 않으면 이름을 유지하고 태그가 일치하지 않으면 무시합니다.

{% hint style="info" %}
전체 파일을 가져오기 전에 소량의 데이터로 날짜 형식, 금액 부호 및 통화 코드를 테스트하세요.
{% endhint %}

## Daak에서 가져오기

이전 버전에서 내보낸 파일은 반드시 **Daak에서 가져오기**에서 선택해야 합니다. 일반 거래 가져오기와 이전 버전 이전은 서로 다른 형식을 사용하므로 바꿔 사용할 수 없습니다.

| 내용                                  | 이전 결과                         |
| ----------------------------------- | ----------------------------- |
| 장부, 계좌, 카테고리, 태그 및 카드               | 이름이 같은 항목을 재사용하고 없는 항목은 새로 생성 |
| 거래 및 사진                             | 기존 Daak 2 데이터를 지우지 않고 추가      |
| 사용자 지정 통화 및 관련 내용                   | 가져오지 않음                       |
| 반복 기록, 템플릿, 사전 구매 목록, 저축 계획 및 예산 설정 | 가져오지 않음                       |

{% hint style="warning" %}
같은 이전 파일을 여러 번 가져오지 마세요. 유효하지 않은 이전 파일이라는 안내가 표시되면 지원되는 Daak 버전에서 생성된 완전한 파일인지 확인하세요.
{% endhint %}

## 수동 백업 및 복원

1. **iCloud**를 열고 **데이터 백업**을 탭하여 백업을 만듭니다.
2. 백업을 탭하여 복원, 내보내기 또는 삭제할 수 있습니다.
3. **백업 가져오기**를 탭하여 파일에서 백업을 선택할 수도 있습니다.

수동 백업은 iCloud Drive에 저장되며 현재 기기에서 복원할 수 있는 비공유 데이터만 포함합니다. 공유 중인 내용은 포함하지 않습니다. 복원 후 로컬 데이터는 백업 시점으로 돌아가며 iCloud를 통해 다른 기기와 계속 동기화됩니다.

{% hint style="danger" %}
복원 전에 백업 날짜와 범위를 확인하세요. 복원 후 모든 기기의 데이터가 해당 백업 시점으로 동기화될 수 있습니다.
{% 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://help.daak2.com/ko/sync-and-sharing/backup-and-import.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.
