> For the complete documentation index, see [llms.txt](https://docs.movebot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movebot.io/using-movebot/transfer-mapping/excluding-content.md).

# Excluding Content

The default behavior of Movebot is to migrate all compatible files and folders from the source to the destination. This behavior can be overridden by using content exclusion rules.&#x20;

Content exclusion rules can be defined on the project or individual transfer levels.&#x20;

***

### **Project Level Exclusion Rules**

Project-level exclusion rules will apply to all migrations in a project. Administrators can define these in the project settings under **Rules.**

Select "Ignored Files" to choose relevant folders/files you want to exclude. When selecting a folder, all subfolders will also be excluded from transfers.&#x20;

***

### **Individual Migration/Transfer Level Rules**

Exclusion rules are also available at the Transfer level. Rules defined at this level are **in addition** to rules set at the project level.&#x20;

At the project level, there is also the option for explicit inclusion. Defining rules here will exclude all content **except** content that matches the rule set.&#x20;

{% hint style="success" %}
Explicit inclusion rules are also useful for carving up your project into chunks by file types or size.&#x20;
{% endhint %}

#### Ignore subfolders mapped in other transfers

When this transfer-level **default option** remains checked, Movebot will ignore subfolders that are mapped within the same project. The intent is to stop the same folder from being transferred multiple times to avoid creating duplicate content at the destination.&#x20;

If you intentionally want to transfer a folder to multiple locations, you will need to uncheck this option.

**Available Rule Types**

| File Extension Matches          | Only match files with the following extensions                                                          |
| ------------------------------- | ------------------------------------------------------------------------------------------------------- |
| Files older than                | Only match files that are older than                                                                    |
| Files modified before timestamp | Only match files modified before the defined unix timestamp                                             |
| File size greater than          | Only match files with a size greater than                                                               |
| File/Folder name matches        | Only match files with the following name. This field supports unix style wildcards                      |
| Path matches                    | Only match files with the following path.  Requires a unix style wildcard to start eg *\*/D:/Documents* |

&#x20;

<br>
