# Deduplication of files/folders

Google Drive allows users to create (mostly by accident) duplicate folders and files.&#x20;

&#x20;

Which is the real "folder1"?

![Screen\_Shot\_2022-04-05\_at\_9.37.27\_AM.png](https://community.movebot.io/hc/article_attachments/4618816060559/Screen_Shot_2022-04-05_at_9.37.27_AM.png)

Google is the only platform that allows users to create this sort of mess.

### How Movebot deals with duplication

Duplicated data creates two main issues for Migrations.&#x20;

1\. Most destination systems do not allow duplicate files and folders.&#x20;

2\. Tracking changes is impossible with files that are named the same.

&#x20;

To facilitate safe data transfer, Movebot will rename files and folders that have duplicate names.&#x20;

![Screen\_Shot\_2022-04-05\_at\_9.41.22\_AM.png](https://community.movebot.io/hc/article_attachments/4618856294031/Screen_Shot_2022-04-05_at_9.41.22_AM.png)

This deduplication ensures files are not lost and the folder structure is maintained.

{% hint style="warning" %}

#### Deduplication cannot be disabled

Although Google to Google transfers would support duplication, Movebot does not allow this behavior as it creates a risk of data loss.
{% endhint %}

<br>


---

# 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/platform-guides/google/deduplication-of-files-folders.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.
