Bring your knowledge and expertise while creating blogs and podcasts
Recently active
Hi, How can I add backup repository (Linux hardened) to Veeam office 365 backup?
Hackathon logo. Features Alfred, the community cat. Also shows arrows to Community, Development, Teamwork, Time, Presenting, Goal, and Brainstorm icons and text. These are parts included in the hackathonOn September 28, 2023, @JonahMay and I will organize the 1st Annual Veeam Community Hackathon! This event will start at 15:00 CEST/9:00 AM EST and will run for 24hTeams of 12-18 will work together and consist of people from all over the world, with the ultimate goal to bring the world together in a fun community event You are not required to participate for the full 24h but you are welcome to. Each group has a group-leader. This leader is someone from the Veeam100 group We are using members from the Veeam100 group because they are experts in the Veeam products. The teams should make the life of an end-user easier by creating a complementary product to one of the existing Veeam products. An example would be the Grafana dashboards created by @jorge.delacruz There is no limit on the te
Using Veeam to orchestrate storage snapshots is a fast, reliable way to have frequent restore points and quick restores. Unfortunately, unlike a VMware backup, storage snapshots on databases are not application aware. Restoring application items from a storage snapshot will often give you a blank explorer window. The first thing you will want to do is restore from the storage snapshot, and select a Host to mount the SAN volume on With the explorer up it will look empty, but the volumes will be mounted to your PC.Click Add Store, or right click All Stores and Add a Mailbox Database Next, we will point the explorer to the specific Exchange mailbox database. If you go to C:\VeeamFLR\*VMname* you can see Volumes listed as folders there that are the mount points to the disks. This should mirror the folder structure on your Exchange server. In this specific situation here is what it looked like. Depending on your disk configuration and folder structure the volume, VM name, and folder
Hi! I highlight in this post the processes involved in protecting a Veeam Linux Hardened Backup Repository. To correctly handle files and objects associated with different backup chains, Veeam processes must have control over immutability at the file and object level. This is why the immutability implemented only at the directory or bucket level is unsuitable for flexible and granular protection of backup chains. I hope this information is helpful to you.How does Veeam Hardened / Immutable Repository work? – Cloud and Roll (cloudnroll.com)
Recently Veeam release a new version of Veeam Backup for Nutanix AHV. A bunch of new features came out of the box with this upgrade.So, the the latest build versions of Veeam Backup for Nutanix AHV now is:Veeam Backup for Nutanix AHV 5 - 5.0.0.1080 Nutanix AHV Plug-In for Veeam Backup & Replication - 12.5.0.465 The process to upgrade the environment is really easy and the idea is not a step by step, for the simple fact that is not necessary a complete how to about this. The Ugrade The whole process of upgrade is on Veeam Help Center but basically we need fist to update the Nutanix AHV Plug-In inside of Veeam Backup Replication server.For this is just to run with the wizard of plug-in: The setup is only about Next, Next, Upgrade, Finish: After that we can open VBR console and go to Backup Infrastructure view, navigate to Backup Proxies > Out of Date, right click on the proxy appliance of Nutanix AHV and select Upgrade Proxy: After that, the upgrade of Veeam proxy appliance will
Last wednesday we have a new release of Veeam Backup for Nutanix AHV. All release notes we can see here.A lot of new features was implemented. The list of all build of VBKP for Nutanix we can see here.
My Backup Server’s C: Drive is getting tight and I want to relocate Veeams’s MS SQL Database files from their default location on C:\Program Files\… to a larger Data drive. Now, whilst I can find articles about relocating the whole Veeam config to a different SQL Server, I can find nothing on moving the database mdf/ldf within the same Server. Is it simply a case ofstopping the Veeam services, detaching the databases in SQL Server Management Studio, moving or copying the files to the new location, attaching the database from their new location?Has anyone had any experience of this? How successful was it? Are there any pitfalls to avoid?
Hello everyone,I would like to draw your attention to an issue detected following the Veeam upgrade to version 12 at one of my clients. This also applies to new installations.During backup and restoration operational tests, which are crucial to perform during installation/post-upgrade, the following error message appeared when restoring a VM: Unable to use Hot-Add mode.While analyzing the logs of a backup job, the proxies switched from Hot-Add to NBD mode.After analyzing the logs and isolating the issue to a single proxy (Forcing the proxy to use only Hot-Add + creating a test backup job with only this proxy), I was able to obtain a more informative message.There is a Veeam Knowledge Base article available at https://www.veeam.com/kb4460.To resolve the error, it is necessary to disable "multipath" on the Linux proxies, following the procedure outlined in the KB. After applying the fix, backups and restores successfully utilize the Hot-Add mode, resulting in improved performance.I apolo
Another post about my favorite feature in v11: Hardened Repository. This time it is about the ability to change the expiration date of already immutable restore points. Veeam made this possible by using PowerShell. The corresponding command is: Set-VBRImmutabilityLockExpirationDate. This post is about how to use it.Select the restore point you want to change immutability expiration date. To show all restore points of a specific VM in a job you can run for example:Get-VBRRestorePoint -Backup immu_job_01 -Name VM02Here backup job name is Immu_Job_01 and VM is called VM02. I will change the date for the first - the oldest - restore point in the list. To work with it I save it in $RestorePoint:$RestorePoint = (Get-VBRRestorePoint -Backup immu_job_01 -Name VM02)[0]Show the current expiration date by running this command: $RestorePoint.getstorage().ImmutableTillUtc We see, current ImmutableTilldate is 1st October 2021. In my example I change the date to the end of 2030:$ExpDate = Get-Date
Did you know we have a free exam voucher promotion for On Demand courses purchased through VMware? Current qualifying On Demand courses: Data Center Virtualization vSphere: Install, Configure, Manage [V8], [V7] vSphere: Operate, Scale, and Secure [V8] vSphere: Optimize and Scale [V7]Network Virtualization NSX: Install, Configure, Manage [V4] NSX: Troubleshooting and Operations [V4] NSX for Intrinsic Security [V4.x] NSX-T Data Center: Install, Configure, Manage [V3.2] NSX-T Data Center: Troubleshooting and Operations [V3.2] NSX-T Data Center: Intrinsic Security [V3.2] NSX Advanced Load Balancer: Install, Configure, Manage [V20.x]Cloud Management & Automation Aria Automation: Install, Configure, Manage [V8.10] vRealize Automation: Install, Configure, Manage [V8.3]Cloud OperationsvRealize Operations: Install, Configure, Manage [V8.6]VMware Cloud VMware Cloud on AWS: Deploy, Configure, Manage 2021Desktop & Mobility Horizon: Deploy and Manage [V8.8] Horizon 8: Deploy and Manage Hori
@PValsecchi already showed how to use vSphere tags for VM selection in VBR. New in v11 is the possibility to combine vSphere tags. I want to show how this work. For that, I created two tag categories. One for Location and one for Backup. I defined datacenter A and B locations; and Gold, Silver and Bronze backup priority. These tags are assigned to my 4 test VMs:So: VM01 and VM03 (odd numbers) are located in DC A. VM02 and VM04 (even numbers) are in DC B. VM01 and VM02 are defined for Gold-Backup, VM03 for Silver, VM04 for Bronze. First, I select one Tag for VM selection: DC A. This can be done either with single tag selection or with new combination of tags but just select one.As expected, when backup runs, VM01 and VM03 are selected:Next, I want to backup all Gold-Backup VMs in DC B and select these tags: Objects shown in Job definition:Just VM02 has all tags assigned: Fine, works as expected! And now, backup all VMs in DC A and B:Eventually here is a pitfall. Because now nothing will
Hi Everyone, Please join me on Sept 28th on Kodekloud’s celebration of free week. The show will be hosted by none other than Patrik Akil so I am very excited. Believe me as I talk about my experience in Data Protection from Physical, through virtual to Container workloads.. you can bet it won’t be boring :) https://www.linkedin.com/events/7110978568662253568/about/?invite=false&message=false&sAtp=&sTrk=&sV=&showRequesters=false&showShareByPost=false
Today’s #VMCE2020 #DailyQuiz walkthrough is ready. Do you have network-attached storage file shares in your environment? Have you ever used NDMP?
Hey folks,It seems like just yesterday that HashiCorp announced changes to the Terraform licensing plan and already there is a possible alternative on the horizon. The Linux Foundation announced today the formation of the OpenTofu project which is being billed as an alternative to Terraform. As they say, we will wait and see what happens but since LF is involved this is definitely not a dead from the start.You can read more here: https://www.linuxfoundation.org/press/announcing-opentofu
Hi Folks Kodekloud will be offering a free week starting on the 25th. There are a ton of new courses. Aside from all the Kubernetes courses there are also AZURE, GCP, AWS etc. Go take a look, take a vacation from work, buy lots of coffee, do courses non stop then go back to work with bigger salary demands or demanding more vacation time in order to run this function in a loop 😁https://kodekloud.com/pages/free-week?utm_source=Facebook&utm_medium=social&utm_campaign=1+Week+Until+KodeKloud%27s+Free+Week&utm_content=announcement
Did you know that there is a very useful Veeam tool to validate the integrity of your backups? In some cases, a backup can get corrupted due to accidental changes in the backup file data. For example, the file can be damaged after transfer over the network or from hardware failures on the backup storage side. With Veeam Backup Validator, you can quickly verify the integrity of any backup file, without extracting the VM data from the archive.Veeam Backup Validator is a command-prompt CRC check utility that tests a backup at the file level. For integrity validation, Veeam Backup Validator uses the checksum algorithm. When Veeam Backup & Replication creates a backup of a VM, it calculates a checksum for every data block in the backup file and attaches these checksums to the data blocks. Veeam Backup Validator re-calculates checksums for data blocks and compares them against the initial checksum values. If the results match, the backup file is viable. This works similarly to the backu
With VBR v12 Linux proxy server can get a new role! A Linux server can become a Tape Server.We will see more details like supported Linux distributions and versions with general availability of v12.But I would bet on one thing: Linux Hardened Repository Server will be excluded from this feature – for security reasons.
One of the must-have features for providing access security for any sensitive application is the ability to implement multi-factor authentication (MFA) as part of the login process. The release of Veeam Backup and V12 added the ability to enable Multi-factor authentication for logging into the Veeam console (including the remote console). The details:Before discussing the setup and configuration of MFA, we should discuss what MFA apps are supported.Veeam Backup and Replication supports Time-Based One-Time Passwords (TOTP) as per RFC 6238 installed on a mobile device. For example, the following MFA TOTP applications are supported:Microsoft Authenticator Google Authenticator LastPass Authenticator DUO Okta Verify Many more are listed if you do a quick internet search ;)A console auto-logout time can also be set to ensure that a user gets logged out of the Veeam console after a configurable period of inactivity. Configuring MFA:Step 1:Access the Users and Groups selection on the options
This is the description of an unusual scenario where Backup Job Files (.vbk and .vib Files) are backed up with a File-to-Tape Job instead a Backup-to-Tape Job. This has several disadvantages, e.g., you must know on which tape your files you want to restore are residing. You cannot find your tape backups under the backups section in the “Home” view of console and many more…OK, now have a look how we get these files back from tape.See the results of the File-to-Tape job and find the tape number the files reside on. If you don’t know the tape, read further, and use the search function ( Note: the warning in the screenshot can be ignored. The filesystem is too big for VSS Snapshots, I have forgotten to switch the VSS snapshots off for this test backup job.).Then go in the Veeam Console to the “Tape Infrastructure” section. Either go to the media pool where the affected tape is in or look for it in the Media section of your tape library.Right click on the tape and select “Restore Content”.
SPOILER Warning if you’re awaiting your swag, don’t watch the video!I was lucky enough to be selected as a Veeam Legend this year and luckier still to be one of the first to receive the swag by the amazing @Kseniya & @Rick Vanover (and of course Alfred).Check out my unboxing video below to see all the goodies If you’re still on the fence about the Veeam Legend programme, it’s been an amazing experience so far, I whole heartedly recommend it!
Phenomenal Strategy to Defend the Ransomware Attacks and Protect Data from Cyber Attacks is the Flagship Feature of Veeam VeeamON Forum back to India! Take part in an action-packed experience with hours of technical content that will help you adapt and thrive in today’s challenging IT landscape. Explore Key Topics The most awaited and passionately curious to see how Veeam is addressing the complex, everchanging issues of the modern IT landscape with cutting-edge solutions that will help you go above and beyond in your Modern Data Protection strategy. New V12 Ransomware Kubernetes AWS/Azure/Google Microsoft 365 For more details logon to Transform your Modern Data Protection strategy (veeam.com)
Check out our introduction to Containers, Kubernetes and Kasten K10. Look after your pets (services) and ensure fast recovery times.Introduction to Containers and Kasten - Veeam looking after your animals (services) Part 2 - Vets for your pets - Speedy Recovery of your pets (key containerised services) coming soon!
Hi! In this video, I show how to install Veeam Backup for Google Cloud and integrate it with Google Cloud Plug-In for Veeam Backup & Replication. I hope it's helpful.
In this demo I illustrate how you too can utilize the Pure Storage platform to provide rapid recovery and near-zero replication for your Veeam repositories.This lab consists of 2 Pure arrays, 2 vSphere clusters and a single VCenter. Though in this lab we could use other means to provide recovery, say through vSphere, this setup up was used to simply illustrate an easy to use and efficient DR strategy from Production to a DR cluster. Utilizing, Veeam.In this lab I built 2 Veeam servers. The first holds the Veeam Backup Server, proxy, and primary repository. The second runs the Veeam Disaster Recovery (VDRO) server and is the remote repository. In this lab – I do not utilize VDRO for recovery – that will come in a later post.Normally, in a Veeam scenario like this there would be 2 Veeam jobs providing restores and the local and remote sites. The first would be the primary backup job to the repository local to the production site. The second, would be what is called a backup copy job from
I have been thinking a little more about how best customers can best utilize their technology to build in fool-proof data protection. Data protection which helps eliminates risk normally associated with managing a data protection solution.I have spent a long time dealing in this space, and I have found, that it’s common for organizations to put data protection solutions on the back burner. Utilizing cheaper, and sometimes older technology that lacks features and tools that reduce management risks. Because it isn’t viewed production data.This is only true, until it is. When your production is offline, you need a reliable solution to get you back to work, as fast as possible.Now, my approach has always been to match the best technology. Careful not to overcomplicate, but enough to allow best in breed, or match technology that is first class in their space to build the solution. So, in this demo I will show how features in Pure can help support those in Veeam. So, what does this demonstra
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.