> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/canister/features/migrating.md).

# Migrating

{% hint style="info" %}
Tape Migration requires a Pro License, and is currently only available on Windows.
{% endhint %}

Tape Migration allows you to safely migrate data from older-generation LTO tapes to newer-generation LTO tapes with a larger capacity.

## Setting up a Migrate Transfer

1. Mount both the source and destination tapes.
2. Choose the source tape. By default, the whole tape will be migrated. To transfer specific items, click Select Files from the hamburger menu.
3. Choose the destination tape. By default, Canister will migrate to the top level of the destination. You can select or create a new Destination Folder if required, using the hamburger menu.
4. Click `Migrate` to start the transfer.

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

## Read-ahead Cache

By default, Canister will use the boot drive as read-ahead cache. This prevents the slower source LTO drive from stalling the faster destination LTO drive, also known as Shoe-shining. For this reason, we strongly recommend using a solid-state boot drive.

Ideally, your boot drive will have more free space than the largest file on your source tape. Files that are too large for the read-ahead cache will be skipped and clearly mentioned in the Transfer Log. This situation can be easily resolved by connecting a larger cache device, then rerunning the Migrate job which leans on Canister's Duplicate Detection engine to skip items already on the destination.

## Cache Location

Canister's read-ahead cache Location can be specified using the Windows Registry switch below. For the best results, we recommend using a good-quality SSD connected over USB-C or Thunderbolt.

{% tabs %}
{% tab title="Windows" %}
To change the Migrate Cache location:<br>

1. Open Registry Editor.
2. Locate Canister here: `Computer\HKEY_CURRENT_USER\Software\Canister`
3. Right-click to create a new String Value called `AlternativeBufferCacheLocation`
4. Define the full path, including the drive letter.
5. Restart Canister.
   {% endtab %}
   {% endtabs %}


---

# 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://docs.hedge.video/canister/features/migrating.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.
