# Mount path conflict: Can’t mount path inside real directory

Backup reports the following error:

```
Invalid path 'C:\example\path\files': 
Mount path conflict: Can't mount path 'C:\example\path\files' 
inside real directory 'C:\example\'!
```

This issue is caused because both "C:\example\ " and  "C:\example\path\files " are included for backup. Because the former (C:\example\\) is included, there's no need to specially include the latter (C:\example\path\files).

A new version of eazyBackup will have a filter to automatically skip this issue.

For now, you can work around this issue in eazyBackup by editing your protected item -> “items” tab, remove the included location "C:\example\\".

Substitute C:\example\ for your own path.

***

[eazyBackup](https://eazybackup.com)


---

# 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.eazybackup.com/troubleshooting/mount-path-conflict-cant-mount-path-inside-real-directory.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.
