News, guidelines and various community projects
Recently active
More and more customers are aware of the fact that 1 copy of their backups is not longer enough . Yes!I always recommend to my customers and colleagues to implement the golden rule 3-2-1-1-0 (see my blog post : 3-2-1-1-0 Golden Backup Rule | Veeam Community Resource Hub).The thing I want to highlight is having 1 copy offsite and being airgapped - immutable at the same time! Veeam delivers here 2 important possibilities : using a copy job to a service provider offering VCC using object storage with the copy mode in the SOBR capacity tierIn this post the move mode in the SOBR capacity is being ignored.Also using an object storage appliance on-premises is being ignored. The purpose of this post is knowing the similarities and differences between the two possibilities I already mentioned. Why? Because customers and colleagues often ask me why they should choose a copy job to our VCC instead of using object storage at a public cloud provider like Azure or Amazon.I have a list of 10 simil
I created a test Backup Copy Job for a test to a new cloud provider, naming the job “provider test”. Now I am switching to that provide and even with a new Copy Job the Server is appearing under the test job name.How can I rename job listed under Backups/Cloud to the new Copy job name?
Hello,I'm taking the opportunity right now to work on a like disaster recovery plan like, with Veeam.Once the replica job is up and running, my goal is to be able to trigger a failover if the server's ping is knocked out, so I wrote a little homemade powershell script to do that. If it is useful take it.^^ Clear-HostFunction FailoverCheck{ $server = "SERVER NAME" if (Test-Connection $server -Count 1 -Quiet -ErrorAction SilentlyContinue){ Write-Output "$server connected successfully." }else{ Write-Output "Connection to $server failed." Write-Verbose "Pause for 10 minutes...then try again" -Verbose Start-Sleep -Seconds 5 # set to 600 if (Test-Connection $server -Count 1 -Quiet -ErrorAction SilentlyContinue){ Write-Output "$server connected successfully after 2nd try." }else{ Write-Verbose "Failed again. $server needs restart." -Verbose # Insert Command to restart application here. $RestorePoint
This week @Rick Vanover and @Madi.Cristil are back for the recap. Rick was on vacation recently so he has an interesting excuse on why the recap was one week late. No “Who’s New” this week, but that will be back next week!Additional Special Department News!Veeam Backup for Microsoft Azure v4 has now gone generally available! Key new features: Azure files backup, new dashboard, configuration backup and all private network deployment capabilities. See this blog post for more!
Hey all,Again, hope it’s not spam, but wanted to share some custom code that came up for the purpose of a case and let the community have it also (since why not?)Issue:You want to have an inventory of Current Tape Locations Library Association Other Tape Elements There isn’t really a “nice” VeeamOne report for this (vOne just reports on Vaulted Tapes), and checking the tape WebUI isn’t always convenient nor is checking the Veeam Tape node.If you find a need for this, check this out:using namespace System.Collections.Genericfunction Get-VBRTapesInLibrary { param( [Veeam.Backup.PowerShell.Infos.VBRTapeLibrary[]]$Library ) $TapesInLibrary = Get-VBRTapeMedium | Where-Object {$_.LibraryID -eq $Library.id} return $TapesInLibrary}function New-TapeLocationPropertiesObject { param( [Veeam.Backup.PowerShell.Infos.VBRTapeMedium[]]$tapemedium ) $TapeBarcode = $tapemedium.Barcode $TapeName = $tapemedium.Name $TapeLocation = $tapemedium.Location.Type if($tapemedium.Location.Type -eq "Drive"){
For the last few years, I have spent a lot of effort along with others at Veeam carefully watching the industry behavior when it comes to ransomware and its devastating impact it can have on an organization. I’ve also spent a lot of time putting together a lot of great works in the form of whitepapers, webinars and other assets to get the word out. Before I forget, check out these three key whitepapers:Edwin and I recap all Veeam ransomware capabilities: https://www.veeam.com/wp-protection-yourself-from-ransomware.html Hannes from Veeam Product Management goes deep and technical on the Veeam hardened repository: https://www.veeam.com/wp-guide-protect-ransomware-immutable-backups.html Kirsten and Melissa show how Veeam ONE can help to detect and respond to ransomware: https://www.veeam.com/wp-veeam-one-ransomware.html The important takeaway is that today, it is easier than ever to have backup copies ready to restore from ransomware with Veeam.What are the Immutability Options?I say ther
This Friday - I am presenting on SysAdmin Day 2022 with Sagi Brody - one of the Veeam Vanguards.But I need YOUR HELP - What is your best SysAdmin Story? I will feature it on the show and stream. Tell me a good one - I’ll share it! You can join the show to see if your session is featured also! This Friday at 11:00 AM New York time, Sagi and I will be LIVE on 4 Veeam social feeds (LinkedIn, Facebook, YouTube and Twitter) with a special stream. Join us on the LinkedIN feed here.I have a story that, for now, I will only refer to as “The Coworker” and Sagi will share his best SysAdmin Day story as well.But what is your best SysAdmin Day story? Do you have a save the day moment? What about those pesky dev is actually production situations? Believe it or not - the SysAdmins are still heroes. I would love to hear your stories and any appreciation story to go with it.Speaking of appreciation…. Veeam’s celebration of SysAdmin Day puts some prizes on the line. We are doing a lucky draw where you
Password Authentication & Certificate Authentications both have their pros and cons, but one undisputed stance is that certificates are more secure than passwords when used properly. To that end, I prefer to deploy certificate authentication when working with SSH, and when deploying Linux VMs, Azure prefers to as well.However, Veeam Backup for Microsoft Azure also signs you in with your Ubuntu user account, but doesn't support certificate authentication. Does this mean you're stuck with password authentication? Nope! Is it complex to configure? Also, nope! How does this work?Simply, we'll ensure that SSH is configured to only support certificate authentication, whilst configuring a password for authentication against the Veeam Backup for Microsoft Azure portal. For good measure, we'll also go through how to secure this platform further to reduce your attack risk. Getting set up with Certificate AuthenticationWhilst typically the more difficult part, Azure has done a great job of ma
Switching to Seal Mode - User Guide for VMware vSphere (veeam.com) Hello I wanted to bring to your attention a really interesting and useful feature.Create new Veeam backup repository on new storage Insert new exent on existing SOBRSet seal mode extent to be decommissioned After the extent is sealed, no further data is saved to the extent, and only read operations such as restore, merge and remove are allowed.Wait for the chains of all your jobs to reach the set restore points.Then verify that no Veeamzip \ export backups or oneshot backups without schedules are allocated on the old extent to be decommissioned.Such data will not be migrated needs a manual operation of moving veeamzip \export backup files etc.I love this feature allows me painless storage migrations for both standalone VBR environments and Veeam Cloud Connect platform .thanks for your attention
Morning,I’m currently trying to figure out exactly how to acheive my backup strategy in Veeam and am scratching my head a little bit… Essentially I want to do the following:Run incremental backups weekly to disk Once verified write these backups to tape and delete the files on disk - These should be written to the weekly set in a GFS media pool Once a month perform a full backup Once verified, write these backups to tape and delete the files on disk - These should be written to the monthly set in a GFS media pool. As above for yearly backups.How does one achieve this? I’m a bit confused by the job configuration process as to how the tape jobs “know” which backup run to write to each type of tape?Any help would be gratefully received.
Hi guys, Hope you are well.I have a little question. Currently I backup my Azure Vms with Veeam for Azure. I have a Backup Copy Job to copy this backup on my VBR server Onpremise.Now I want to implement an offline backup from this backup copy with a tape job.Ideally I would like to have an externalization everyday of a full backup.Unfortunately the “virtual full” can be scheduled only once a week. is there a way to do it more offen with powershell script?What are the possibilities for my need. :D I thought to use File to Tape and backup all the chain but it will consume to much media...
Dears,I would like to ask if it is possible to let a sister company to replicate their vmware VMs servers to my replication site.Keep in mind i am replicating my VMs to a ESXI attached to a storage that has alot free space.Is it ok to let our sister company's veeam to connect the my esxi and they create replication jobs to replicate to my esxi aswell, so this esxi will be serving two companies as DR site at the same time and two different veeam servers communicating with it.
VMware vCenter Server is advanced server management software that provides a centralised platform for controlling your VMware vSphere environments, allowing you to automate and deliver a virtual infrastructure across the hybrid cloud with confidence.This privilege escalation vulnerability in VMware Center Server was reported to VMware by Yaron Zinar and Sagi Sheinfeld of Crowdstrike for reporting.Present IssueThe vCenter Server contains a privilege escalation vulnerability in the IWA (Integrated Windows Authentication) authentication mechanism. VMware has evaluated the severity of this issue to be in the Important severity range with a maximum CVSSv3 base score of 7.1. Impacted ProductsThe following products are impacted. Workarounds are available to remediate this vulnerability in the affected VMware products.VMware vCenter Server (vCenter Server) VMware Cloud Foundation (Cloud Foundation).Known Attack VectorsA malicious actor with non-administrative access to vCenter Server may expl
Hello, I cannot upgrade from 5.0.2.22 to 5.0.3.33 from the VO365 console, I receive an error message: “certificate verification failed certificate is not valid”, do you have any ideas? Thanks in advance, Omar De Souza.
VMware vCenter Server Appliance 7.0 Update 3g released today. This release can resolve the following issues. "Exception occured in postInstallHook", Secure Token Service (vmware-stsd) crash while performing vCenter Server Patching to 7.0 U3f (89027)https://kb.vmware.com/s/article/89027 VMSA-2021-0025.3https://www.vmware.com/security/advisories/VMSA-2021-0025.html Downloadhttps://customerconnect.vmware.com/en/downloads/details?downloadGroup=VC70U3G&productId=974&rPId=91149
how to clear vmce exam as soon as possible
how manys VMCE certifed in the world
At a custmer side they deployed enterpise manager and connect backup server in it. but in a case format the machine and reinstall it but the problem is backup server popup please manage it like they want or update your lic key. but backup server told please manage the server with enterprise manager case ----is enterprise manager is not availablei want to remove my machine with enterpise manager .
Happy Friday everyone! Sorry it’s been a bit quiet from me recently on this front, lets jump back into things with a new fun friday topic: Backup Designs That Sounded Better in Theory? Firstly, what do I mean by this? I mean those designs whereby everything looks great, or a particular use-case or limitation was believed to have been overcome, just to fall over for one reason or another.Before the realisation!My story is of an interaction I had with a DBA of a large company, who was about to learn not all backups are created equal. I was reviewing a company’s disaster recovery strategy from an application-level perspective, as in I was ensuring that the DR strategy would be able to return the application & all dependencies to a production state. One of the dependencies was a database, of which I noticed I couldn’t see any backups were being generated by Veeam.Internal PanicingThe DBA then informed me that they backed up using some SQL Server maintenance plan-based backup jobs. I as
New book: Kubernetes for vSphere Administrators now available https://www.amazon.com/dp/B0B6729429/
Hello, everyone! I have been studying and doing some labs to better understand how the immutability on a Linux Repository works. This is my current Veeam Backup & Replication structure:- 1 Backup Job for VMware VMs;- 1 windows agent Backup Job for a physical machine;- 1 Backup Copy job for each of the previous jobs, with the hardened repository as the target. The hardened repository is a Ubuntu 20.04 LTS with a XFS disk. The SSH service is disabled and no gateway is set. The Veeam server was first configured to use a single-use credential.Everything works great! My question is:In a scenario where all the VMs, physical servers and Veeam server are lost, where all I have are the immutable backups, how should I approach the repository?What I did so far was:- Start the SSH service of the hardened repository, open the port 22 in OS firewall;- Get a separate windows machine running and install Veeam B&R in it;When I tried to add the Linux repository to the new Veeam server, it could
How is everyone handling terminated users in office365 backup? Are you exporting the data or just keeping the user in the backup system?
Good morning; I have been having some problems with our current setup, I'm ok with smashing my hardware and starting over, but I want something I know will work! I am having issues with a backup copy job moving our backups off-site to another location.We have Veeam installed on a server in our primary data center, this server has 64TB, and all our primary backups are stored here. We have a backup copy job that pushes backups off-site over a VPN to Synology DS416play. At first, we set this up as an NFS share connected to a repository on the Veeam server; doing it, this was very slow, and backups failed. Then we changed this to an SMB share connected to a repository on the Veeam server; again, this was slow, and jobs would never finish.Then we created a LUN and attached the Veeam server with ISCSI creating a drive letter and pointing the repository to this. The ISCSI method increased the speed jobs were flying and working! But over time, we started getting "Stg.CheckMetadataCorrupt" erro
It’s not big news that Microsoft is going to disable Basic Authentication in October 2022. Thanks to @Mildur we already know that What I didn’t get at that time, Microsoft is already randomly disabling Basic Authentication for customers/tenants; of course only if Basic Authentication isn’t used at all.The process is: We’ll randomly select customers with no usage in any, or all affected protocols, send them a Message Center post informing them that in 30 days we’re going to turn off Basic Auth. 30 days later, we’ll turn it off and send another Message Center post to confirm it was done. Customer protected... check!→ https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-june-2021-update/ba-p/2454827The StoryNot that bad if you don’t use Basic Authentication, but I did run into a problem with that. I was able to successfully setup Veeam Backup for Office365 with Legacy protocols (Publicfolders )and after a week it suddenly stopped working; all
Hi ,Are there any known limitations to backing up a Linux VM with the Linux agent residing on an esxi host with a socket license?Thanks!
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.