Deduplication

From Piszczynski
Revision as of 12:51, 10 September 2019 by piszczynski>Aleks (Created page with " == Deduplication == Deduplication on windows volumes saves space by comparing data and for any copies it stores in a chunk store and references this where any copies are loc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Deduplication

Deduplication on windows volumes saves space by comparing data and for any copies it stores in a chunk store and references this where any copies are located.


The service runs as three processes:

  • optimisation
  • garbagecollection
  • scrubbing


Powershell cmdlets for Dedupe

Get-dedupjob


Stop-dedupjob drive


Get-dedupschedule


Start-dedupjob -type optimization -full -priority High -Memory 80 disk


Start-dedupjob -type scrubbing -full -priority High -Memory 80 disk


Start-dedupjob -type garbagecollection -full -priority High -Memory 80 -volume disk