Comprehensive data protection for all workloads
Post Reply
Luca82
Expert
Posts: 174
Liked: 4 times
Joined: May 06, 2009 3:48 pm
Full Name: lo
Contact:

where to see dedup&compression (without Veeam One)

Post by Luca82 »

Hi everyone, is it possible to dig out some information from the Veeam server console about the level of deduplication and compression of the backup files? I can find some information from each backup job report, but I would like to have an overall summary of all the backups.
Thank you very much.
Mildur
Product Manager
Posts: 10637
Liked: 2866 times
Joined: May 13, 2017 4:51 pm
Full Name: Fabian K.
Location: Switzerland
Contact:

Re: where to see dedup&compression (without Veeam One)

Post by Mildur » 1 person likes this post

Hello Hello Luca

You can find dedup and compression values in the backup properties:
https://helpcenter.veeam.com/docs/backu ... ml?ver=120

Best,
Fabian
Product Management Analyst @ Veeam Software
Luca82
Expert
Posts: 174
Liked: 4 times
Joined: May 06, 2009 3:48 pm
Full Name: lo
Contact:

Re: where to see dedup&compression (without Veeam One)

Post by Luca82 »

thank you Fabian, but I was looking for an overall information, for all the backups, not just one of them...
Mildur
Product Manager
Posts: 10637
Liked: 2866 times
Joined: May 13, 2017 4:51 pm
Full Name: Fabian K.
Location: Switzerland
Contact:

Re: where to see dedup&compression (without Veeam One)

Post by Mildur »

Hi Luca

There may be options through PowerShell.
I'll ask my colleague if he has an idea.

Best,
Fabian
Product Management Analyst @ Veeam Software
david.domask
Veeam Software
Posts: 2833
Liked: 647 times
Joined: Jun 28, 2016 12:12 pm
Contact:

Re: where to see dedup&compression (without Veeam One)

Post by david.domask »

Hi!

This can be checked in Powershell with the following commands. Please note that it does currently require an unsupported method, but this is _safe_ for use if you're only doing reporting.

Code: Select all

$backup = Get-VBRBackup -Name 'dd-mongocluster-environment-backup'
$storages = $backup.GetAllChildrenStorages() # GetAllChildrenStorages() would be the unsupported method
$storages.Stats

BackupSize    DataSize DedupRatio CompressRatio
----------    -------- ---------- -------------
3486744576 49392151832         12            57
3386138624 51539635479         11            56
3170029568 51539635485         11            55
The Stats property on the CStorage objects is a an CBackupStats object with several properties reflected above, so if you're writing a script to generate a report, you'll need to parse out the properties desired in your script.
David Domask | Product Management: Principal Analyst
Luca82
Expert
Posts: 174
Liked: 4 times
Joined: May 06, 2009 3:48 pm
Full Name: lo
Contact:

Re: where to see dedup&compression (without Veeam One)

Post by Luca82 »

Wow, thank you so much! I'll try it and give you feedback
Post Reply

Who is online

Users browsing this forum: Bing [Bot], Semrush [Bot] and 8 guests