# Copying Content between Drives

Shade currently does not support a feature to copy content between drives, but content can be copied through the ShadeFS mount. <br>

Before you begin, your cache space must be double the size of the amount of footage you want to transfer. You can change this from your [workspace settings](/shadefs/managing-the-shadefs-cache.md). For example, if you want to move 50GB between your drives, you should have at least 100GB of cache space reserved.

1. Mount the drive with the source content
2. Mount the drive with the destination folder
3. Copy the folder directly from your file explorer
4. Monitor upload status from the Shade app

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

## Copies greater than your cache space

If you need to copy more content than your cache space can support, consider doing a full folder download by right-clicking on the folder and downloading, and then complete a full folder uploading by dragging and dropping the folder into the new drive.

## Copies greater than 5TB

If you need to copy more than 5TB of assets between drives, we recommend setting up an automated job using Rclone, a third party tool designed for transferring large amounts of data between remotes.\
\
<https://academy.shade.inc/guides/mass-migrating-data-to-shade-via-rclone>


---

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