# Windows Server Deduplication

Follow the recommendations provided in the configuration guidelines above; here is the summary:

1. Use **Windows 2012 R2** or **Windows 2016** and apply all patches (some roll-ups contain improvements to deduplication). Having most up to date system is critical for ensuring data safety.
2. Format the disk using the command line "**/L**" option (for "large size file records") and **64KB** cluster size (use parameters `/Q /L /A:64K`)
3. Follow [compression and deduplication guidelines](https://old.veeambp.com/repository_server/repository_type_dedupe#best-practices) for non-integrated deduplication storage in previous chapter.
4. (For Windows Server 2016 and later) the "Virtualized Backup Server" deduplication profile is to be preferred ([check the following link](https://forums.veeam.com/veeam-backup-replication-f2/virtualized-backup-server-option-for-2016-dedup-t39049.html))
5. Modify garbage collection schedule to run daily rather than weekly.
6. Use backup jobs configured to perform Active full with Incrementals.
7. If possible, spread active full backups over the entire week.
8. Try to keep the .VBK files below 1TB in size (there is no official support from Microsoft for files bigger than this; see <https://msdn.microsoft.com/en-us/library/hh769303(v=vs.85).aspx>). Large files take a long time to deduplicate and will have to be fully reprocessed if the process is interrupted.
9. Where possible, use multiple volumes. Windows deduplication can process multiple volumes using multi-core CPU – one CPU core per volume; see <http://blogs.technet.com/b/filecab/archive/2014/12/04/sizing-volumes-for-data-deduplication-in-windows-server.aspx> for details.)
10. Configure deduplication process to run once a day, and for as long as possible.

More information on Windows Server 2016 Data Deduplication can be found [here](https://forums.veeam.com/veeam-backup-replication-f2/windows-server-2016-w-dedupe-or-dedupe-appliance-t38351.html?#p212949).


---

# 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://old.veeambp.com/repository_server/repository_types/repository_type_dedupe_windows.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.
