# Cloudback Managed Storages

Cloudback provides a set of managed storages accessible to all clients. To adhere to data residency regulations, these storage facilities are located in various regions. Clients can freely select the storage option nearest to their location without incurring extra fees. By default, all backups are stored in the **Cloudback US** storage.

## The List of Cloudback-Managed Storages

![Cloudback managed storages](/files/KtT958K5CcSu3sfmNuvm)

| Storage name        | Region                  |
| ------------------- | ----------------------- |
| Cloudback US        | USA East, N. Virginia   |
| Cloudback EU        | EU Central, Amsterdam   |
| Cloudback UK        | EU West, London         |
| Cloudback Sydney    | Asia, Australia, Sydney |
| Cloudback Singapore | Asia, Singapore         |

## Cloudback Managed Storage Properties

All Cloudback-managed storages share the following characteristics:

* **Password protection**: Always enabled. Every backup archive stored in a Cloudback-managed storage is encrypted with a unique, system-generated AES-256 password. This cannot be disabled for managed storages.
* **Deduplication**: Always enabled. Cloudback deduplicates backup data across all managed storages to minimize redundant storage usage.
* **Underlying provider**: Cloudback-managed storages are hosted on [Wasabi](https://wasabi.com/) S3-compatible object storage. Wasabi is not an AWS S3 service - it is a separate, S3-compatible provider.

## How to Change the Storage

The storage for a particular repository can be changed in the [Repository Details](/dashboard/repository-details.md) page. To change storage for multiple repositories at once, use [Bulk Operations](/managing-backups/bulk-operations.md).

## Learn More

* [Customer Managed Storages](/storage-configuration/customer-managed-storages.md)
* [GitHub Backup Contents](/github/backup-contents.md)
* [Data Deduplication](/managing-backups/data-deduplication.md)


---

# 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.cloudback.it/storage-configuration/cloudback-managed-storages.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.
