News, guidelines and various community projects
Recently active
This week the Veeam 100 Summit program members gathered in Prague for the annual Veeam 100 Summit! What a great show of community and focus on product information. We had a chance to interview a number of members, both new and previous to the programs, for their takeaways and impressions. Rickatron also got to put in the 12.1 Malware Detection capability as so many are interested in this. Watch this episode below hosted by @Madi.Cristil and I:Members on this Episode (In order of appearance)Thank you @MatzeB @jos.maliepaard @HunterLAFR @dips @bradlinch @Tyler Jurgens @Wesley.Martins (note that he gave a shout out to his mother in Brazil!) @HannesK @tsmith and @Cragdoo !
Hello to all,As I configure a testing Job with Multiple VMs with the same OS, I can see that there is no difference in the deduplication rate in Report when I run the VM itself alone or in the Group.One more point to ask:The VMs in the Backup Copy Job are all started at the same time when the job starts.Is this how it should be or they need to be run one at a time?
I'm here to show you a little working proof of concept I put together during the Veeam 100 Summit in Prague last week. It's very much a work in progress, but I'm excited to share it with you.(video and callout at the bottom for feedback) Let's dive into the tech stuff and some notes on what we're using.So, we're making use of the Veeam VBR Rest API, as you will know I am a fan of any API especially when it comes to Veeam. The prototype is put together using Node.js. It's like the middleman between the frontend and my VBR server and OpenAI. (we're rocking the gpt-3.5-turbo-0613 model). Although I'm thinking about going with a locally hosted model in the future, especially for sensitive backup server data. But for now, in this prototype and my lab setup, I'm good with this setup, nothing for me to worry about with the few machines I am protecting.For this prototype, I've focused on Backup Jobs and Backup Sessions, and it chats with four VBR Rest API endpoints to make it happen./api/v1/jo
We have configured our backup copy jobs to execute in a continuous mode and hadn’t any issues until the other day. Ten (out of 100) of our backup copy jobs failed, with the error of “Unable to copy the backup: some backup files are located on an unavailable scale-out repository extent”. Checking the restore points on the source and target repositories, we noticed the restore points (for the most recent backup) for the target repositories were in an incomplete state. We performed the following manual steps to resolve; Disable backup copy job After reviewing the target repository from the backup copy job, the identified servers with the error, have the most recent restore point showing incomplete. Rescan the target repository Then process the incomplete restore points by selecting forget Rescan the target repository Enable backup copy job and executeWe did open a support case and the engineer discovered the issue we experienced stemmed from the backup copy job interfering with the bac
I’m very new to Veeam. We use VMware vSphere. I need to be able to backup an entire VM, and be able to restore just individual files from that backup. I thought that doing a “VMware Backup” type of job, with “Guest File Processing” enabled would allow me to do that (i.e., restore just one file from drive E:, as an example). But when I try “Restore Guest Files” on that VM, , I get “Unable to mount disk: unsupported disk type” when it goes to Browse. Have I totally misunderstood what type of backup job I need to be doing, to be able to do an individual file restore of a Windows VM? What type of backup do I need to be doing then, to accomplish what I need? This type of backup looks like I can only restore the entire VM, like a bare metal recovery. Which is good, and I might need that, but I definitely need to be able to restore individual files. Do I need to make a backup job of type “Windows Computer”? I won’t need to push the Agent, because the VM is always connected.Sorry for the newb
Please see the new NetApp StorageGRID and Veeam Best practices link below. You will see some recommendations from NetApp around using a larger object blocksize. This will increase the size of incremental backups. Please work with the NetApp StorageGRID team to optimally configure and size NetApp StorageGRID appliance for customer capacity and performance expectations. As always if you encounter issues please open up a support ticket to track the issues that the customer encounters😀. https://docs.netapp.com/us-en/storagegrid-enable/tools-apps-guides/veeam-br.htmlThanks,Pete
Hi All,Why does Veeam Backup for Azure (Azure Files) have no scheduling option for yearly retention?Is this in some way related to the Azure only allowing up to 200 snapshots on Azure Files? In which case would a feature like we have with VM snapshots being used to create a more traditional backup be worth thinking about if you require longer term archiving? Cheers,
Hi All, In this article I am going to show how to configure custom AWS tags on Veeam Backup for AWS (VBAWS) workers. This is really helpful if you need to use tags for billing purposes for example.This procedure is only possible, at least until the moment I am writing this post, through restAPI. In Veeam for AWS we use by default the port 11005 for the restAPI, so you need to make sure you open this port on the security group that is associated with the VBAWS instance. Since you have the port open, the first step is to access Swagger, the restAPI tool built-in the VBAWS appliance.Open your browser and type:https://<hostname or IP of your appliance>:11005/swagger/index.html Expand the Method TOKEN Expand POST /api/v1/token and click on Try it Out.From the Grant_type drop-down menu, select Password, type the same credentials used to log into the appliance in the fields Username and Password. All other fields can remain blank and click Execute. Wait for the response from the server.
A Deeper Look at the Smart-EntityIn my Veeam Amazing Object Storage Tips & Techniques Part 4 I provided a high level introduction of the Smart-Entity feature of the Smart Object Storage API (SOSAPI). In this article, I will explain how our Technical Alliance Partner (TAP) Object First has implemented the Smart-Entity as part of their object storage solution.Let’s start off with a reminder of how the Smart-Entity feature works:Veeam Backup & Replication will tell the object storage platform how much data VBR is about to send it as well as for what object (virtual machines, cloud vms, NAS file share, and Physical machines). The object storage platform can then use this information to determine what node/endpoint will receive the backup data The object storage platform then provides VBR the node name/endpoint address to send the data toBefore I dive into the details of how Smart-Entity works, let me define what an entity is. Veeam Backup & Replication uses backup jobs to pr
my goal isI use veeam to back up my vmware vm machine to a NAS, and then I back up the backup files from nas to aws s3. Then I can directly read the files from s3 and restore the vm machine in aws.But I am currently encountering a problem. The backup from veeam to nas and then from nas to aws s3 goes smoothly, but my veeam cannot read the files backed up by nas in aws s3. Please tell me how to set it correctly.
Using Veeam we can have various types of files. But do you know all of those file extensions? Here is a list of the main files: .vbm - backup chain metadata file.vbk - full backup file.vib - incremental backup file.vrb - reverse incremental backup file.bco - configuration backup file.lde - veeam explorer exported file.ldf - Microsoft SQL Server Log file.mdf - Microsoft SQL Server master database file.vsm - Microsoft SQL Server transaction log backup.vom - Oracle database log file.lock - lock file.vblob - file that stores data from the file share (NAS) backup job.vindex - binary metadata file that describes backup files (names and versions) of file share backup job.vslice - binary metadata that describes allocation of data in VBLOB backup files Have you in mind any other kind of file extension that are associated with Veeam?Put here on the comments that I will add to this list.
VEEAM 100 SUMMIT IN PRAGUE Last week I had the great pleasure to attend the Veeam 100 Summit in Prague Czech Republic.This event is the highlight of the year for the Veeam Community and the atmosphere and energy it creates is enough to keep one fueled with IT enthusiasm until the next summit.So what is the Veeam 100? Well I have described it before but such a great Community needs to be mentioned again and again. What’s more there is no reason why you too can’t join the Veeam 100 as well, either as a Veeam Vanguard or a Veeam Legend.The Veeam Vanguards“The Veeam Vanguard Program is Veeam’s top-level influencer community”. You can get a full description here: https://www.veeam.com/vanguard.htmlThe Veeam Legends“Veeam Legends are Veeam users and data protection industry experts who are passionate about technology, innovation and eager to further develop their career, while sharing their experiences with the community” Again you can get more information from here: https://community.veeam.
Hi to everyone,I want to create a DR plan in AWS.Is there a way to restore a Domain Controller (Windows Server 2022) in AWS keeping all its configuration and function as AD, DHCP and DNS? When i try to restore it into the cloud, i’ve this error:Impossible join with these credential because your domain isn’t available….. Do you have some advice? Thanks.
I’m using NetApp 9.12 just a cifs smb share. I followed the instructions from veeam to create the storage infrastructure for netapp and the subsequent NAS filer. I created a file to tape job to use vss and confirm that the snapshot is being created by veeam on NetApp. I have the virus scanning to exclude the directory based on NetApp’s published kb on excluding snapshots from vscan. What is the right format of '-paths-to-exclude' in 'vserver vscan onaccess-policy' command? - NetApp Knowledge BaseUse Snapshots to backup SMB File Shares on your NetApp ONTAP system (veeam.com)With vscan enabled veeam will just stop transferring completely for long periods of time. With vscan disabled it backs up normally. How can I tell if veeam is actually using the snapshot it creates and not just trying to access the files? In the file to tape job I have use ms VSS checked in the options. in the SMB file share I have it set to backup from a ms VSS Snapshot and “failover to direct backup if a snapshot i
If you missed out on the second episode of the Veeam 100 Show with @anthonyspiteri79 , @benyoung and @kristofpoppe , fret not! You can still watch the replay and gain valuable insights, tips, and knowledge that were shared during the event. With the participation of the two #VeeamVanguards alongside #Veeam's Regional CTO for APJ, Anthony Spiteri, this session offers an exciting journey into how the #Veeam Community is delving into the dynamic AI landscape, forging a path and laying the groundwork for a significant transformation in support and content experiences. Best, Madi
This week El Rickatron and @Madi.Cristil are both being road warriors. Rick is in Arizona and Madalina is in Barcelona. It was fun finding a time that worked to record! We have a full compliment of content to share, Special Department News and Who’s New members to share! Watch this week’s episode here:The Linksvia @Madi.Cristil featuring @anthonyspiteri79 @benyoung and @kristofpoppe via @dario72 via @Michael Melter Special Department NewsUrgent update for Veeam ONE users: Please update Veeam ONE as described in Veeam KB4508 KB4508: CVE-2023-38547 | CVE-2023-38548 | CVE-2023-38549 | CVE-2023-41723 (veeam.com)V12.1 DemoRick almost forgot! This week’s demo is setting up and doing an end-to-end use of the 4 eyes authorization for data destructive tasks.Who’s NewWe are pleased to welcome +191 new members into the Veeam Community. Thank you @safiya for preparing the big list this week. The Coolest Usernames are @backupjockey @FeartheSword @knowhow @kindly @Jazz and @whutchis!And Alfred’s Pi
Hi all, Currently there's no indication other then on the VBA appliance itself that there are pending updates. Therefore I created a PS script which we integrated into our monitoring system (N-Central) that pulls this data from the appliance. We get notified for pending updates and we can proceed to deploy them. You can find the script on my gist page: https://gist.github.com/BasvanH/cc7cb3974657bde5926af69869e73b0b Two variables are filled with the status:$pendingUpdates is a integer and filled with the pending update count$updateCategories is a string and filled with the categories of the pending updates. You can adjust the script to your needs. All the best, regards,Bastiaan
Hello,We had 13 Backup Jobs that were all started in the same time period from 21:00 to 22:00.VBR server had 32 GB of RAM and 10 cores. It was a VM.All Backup Jobs were with single VM inside of it.Was this good approach or it was too much for our VBR Server to handle.We didn’t have any off-host Proxies and VBR Server and 60% of VMs were on the same Hyper-V host.It was acting then as only proxy for those jobs as I can assume.What would be the better approach on this?I’m still trying to grasp Veeam with his technologies as best I can..
I’m using Veeam Community (free) license, and I want to use swapped external hard drives as offsite backup for my locally hosted repository. But when I try to create a pruning Backup Copy job, it keeps saying I need Backup and Replication Enterprise Plus. The descriptions I’ve read make it sound easy, but they’re all vague about what sort of license is required. It’s like they are conflating “community” as a forum and as a license? I absolutely cannot upgrade to a paid license.What am I missing?
Me again with new topic 😁At the moment our VBR Server is located on the Hyper-V Host where are also the 50% of VMs that we are backing up. Without Using Off-Host proxies I can guess that all load will come to Hyper-V host which is hosting VMs and VBR also.I guess that data movers from source VM and VBR are run on the Hyper-V host itself.What would be the best practice for placement of VBR?Is it good idea then to isolate it from the VMs that we are backing up or?I can host it on some Hyper-V Host which doesn’t have productive VMs or anyAlso then our off-host backup proxy should be physical machine or somewhere where we also dont have anything?
Across the company, we’ve been working for the upcoming VeeamON Resiliency Summit. This online event will serve a number of objectives:A comprehensive view of Veeam cybersecurity capabilities and strategies in the market The latest look at Veeam Data Platform capabilities Expert perspectives from leading cybersecurity experts and customersThat’s a lot. What I thought I would do for the community here is share some our insights and tricks that go on behind the scenes. Whether we are preparing for the flagship VeeamON event, a regional VeeamON Tour or this latest iteration with the VeeamON Resiliency Summit; a lot goes into a cross-functional team’s approach. I had the opportunity to contribute to the event in a few ways, and I made the case that there should be an ‘All Demo’ session on the release of the Veeam Data Platform. This version 12.1 release in the product is incredible. Further I need to say, 2023 is an incredible year for Veeam Products. With V12 being released in February an
Hello Forum,I have question about few things so that I make the change as smooth as possible.The plan is to create everything from scratch because our current configuration is really awful and time for change has come. Current Situation is like this:VBR V11 on Hyper-V VM Subscription: Enterprise Plus Instances: 20 (13 used) Inventory: 1 Hyper-V Cluster 2 Standalone Hosts Now I need to remove everything from this server and to transfer the license to the new one Questions:How to transfer the license? How to properly remove Inventory so that I don’t have problem when adding it to a new V12 VBR server? I know that few folks had problems when attempting to add the hosts to new VBR, something stuck on the old VBR etc. I will not do a configuration backup because I want everything from scratch. Please feel free to write any other recommendations that I need to take care off.I did it one year ago but I would need the help from Veeam Legends to do it the propper way this time 😁
Since upgrading to V12 VeeamBR (and having to revert to a snapshot due to critical error) I get this on every SOBR tier job. I have rescanned both the hypervs as well as the azure blob then ran tier job now but still get the same error every time Backup file version mismatch: scale-out backup repository rescan is required.
What does Orphaned and Imported indicate next to Disk in Veeam Backup and Replication under Home tab?
When attempting the restore I get the log into Microsoft with the device code and it connects fine, hit next and veeam errors out saying Failed to open mailbox: gives the name Mailbox does not exist. I can guarantee the mailbox does exist.
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.