Command-line tool to deduplicate a single humongous file?
Posted
by
romkyns
on Super User
See other posts from Super User
or by romkyns
Published on 2011-01-08T02:47:52Z
Indexed on
2011/01/08
2:55 UTC
Read the original article
Hit count: 258
I make regular snapshots of my VM using a nightly script. These backups are compressed using WinRAR and do shrink considerably, but I suspect it's not as efficient as had the file had been deduplicated first (just a hunch which I'm hoping to test).
So instead of compressing the VHD itself, I would like to deduplicate the single file first, and then compress the output of the deduplicator.
Is anyone aware of such a CLI tool?
© Super User or respective owner