> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/su-cai/copying-content-between-drives.md).

# 复制与移动内容

## 在驱动器内复制

您可以通过右键单击要复制的文件/文件夹并选择“复制文件/文件夹”来复制文件或整个文件夹。请注意，元数据和评论不会被一并复制。

## 在驱动器之间复制

Shade 目前不支持在驱动器之间复制内容的功能，但可以通过 ShadeFS 挂载来复制内容。&#x20;

在开始之前，您的缓存空间必须是您要传输的素材量的两倍。您可以在您的 [工作区设置](/shade-academy/shade-academy-zh/shadefs/managing-the-shadefs-cache.md)。例如，如果您想在驱动器之间移动 50GB 的数据，您应至少预留 100GB 的缓存空间。

1. 挂载包含源内容的驱动器
2. 挂载包含目标文件夹的驱动器
3. 直接从文件管理器复制该文件夹
4. 在 Shade 应用中监控上传状态

<figure><img src="/files/af1b8e190149fa16978c76c8940bb6f797acdb73" alt=""><figcaption></figcaption></figure>

### 超过您的缓存空间的复制量

如果您需要复制的内容超过缓存空间所能支持的范围，请考虑右键单击文件夹并下载，以执行完整文件夹下载，然后将该文件夹拖放到新驱动器中以完成完整文件夹上传。

### 超过 5TB 的复制量

如果您需要在驱动器之间复制超过 5TB 的素材，我们建议使用 Rclone 设置自动化任务。Rclone 是一款第三方工具，专为在远程存储之间传输大量数据而设计。\
\
<https://academy.shade.inc/guides/mass-migrating-data-to-shade-via-rclone>

## 移动素材

您只需通过拖放即可将素材移动到文件夹中。

文件或文件夹无法移动的最常见原因是名称冲突。例如，如果您尝试移动 `Asset.png` 从 `/Edits` 到 `/Ready` 并且一个名为 `Asset.png` 已经存在于 `/Ready`，则移动将失败。文件夹同样适用。

在移动素材之前，请确保目标文件夹中不存在同名文件或文件夹。


---

# 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://academy.shade.inc/shade-academy/shade-academy-zh/su-cai/copying-content-between-drives.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.
