News, guidelines and various community projects
Recently active
Hi Everyone,I have moved forward on my home lab. Proxmox is installed and I am finding it very intuitive. I now have to see about what I can do about a Veeam setup (can I nest a Veeam supported Hypervizor in there etc). I have also added one of those ethernet over power lines connections to my basement. That also seems to be working perfectly, hooray no need to rip out walls for cabling. I got to thinking though, so many of us need to test and play with Veeam outside of work confines and the info about home labs is scattered all over the site in different posts. Do people think it would be helpful to have a separate Home Lab section. This is a place where newbies or people re-thinking their setup could come with the ultimate goal of getting more lab exposure to Veeam. Or should we just leave as be and use the search function? What does everyone think? Again I don’t know how feasible this would be and it would not be a new group per-se. Just an idea.
I had a discussion recently about backing up ‘standalone’ ESXi servers, without the vCenter Server application. The discussion started around we were sharing my homelab but the use case became attractive for retail, edge and other ROBO scenarios. Why no vCenter Server Application?I do not run the vCenter Server Server Appliance (vCSA) at home simply because I don’t need it. At home I recently simplified my home lab. In March and April, I had to work from home for a while and it made me think about the home lab since I wasn’t travelling. I upgraded to a new host (still on vSphere) but really don’t need the vCSA. I do *not* use the free ESXi hypervisor, as I use the vExpert license on the host to unlock the full APIs that I need for backup. In our work lab environment, we definitely use the VCSA for a number of environments and if I need that type of environment, I’ll do that over there.It’s interesting when you use the ESXi host in a licensed mode, it allows a number of Veeam capabiliti
Hello. We have a policy to export all tapes currently in a library that are marked FULL. I can get a list of all FULL tapes in a media pool like this:[String] $LibraryName = Get-VBRTapeLibrary | Select -Expandproperty Name$TapesToBeEjected = Get-VBRTapeMedium -Library $LibraryName | Where {$_.IsFull -eq "TRUE"} | Select Name, LastWriteTime, MediaPoolID | Sort -Property Name (there’s more to my script, but that is the relevant querying section) However, that gives me *all* tapes in the pool that are FULL, and I want only the tapes in a pool that are currently ONLINE in a library that are FULL (so it can send an email to the tape operators and tell them to go export the tape(s)). And I have not found a way to do that - I don’t see any property that is returned that shows ONLINE or OFFLINE of a specific tape. Am I just missing it? Is there way to query for this, so I can send an alert email (as a scheduled task)? Or is there some other way to do it? (we don’t have a license fo
Hello, We are looking into moving a set of our VMs that are currently being backed up by Veeam behind a firewall for extra security. We are running the latest version of Veeam and have VUL. Will the VUL policy allow us to install a separate instance of Veeam B&R server behind this new firewall to backup the servers there? And will I need to divide the current license count according to my needs and apply to the new instance of Veeam B&R server? Thank you for your comments and ideas in advance.
All our TDE encrypted DB(s) are in 'Simple Recovery' mode. Hence there's no 'Point-In-Time' recovery needed.We simply restore a DB from daily backups. Our VBR server is configured as our Veeam gateway server.We'd like to switch to Postgres to save $ on licensing.If you are currently doing this successfully then please let me know your VBR version & Postgres version.Thank You!Kevin
In the realm of data protection and recovery, the term "snapshot" often emerges, lauded for its efficiency and speed in capturing point-in-time states. However, it's crucial to dispel a common misconception:snapshots are not synonymous with backupsThey serve distinct purposes and possess fundamental differences that impact their reliability and comprehensive data protection capabilities. Key DifferencesDependency: Snapshots are often reliant on the original data source. If the primary data encounters issues, such as corruption or failure, snapshots tied directly to it may become compromised. In contrast, backups maintain independence from the original source, reducing the risk of losing data due to primary system issues. Data Retention: Snapshots are typically short-term solutions for immediate recovery needs. They may not suffice for long-term data retention or compliance purposes. Backups, on the other hand, are designed to retain data for extended periods, adhering to regulatory req
Hello everybody,I would like to know scenario with retention policy in this way. I don’t want to have Forever Forward Incremental backup method because as I saw it’s not recommended by Veeam also, if we do it without GFS.I would like to create Full backups (synthetic) every week.So I’m just a little bit confused how restore points will be available.If I have configured 7 restore points but in GFS I have option to store Full Backups for 2 weeks, how it will end up looking?I’m more curios how increments are going to be removed.
Case # 06398904 Hi Guys, We are facing an issue with one of our end-user environment with VBR v11This job is configured from a Physical Windows Servers with agents on them.
Everyone that knows me a little, knows that I’m a big fan of the 3-2-1-1-0 golden backup rule just like @Rick Vanover is also a big fan of this rule.In every conversation with a customer I will discuss and clarify this topic.For those who don’t know what the golden backup rule 3-2-1-1-0 means 😁, I wrote years ago a post of this topic it with more explanation (it pas my first post that achieved the weekly recap 🤗). Since then more followed...More info : 3-2-1-1-0 Golden Backup Rule | Veeam Community Resource Hub Well, in my opinion this golden backup rule is from now on not sufficient anymore and should be improved to a new rule!Why?Well, in version 12.1 of VBR there will be a lot of new functionalities regarding to detect ransomware, malware and detect suspicious activity in different ways.Therefore the current 3-2-1-1-0 is not sufficient anymore and should be changed to the platinum backup rule 3-2-1-1-0-0 😁 !!!So, there is an extra 0 being added and should stand for :0 should be t
Hello We used to use EMC Networker as a backup program, and I used to be able to run a command line script that would query for a list of tapes currently in the library, and report on any that were marked as “FULL”. I would send this an email to our tape operators, and they would eject any FULL tapes so they could be sent for offsite storage.Is there a way I could duplicate this functionality for Veeam? Perhaps run a Powershell script that queries the library and reports on the usage status of the tapes currently in the library? (and if so, has anyone got an example they could point me at? Or a different way of getting the same info for my tape operators?)Thanks
Hi Everyone, There are times that I think that my head has been stuck in the sand when it comes to technology. Maybe I just don’t read enough 😅. While forcing myself to consider black Friday/cyber Monday upgrades for my beleaguered home lab I stumbled upon Proxmox. Debian based KVM level 1 Hypervisor. Since I may go the route of purchasing an old powerful desktop I need something (free) that can help be getting vms’ running. Esx free won’t let me use API’s for Veeam backups anyways and I don’t know of any ways of getting a full working license other than time trial or attempting to become a vexpert (please correct me if I am wrong) I wanted to go with something else. I could just build KVM on top of a linux distribution myself but it would be nice to have something ready to go that has a community forum available.Have any of you used Proxmox? and if so what are your thoughts about it?https://www.proxmox.com/en/cheers
HiI am configuring a backup copy to S3 (immutable) The type of copy is periodic so that it only stores a weekly backup in the cloud (one month retention) My questions are: how does the S3 backup chain work? Same as locally? First week will be a full, second backup copy will be incremental but... what happens when the first backup meets the retention? Veeam converts the oldest incremental to a full? I'm right? Thanks
Hi Team,I have a site that uses Wasabi object storage for both archiving and have “copy backups to object storage as soon as they are created” checked in the SOBR. This has been ticking away for some months now doing what I’d expect it to be doing. Now I need to test a full scale recovery from this environment, assuming we have a total loss of all on premises infrastructure, including the VBR server. I have spun up a new VM in our DR environment and installed VBR. My next step was to connect to the object storage bucket and attempt to recover VMs from this. But when I attempt to connect I get a warning “Selected object storage repository is already managed by another backup server. If you continue, all jobs currently using this repository will fail. Proceed?” I don't want the current jobs to fail, as this is only a test. Can I still connect to this repository and only read the objects without modifying it? Or can it be mounted in read only? Or is there another way I should be doing thi
HelloI want to get VMSP and VMTSP general certificate but it only appears the individual one (like cloud service provider) how can I get the general one, like the ones before (VMTSP and VMSP 2020/2021)
Hello,I would like to use veeamone with more than just install it and connect backup and virtualisation infrastructure.Do you have some good ressources to link or share the use case you have on your customer or internally ?I already find some good report and solve the alert the product give by default but I think this product could be more usefull with more knowledge.I don t find a lot of ressource with google about it and the main feature I could implement Thanks for your help :)
Hi Veeam Cloud Service Providers partners! Veeam released the Service Provider Console version 7 in FY23H1. It is very important to carry out this update as many benefits and improvements have been added for you! For a detailed step-by-step guide on how to upgradeStep by step to upgrade Veeam Service Provider Console to v7 – Cloud and Roll (cloudnroll.com) References:Upgrading Veeam Service Provider Console – Veeam Service Provider Console Deployment GuideKB4441: Release Information for Veeam Service Provider Console 7 Cumulative Patches
Hello,In terms of cost (price): there is some difference between Direct storage and scale out repo ? (Amazon S3)Is it possible that the writes will be smaller with scale out? Brcause the backup is already created ? Thanks
As we all begin to embark on our weekends, I wanted to leave you with a highlight from the Veeam 100 Summit. Enjoy your weekend everyone!
I have a Synology NAS. Besides Direct Attached Storage, are the other choices usable for a NAS in anyway?
Adding Wasabi Immutable BucketI was trying to add wasabi bucket with immutable as backup repository, but it showed an error, any suggestion to solve this error ?
So had a situation that I needed to quiesce the entire RabbitMQ cluster (controlled by the Rabbitmq-Operator) before a namespace was to be backed up. So came up with this as a solution. Might be useful to someone else.If you want to follow the background info. TL;DRStop all Rabbit messagesBackup clusterStart Rabbit messages Prerequisites:Custom image that has JQ, kubectl, & Kanister tools (see Docker file) K8s service account in rabbitmq-cluster-namespace (see RBAC file) ImagePullSecret - as the custom image will more than likely be on a private repo Solution:Pre-hook - quiesceRabbitCluster Use to stop the Rabbit cluster target the statefulset Post-hook - activateRabbitCluster Use to start Rabbit cluster target the statefulset Error-hook - revertRabbitCluster Use to make the Rabbit cluster operational target the statefulset Pre-hook-Restore - destroyRabbitCluster (READ CAUTION BEFORE USING) DELETE rabbit cluster before restoring target the statefulset Docker: (had
Good Community Day to everyone -I am pleased to share with the Community I scheduled my VMCE 2023 on v12 exam for this morning and was able to pass; even scored a little higher than the goal I set for myself. I was able to get into the 800s, so was pleased with my result.@Michael Melter created a post just under 2 weeks ago, and shared some great information. For a review of his post, you can read it here:I won’t re-hash the same things, but will give a little bit different take from my perspective though. Like Michael shares in his post, follow through the VMCE v12 Study Guide, as well as Anton’s What’s New document to review all the new features Veeam introduced with v12. And, this may seem common sense, but some may not take this to heart, but I also spent less time reviewing things I felt confident in, and spent more time with things I didn’t. Then, I took notes on them in a note style I could remember the info better. I spent a LOT of time in the User Guides.As for the exam, I cho
I apologize if this is a silly question. Here’s what I want to do - schedule backup jobs of VMs to disk repository, and then “clone” those backups to tape. So I‘ve set up backup jobs to my disk repository, and specified an ACTIVE FULL backup on Friday and Incremental backups (which is what I want), and scheduled it for every night. Additionally, I have create a Tape job, pointing to this backup job, and scheduled it to start the next morning.My question - the backup option for “Secondary Target” .. what exactly does that do? :-) Does that mean that the backup will go to my disk repository AND my tape library, all as part of one execution (i.e., does the tape part start as soon as the backup to disk finishes)? I already have the tape part executing on it’s own schedule, does this mean that the data will be sent to the tape *twice*, once by the scheduled tape job, and once as part of the “secondary target” option of the backup job? (which I don’t want).The documentation states “Backup
The last week of November is here! As promised, we're gearing up for an exciting blog showdown to crown the top post of the month, set to shine on our homepage in early December.In this special edition, we're combining the best blogs from both October and November. With October taking a back seat due to the Veeam 100 Summit and other thrilling events, we want to make sure every outstanding blog gets its shot at the spotlight.This month, we've curated a collection of eight top-notch blogs. Make your voice heard by voting for the absolute best before December 3rd.Wishing all our participants the best of luck! 😊 @MicoolPaul , @JMeixner , @damien commenge , @vAdmin , @marcofabbri , @JMousqueton , @HunterLAFR , @Andanet Please feel free to share it on your social media platforms and encourage your network to vote for you!Best, Madi
Hello there! Recently I installed a new VEM server and when I tried to establish connection with my VBR servers i get this message below:I had ever test communication on 9392 and 9405 TCP ports and it works fine.Any idea about this?
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.