-
- Veteran
- Posts: 283
- Liked: 11 times
- Joined: May 20, 2010 4:17 pm
- Full Name: Dave DeLollis
- Contact:
Report to show actual transferred data trends
Is there a report to show how how much data per job was written to a target? I backup 100 VMs to an Exagrid appliance. We are running extremely low on the appliance. I would like see how much Veeam deduped data per job or per VM that is written to the Exagrid target in 7 days. Is that possible?
I see Enterprise Manager shows me the Total Size of the jobs but nothing really with the total size. It would be nice to see, in a report, that Jobxxx produced a vib/vbk of xxxGB on xx/xx/xx. I know I can see that type of data in the Properties of the each backup job but nothing in reportable formatting.
I see Enterprise Manager shows me the Total Size of the jobs but nothing really with the total size. It would be nice to see, in a report, that Jobxxx produced a vib/vbk of xxxGB on xx/xx/xx. I know I can see that type of data in the Properties of the each backup job but nothing in reportable formatting.
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Report to show actual transferred data trends
No such consolidated report today, but thanks for the idea.
-
- Veteran
- Posts: 283
- Liked: 11 times
- Joined: May 20, 2010 4:17 pm
- Full Name: Dave DeLollis
- Contact:
Re: Report to show actual transferred data trends
No problem. I would love to see a Veeam trend report of how much actual deduped/compressed data was actually being written to a target. We add VMs to our Veeam backups all the time and it would be good to know our actual backup data growth rate
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Report to show actual transferred data trends
We have this information in the ehnanced v6 job report, but this is per job - there is no consolidated report across all jobs hitting the same repository, which is what it seems you want.
-
- Veteran
- Posts: 283
- Liked: 11 times
- Joined: May 20, 2010 4:17 pm
- Full Name: Dave DeLollis
- Contact:
Re: Report to show actual transferred data trends
So, if the v6 job shows me the actual amount of deduped/compressed data per job written to a target, that would be cool. I could always use my trusty calculator to add up all the jobs
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Report to show actual transferred data trends
Here is how the new v6 job report looks like. This is from our production backup server, running v6 beta code.
This job uses reversed incremental backup mode, so the size you see is the produced VBK file size.
This job backs up over Atlantic over 5 Mbps link, so those "bad" performance numbers are actually quite good
This job uses reversed incremental backup mode, so the size you see is the produced VBK file size.
This job backs up over Atlantic over 5 Mbps link, so those "bad" performance numbers are actually quite good
- Attachments
-
- v6 job report
- Capture.PNG (21.38 KiB) Viewed 4503 times
-
- Veteran
- Posts: 293
- Liked: 19 times
- Joined: Apr 13, 2011 12:45 pm
- Full Name: Thomas McConnell
- Contact:
Re: Report to show actual transferred data trends
You could roll your own as well
Code: Select all
function GetStuff ($Backup) {
$BackupArchive = Get-VBRBackup | ?{$_.JobName -eq $Backup}
$BackupFiles = $BackupArchive.GetStorages() | sort CreationTime -descending | select -first 1
$BI = $BackupFiles.info
$BS = $BackupFiles.stats
$Backup
$BackupFiles.FileName
$BS.BackupSize / 1GB
$BS.DedupRatio
$BS.CompressRatio
$BI.CreationTime.DateTime
}
Get-VBRBackup | foreach {GetStuff $_.JobName}
-
- Enthusiast
- Posts: 60
- Liked: never
- Joined: Sep 25, 2010 2:09 pm
- Full Name: Doug Dockter
Re: Report to show actual transferred data trends
We are looking forward to the v6 reports as well. Any chance the report will breakdown the info for each VM in the backup job?
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Report to show actual transferred data trends
Doug, you can see the info for each processed VM right under the Details heading on the picture above (Anton just removed the VM name).
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Report to show actual transferred data trends
That job only had one VM, which is why the numbers are matching in summary and details.
Who is online
Users browsing this forum: Google [Bot] and 293 guests