Comprehensive data protection for all workloads
Post Reply
goog2k
Novice
Posts: 7
Liked: never
Joined: Dec 29, 2016 12:59 pm
Full Name: Alex
Contact:

Deduplication

Post by goog2k »

Hello,

How can i know how much veeam dedupe save me storage place?
on veeam report i can only see that was dedupe on 1.3*

Thanks
tdewin
Veeam Software
Posts: 1775
Liked: 646 times
Joined: Mar 02, 2012 1:40 pm
Full Name: Timothy Dewin
Contact:

Re: Deduplication

Post by tdewin »

Here is how you calculate the backup size from the data size (it's not exact because the dedup factor could be 4.8612125451222 for example)
Image

I guess if you want to calculate the savings, you take the datasize before deduplication and after deduplication and subtract them from each other

Code: Select all

$datasize = 127GB
$deduplication = 4.9
$compression = 1.8
$backupsize = $datasize/$deduplication/$compression
$backupsize/1GB

$dedupsavings = $datasize - ($datasize/$deduplication)
$dedupsavings
$dedupsavings/1GB
Post Reply

Who is online

Users browsing this forum: No registered users and 127 guests