# imap-backup - GMail(IMAP) 계정을 파일로 백업하기

> Clean Markdown view of GeekNews topic #5713. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5713](https://news.hada.io/topic?id=5713)
- GeekNews Markdown: [https://news.hada.io/topic/5713.md](https://news.hada.io/topic/5713.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-01-09T09:33:01+09:00
- Updated: 2022-01-09T09:33:01+09:00
- Original source: [github.com](https://github.com/joeyates/imap-backup)
- Points: 6
- Comments: 1

## Topic Body

- 별도 의존성 없는 Ruby 오픈소스

- Gmail 백업시 'App 암호' 이용해서 접속

- 기본으로 모든 폴더를 백업하며, 폴더별로 mbox 파일로 저장

- 작업도중 중단되어도 해당 위치부터 재시작

- 파일에서 리스토어 가능

## Comments



### Comment 8327

- Author: xguru
- Created: 2022-01-09T09:34:02+09:00
- Points: 2

저장된 mbox 파일은 Nodemailer https://nodemailer.com/app/ 에서 열어볼 수 있습니다.

비슷한 도구로 Imapsync https://imapsync.lamiral.info/ 도 있습니다.

https://github.com/imapsync/imapsync
