Bring your knowledge and expertise while creating blogs and podcasts
Recently active
Veeam Backup and Replication provides two different backup modes to process Hyper-V backups, both relying on the Microsoft VSS framework.On-Host backup mode, for which backup data processing is on the Hyper-V node hosting the VM, leveraging non transportable shadow copies by using software VSS provider. Off-Host backup mode, for which backup data processing is offloaded to another non-clustered participating Hyper-V node, leveraging transportable shadow copies using hardware VSS provider provided by the SAN storage vendor or SMB3 functionality Performance wise, since both backup modes are using the exact same Veeam transport services, the only differentiating factors will be the additional time requested to manage transportable snapshots (in favor of On-Host mode) and the balance between compute and backup resources consumption during backup windows (in favor of Off-Host mode).When using Windows Server 2016 or later, On-Host proxy mode is very fast and requires less components, thus re
Since the years when I was NetApp SE at Avnet/Techdata, I have always carried NetApp in my heart.And since I've been at Veeam, if there's one product I really like, it's Veeam Availability Orchestrator (VAO).So you can imagine that when Veeam announced VAO v3 with the major new feature of integration with NetApp technologies, it was a total excitement for me.In a NetApp environment, one of the promise of VAO is to drive the entire ONTAP storage failover during a DR to a recovery site and then orchestrate the restart of applications at that recovery site.Is the promise really being delivered? YES, it is… Enough blah blah blah, I suggest you watch all this in this little 5 minutes demo.The voice over is in french, but I think the demo is easy to understand for non french native speakers. If it's not the case, let me know in the comments and I'll find a solution.Give me your feedbacks and tell me what you think about this prolific technology partnership between Veeam and NetApp that has
These days I invested the possibility to programmatically export the same job log shown in VBR console (GUI). @JMeixner gave me the missing link. Now I want to share my outcome here.First, select the backup session of the job you want to get the log from. To select the job session run latest, you can do this with a command like this:$BackupSession = Get-VBRBackupSession -Name "Job 1*" | Sort-Object CreationTime | Select-Object -last 1Here the name of the job is actually "Job 1". But -Name is the name of the running job. This means it includes a postfix like "(Incremental)", therefore *. I use -Name because this is much faster than using | where {$_.jobname -eq "Job 1"}When you have the backup session, run this to get the logs for each VM in this job.foreach ($Task in ($BackupSession | Get-VBRTaskSession)) { $Task.logger.getlog().updatedrecords | select @{N="VM"; e={$task.name}}, starttime, status, title | sort starttime} By the way, there is a hidden feature in the VBR console: If
Evacuate Tenant With PowerShell • cmdlet enables granular evacuation of: tenant tenant’s quota tenant’s job • Code example: Start-VBRCloudTenantBackupEvacuation $repo = Get-VBRBackupRepository-Name ‘SOBR-01’ -ScaleOut$tenant = Get-VBRCloudTenant-Repository $repo$extent = Get-VBRRepositoryExtent-Repository $repoStart-VBRCloudTenantBackupEvacuation-SourceExtent$extent[0] -TargetExtent$extent[1] -Tenant $tenant
Hi, in almost one month from now on October 20th, Veeam will deliver #VeeamLIVE! that will give the audience actionable Cloud Data Management guidance and help propel their business forward. Veeam knows virtual attendance isn’t easy, so Veeam is upping their game and making the entire conference Live to bring you best practices, “how-to” sessions, demos, and Q&As with end-users, industry, and Veeam experts. Attendees will learn to have an opportunity to connect with like-minded professionals, set the strategy right for their organization, and be part of the future of Cloud Data Management. Here´s the landing page that you can check here and already register yourself. What is Veeam Live?The data protection and management scene is shifting constantly. You may be asking:How can I make my solution more efficient? Where are the threats, where are my opportunities? What new technologies do I need to keep pace with? What are my best options to Backup my data to the cloud?Veeam Live will g
In this week's episode of #HomelabWednesdays, I show you how to deploy pfSense in your lab and segment the lab into multiple networks so that it is ready for deployment of nested ESXi in a “Production site” and a “Disaster Recovery” site.Don’t forget to subscribe to get automatic notifications whenever a new video is released.
The ability to perform backups on unstructued NAS/Fileserver data made its way into Veeam Backup and Replication in version 10 and they are now starting to build out on that foundation in v11 which is currently in closed beta testing. One of these new features extends Veeam's "instant" capabilities further such as Instant Disk Recovery or even Instant VM Recovery which is... you guessed it... Instant NAS RecoveryEarlier in the year I had a lot of fun playing about with the Data Integration API (more here, Data Integration API ) which allows for you to present virtual machine disks out of a backup restore point over the network and do something with them.nstant NAS Recovery works in a similar fashion to other instant functionality by presenting data from any of your restore points to a "target".As an example, for virtual machines this would be taking the latest VM restore point and actually bringing the server online into the hypervisor (the target) but not having to transit all of the
Today’s #VMCE2020 #DailyQuiz walkthrough is ready. Are you using virtual labs? What about virtual labs in a different site than your backup server? How did you handle it?Try this question and more at https://rasmushaslund.com/vmce-practice-exam/
Tape 📼 Improvements VEEAM v11 TAPE VERIFICATION!!! Check for media errors Compliance Verify after migration Sleep at night Restore without restore Performance near drive speed + some time for post-processing All VBR versions supported Audit file to track the corrupted files No scheduler (use PowerShell)
Yes, this feature is not completely new in v11 - but it is a little bit hidden and I never found it before . So maybe it is new for others too. And there is also a cool improvement in v11!This filter is about getting a better overview of jobs and latest status. You can access them at Job-level in console.There you can create your own filtersand select the options you want to seeOptions are self explanatory. After adding a new filter, you can use this filter at Jobs-layer to see all jobs, matching the selected options.Of course you can edit and remove themAll of you, used this filter already may recognize a new options here. It is the possibility to Add this view to the job management tree.Which is a great little thing! When setting this option, filter will be available in left tree view as well!And can be edited there as well
This short 20 minute video explains how to setup our object storage integration so satisfy the 3-2-1 rule as well as making your backups immutable.
This video explores the history of the first ransomware strain and takes a look at what ransomware has evolved into today. Most importantly, we talk about how Veeam can help you protect your data against ransomware.
Afternoon, Whilst not directly related to Veeam it’s worth reminding those of you using VMWare in your environments that if you’re using a version of vSphere that requires Flash, you have until the 12th January before Adobe trigger the kill switch preventing Flash from running, permanently. This could also cause you pains if you have plugins that either haven’t been upgraded to HTML5 yet or don’t have feature parity with their Flash counterparts. If you’re not on a version of vSphere that supports HTML5 or you haven’t got all the Flash client features you’re either running an unsupported version or you’re extremely out of date on your patching and haven’t got full feature parity yet. Full information here
We keep reviewing what's new in VBR v11 We keep talking about #Linux and this great little feature Linux File Restore Without Helper Appliance You Can: Mount backup to any Linux machine Allows Linux FLR for VMware in AWS or environments without hypervisor Helper appliance still available Agent for AIX, MAC & Solaris also works Notes: No changes for Cloud Connect FLR & Not for FLR from storage snapshot. More Faster Because •Network card changed to VMXNET3•SCSI controller changed to VMware Paravirtual
Today’s #VMCE2020 #DailyQuiz walkthrough is ready. Are you using the Veeam WAN accelerators? Which bandwidth mode are you using?Try this question and more at https://rasmushaslund.com/vmce-practice-exam/
Hi guys, Do you want to know how to perform Amazon VPC granular restore, and even compare changes of anything inside an Amazon VPC with production?You can do all of this with Veeam Backup for AWS v3. Learn with this one-minute video how-to restore critical changes to your Amazon VPC items: I hope you like it, and it is useful.
Today’s #VMCE2020 #DailyQuiz walkthrough is ready. How can you monitor the RPO of a backup copy job? Are you monitoring this today?Try this question and more at https://rasmushaslund.com/vmce-practice-exam/
Today I bring you this wonderful resouce library we can find absolutely everything we need fromWhite papers How-to Videos VeeamLive On Demand Recorded Webinars Technical Documentation Recorded Product Demos Analyst ReportsYou can filter by hypervisor, topics etc. There is an infinity of information that you can use … Leave me your comment
Hi guys, do you want to learn how-to protect a critical component like Amazon VPC (Route Tables, Internet Gateways, NAT, etc.) Check the next short video:For more information, visit here - https://www.veeam.com/aws-backup.html
Great session by @Rick Vanover and Melissa Palmer (= you know it will be extra special!). I think my favorite takeaway is “What does your business expect?”. Managing expectations is important, don’t forget this is often how you can get budget allocated to satisfy actual business needs vs. just asking for money for that shine thing.Finally, I want you to go into the video with this in mind: “82% of businesses do NOT feel prepared to recover their data center in the event of disaster”… do you feel ready?
Today’s #VMCE2020 #DailyQuiz walkthrough is ready. What happens when you start manually categorizing in Veeam ONE business view, but then switch to automatic import? P.S. Happy holidays everyone! :)Try this question and more at https://rasmushaslund.com/vmce-practice-exam/
Today’s #VMCE2020 #DailyQuiz walkthrough is ready. How can you import data from CSV files to Veeam ONE if they are exported from your CMDB? Do you use a CMDB? Which one?Try this question and more at https://rasmushaslund.com/vmce-practice-exam/
This video will cover how the Veeam Service provider Console can be leveraged as a white label cloud portal for resellers who do not have their own Cloud Connect infrastructure.
Today’s #VMCE2020 #DailyQuiz walkthrough is ready. Do you have Veeam ONE deploying? How do you actually use the forecasting feature? Have you ever used it?Try this question and more at https://rasmushaslund.com/vmce-practice-exam/
This is the first post in my new blog series about small improvements and/or features in v11.The first improvement is a tiny one. Experienced User will not recognize it and for new users it will make it easier to proceed. It is about the item-restore wizard. More detailed: the last page of the wizard, before the item-browser starts. Here is a screenshot of the new page:Do someone recognize the modification?The word Finish was replaced by the word Browse!I still can remember when I started the wizard the first time, and I see Finish at a point I expected to select single files. I re-started the wizard and was afraid what's coming next. Did anyone else feel the same way? No one will ever go through this horror again.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.