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
-
- Novice
- Posts: 7
- Liked: never
- Joined: Dec 29, 2016 12:59 pm
- Full Name: Alex
- Contact:
-
- Veeam Software
- Posts: 1818
- Liked: 655 times
- Joined: Mar 02, 2012 1:40 pm
- Full Name: Timothy Dewin
- Contact:
Re: Deduplication
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)
I guess if you want to calculate the savings, you take the datasize before deduplication and after deduplication and subtract them from each other
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
Who is online
Users browsing this forum: Amazon [Bot] and 71 guests