# 备份Kindle电子书

> 我曾经在Kindle for mac上遇到电子书打开问题，清理缓存都书也似乎有报错。所以找了kindle file location，手工清理。

Kindle的电子书都是有DRM保护的，所以备份的文件不能在其他设备或账号下阅读。备份通常是用于个人使用，避免重复下载。

## 通过USB连接备份Kindle

Kindle通过USB链接之后，就可以通过文件管理器看到包含电子书的目录，位于外部挂载的Kindle设备中。

## Kindle下载文件的位置

* Mac

```
~/Library/Containers/com.amazon.Kindle/Data/Library/Application Support/Kindle/My Kindle Content
```

* Windows 7, XP, Vista

```
C:/Users/Your User ID/Documents/My Kindle Content
```

* Windows 8

```
C:/Users/Your User ID/AppData/Local/Amazon/Kindle/application/content
```

## 参考

* [How to back up Kindle books to a computer – step-by-step guides](https://ebookfriendly.com/back-up-kindle-books-2-ways/)


---

# Agent Instructions: 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://huataihuang.gitbook.io/cloud-atlas-draft/learn/kindle/back_up_kindle_books.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.
