> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/common-issues/microsoft-365/ost-files-are-not-included-in-backup.md).

# OST files are not included in backup

## Issue

> OST files are excluded from backup.

***

## Cause

{% hint style="warning" %}
The exclusion of **OST** files is not accidental—learn more on the [**Microsoft Tech Community** website](https://techcommunity.microsoft.com/t5/storage-at-microsoft/why-completepc-backup-does-not-include-ost-files-in-the-backup/ba-p/423354).
{% endhint %}

**Xopero ONE** uses the **Microsoft Volume Shadow Copy Service** (**VSS**) for backup tasks. Certain files, such as deleted, temporary, paging, and **OST** files, are excluded from snapshots. This exclusion is managed by the `FilesNotToSnapshot` registry key in **Windows** registry. Consequently, these files are bypassed during the snapshot process and **are not included in the backup**.

***

## Resolution

The excluded **OST** files can be found under `FilesNotToSnapshot` in **Registry Editor** (**regedit**)—you can include these files in **VSS** by removing specific values from the registry key:

1. Open **Registry Editor** (search box on the **Windows** taskbar > type **regedit** > select **Registry Editor**).
2. Navigate to `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToSnapshot`.
3. Remove `OutlookOST` value.

<figure><img src="/files/debsLAlLbjJjbAlLq5lI" alt="FilesNotToSnapshot registy key in the regedit"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://helpcenter.xopero.com/xopero-one-en/common-issues/microsoft-365/ost-files-are-not-included-in-backup.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.
