# Backblaze B2

### Introduction

Movebot supports moving files and folders to and from Backblaze B2.&#x20;

### Requirements

To connect to Backblaze B2 in Movebot you will need:

* To have access to a Backblaze B2 account
* An application key with read and write permissions

### Configuration Steps

1. When configuring the source or destination, select **Backblaze B2** from the list of available connections and set the connection name
2. Provide your Backblaze Key ID and Master Key
   * In Backblaze B2, this can be found under Application Keys. You may need to generate another key to view the Master Key. Copy both the Key ID and the Master Key into Movebot
   * When generating your key, ensure your key has 'Read and Write' permissions. This will allow Movebot to have access to your bucket and move data.&#x20;
3. Provide your Backblaze Bucket ID
   * In Backblaze B2, this can be found underneath Buckets
4. In Movebot, select Save and Test Connection

### Supported Features

Movebot has comprehensive support for Backblaze B2 and is well-maintained.&#x20;

<table data-header-hidden><thead><tr><th width="351"></th><th></th></tr></thead><tbody><tr><td><strong>Featur</strong>e</td><td><strong>Supported in Movebot</strong></td></tr><tr><td>Files and Folders</td><td>Fully Supported</td></tr><tr><td>Modification Retention</td><td>Fully Supported</td></tr></tbody></table>

\
Tags: backblazeb2


---

# 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://docs.movebot.io/connections/block-storage/backblaze-b2.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.
