PowerShell script exchange
Post Reply
collinp
Expert
Posts: 230
Liked: 13 times
Joined: Feb 14, 2012 8:56 pm
Full Name: Collin P
Contact:

DedupRatio

Post by collinp »

I ran a simple powershell script to get the DedupRatio and CompressRatio for a particular job and I get 46 for the DedupRatio and 57 for the CompressRatio. How do I get the ratio's from Veeam's standard job email which are 3.3x for Dedup and 2.0x for Compress for this particular job? Is there a translation I need to do to come up with this?

Thanks

Code: Select all

$sess = (Get-VBRBackupSession | ?{$_.Name -eq "Job Name"})[0] 
$sess.BackupStats >c:\BackupStats.txt
Sethbartlett
Veteran
Posts: 282
Liked: 26 times
Joined: Nov 10, 2010 6:51 pm
Full Name: Seth Bartlett
Contact:

Re: DedupRatio

Post by Sethbartlett »

What is the size of the VM? Can you give me the Data/Backup Size also?
Skype: Sethbartlett88 - Make sure to label who you are and why you want to add me ;)
Twitter: @sethbartlett
If my post was helpful, please like it. Sometimes twitter is quicker to hit me up if you need me.
Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests