News, guidelines and various community projects
Recently active
Hey guys,Can anyone give reasons on why Veeam Backup & Replication is installed on windows and not on linux?
I wanted to ask this question earlier, sorry . We celebrated the first year of our community. I wonder what means this community to you? What drives you to add content, write comments or just read what’s published?I start with it: When I first read about this new Community Hub, I though this would be just another community platform, like many others. But I registered and began to add posts. And of course I learned a lot from other posts. Because it seemed to be normal in here, I also added lot of comments and questions to posts. For me the start of the Hub was at the perfect time. Subconsciously I was searching for a new focus topic. I did a lot of Veeam stuff before but rather incidentally. With the Hub the theme slipped into the center. What keeps me motivated is mainly the great feedback! At my own blog I just see the number of views as in indicator how popular a post is. Here I get great feedback from peers. That means a lot to me! It is also awesome to see how @Kseniya and @Rick
Morning, Thought I’d try something new with you guys, see if it’s something you’d be interested in me continuing. There are a huge number of features within Veeam, but often you have either a default setting that you never change, or a setting that YOU never configure other than one particular way. I’d like to explore some of these and get your own stories as to when you’ve had to change these, so we can all share in our knowledge and see the “edge cases” for such decisions. For our first one, lets talk about Application Aware Processing. We know that we need this to move from a crash consistent backup to a transactionally consistent backup, and to leverage some advanced Veeam feature. So, why can we disable it completely, when it’s so important? I was working with a customer recently that had another backup vendor in use, and the backups hadn’t been running for 18 months (). The customer had two physical servers in different locations, both were domain controllers (and one was even ru
Hi guys,The beta for Hypervisor KVM support is finally out \o/Veeam Backup for Red Hat VirtualizationVeeam Backup for Red Hat Virtualization 1.0 | Release NotesOverview - Veeam Backup for RHV User Guide
Was talking to @Kseniya about this the other day, those of you that don’t have your real name as your username, what’s the reason behind your name?
Hello, Can someone share the main difference of veeam replication and CDP, on where scenario best to use them and other details as well :) thanks
If anyone has VONE and upgraded to 11a but see an internal server error message in the web client there is a hotfix that was released. See the following KB -KB4239: "Internal Server Error" in the Veeam ONE Web Client after upgrade to version 11a
Veeam has just released the Veeam Disaster Recovery Orchestrator V5.0 Whats Newhttps://www.veeam.com/veeam_orchestrator_5_0_whats_new_wn.pdf Storage orchestration plans for HPE Primera, 3PAR and Alletra 9000 storage systemsDirectly orchestrate failover from Hewlett Packard Enterprise (HPE) storage systems, leveraging HPE native snapshot replication, to reduce the complexity of the recovery process.Streamlined operations with NEW enhanced dashboardAt-a-glance view of your target environment state alerts you to detect potential RTO and RPO violations before they impact your recovery.Simplified plan workflow with NEW inventory viewAccelerate orchestration plan creation with visibility into your whole environment.Release Noteshttps://www.veeam.com/veeam_orchestrator_5_0_release_notes_rn.pdf
Hi, I’m hoping someone can point me in the correct direction. I have Veeam B&R Community edition server running on my Windows 10 workstation. I do backups of the O/S drive daily and monthly, the user data hourly and monthly and the VM drive daily and monthly.I wanted to have bare-metal recovery but it turns out that Veeam’s bare metal recovery only works if the backups are taken by a Veeam Windows agent implementation. I tried this but because I am already backing data using B&R the agent policy fails.How can I get a bare-metal recovery option?I used to use Windows backup but I keep getting issues with other drives getting flagged as required and that blows out the space required for the Windows backup.Thanks in anticipation.Bob
One of my clients (public sector) has high security requirements for his IT environment – including backup and storage.I found the following statement from VEEAM about the used encryption standards and methods in Veeam Backup and Replication:“Veeam Backup & Replication supports the following encryption standards and methods:Data EncryptionTo encrypt data blocks in backup files and files archived to tape, Veeam Backup & Replication uses the 256-bit AES with a 256-bit key length in the CBC-mode. This is designed to support the FIPS 140-2 standard. More information around that standard can be found here. As a part of Veeam Backup & Replication’s ability to generate a key based on a password, it uses the Password-Based Key Derivation Function, PKCS #5 version 2.0 as a part of NIST Publication 800-132. Veeam Backup & Replication uses 10,000 HMAC-SHA1 iterations and a 512-bit salt. More information can be found here. Veeam Backup & Replication uses the following hashing a
A new storage integration for Veeam is available - DellEMC PowerStoreSee @Rick Vanovers blog entry on this:https://www.veeam.com/blog/dell-emc-powerstore-plugin.html
Hey All,I’ve tried to get some automation for the backup of my Citrix base images. I have a script that adds a machine to the backup job based on the name. Of course, these machines get created and deleted like flies, and I was wanting to automatically remove them if they’ve been removed from vCenter. I guess I could use tags, but then I’d have to rely on my Citrix admin to use the tags, and if it’s forgotten then there’s no backup, so I’ve decided a script is the way to go. So adding machines to the jobs works wonderfully, but I can’t seem to nail the way to remove the machines that aren’t in vCenter inventory. I also have the auto delete from backups turned on to prune the base images after x days. Here’s the snippet of powershell causing issues:#Searches the backup job to find any VM that don't have a size associated with the VM and assigns it to the variable ie. VM is still in the job but the VM is deleted.$NullVM = Get-VBRJobObject -job $Citrixbackupjob | Where-Object -Prope
I had a scenario in the lab where some partitions were not optimal for use but I wanted to keep the installation of Windows. In just 15 minutes, I was able to do a bare metal recovery with the Veeam Agent for Microsoft Windows and resize the partitions. This was best set with a video, enjoy!
[Array]$RepoList = Get-VBRBackupRepository | Where-Object {$_.Type -ne "SanSnapshotOnly"} [Array]$ScaleOuts = Get-VBRBackupRepository -ScaleOutif ($ScaleOuts) { foreach ($ScaleOut in $ScaleOuts) { $Extents = Get-VBRRepositoryExtent -Repository $ScaleOut foreach ($Extent in $Extents) { $RepoList = $RepoList + $Extent.repository } }}$RepoList | Select-Object Name, Path, `@{Name="CachedTotalSpaceGB"; Expression= {[Math]::Round([Decimal]$_.info.CachedTotalSpace/1GB,2)}}, `@{Name="CachedFreeSpaceGB"; Expression= {[Math]::Round([Decimal]$_.info.CachedFreeSpace/1GB,2)}} | Format-Table -AutoSize
If you didn't read it in the R&D digest, Anton Gostev has started a Ask Me Anything subreddit.http://askgostev.wtf/If you always wanted to ask Anton anything special and didn't find the right place, this could be your chance. Just keep on mind, that it's not meant for support requests and similar:This is NOT a good place to ask me about tactical stuff such as an advice about your particular environment, help with a support case or with a sales quote. However, if you have more of a global/strategic/tough question and you want my opinion specifically – now you have an opportunity to ask me directly
When backing up o365 data if I am using DAS like windows or linux, does the repository requirements remain same as for veeam backup & replication?
VBO backup server configure in AWS ECS and data will be store in AWS cloud S3 for O365 backup. what is the configuration require for VBO in AWS cloud
After reading MicoolPaul’s question “Linux Distribution of Choice” the answers to MicoolPaul’s question seemed to be more geared for a desktop.So I began to wonder what Linux distribution do people choose for servers in a production environment. Are people’s choice the same for a production server as their desktop choice? Of course, when you’re creating a Linux production server you don’t install an X11/Wayland Desktop Environment.In my environment, there some RHEL and Ubuntu servers. Linux appliances, provided by a vendor, seem to be CentOS, Ubuntu, and SuSE.What’s your production distro of choice?
We are trying to commission a new Veeam hardened repository for off-site backups (Backup Copy jobs). we have put the server behind internal NAT (i.e. using a private IP not an internet IP) as we feel this will improve the security. Backup jobs work but Backup Copy jobs do not and I am getting the impression that NAT is the problem. The primary repository is trying to communicate with secondary with its ‘real’ IP rather than the NAT IP. Can this be overcome?
VeeamONE allows you fire a script when alarms are triggered so given the time of year for the last Veeam User Group of the year I have created a Christmas themed dashboard and api to push alerts too and display them in real time.When an alert is received the dashboard which is subscribed to a websocket has the alarm detail pushed down to it and in turn has the alarm formatted and injected onto the page.Note there is a new experimental VeeamONE API I will look to show and provide an alternate dashboard where we are pulling the alarms directly.Here's an example of the dashboard running with one alarm having been pushed through.Ways you can use this yourselfRun the docker image I have already built For the time limited, use my demo endpoint at https://veeamonereceiver.benyoung.dev Clone the source code, modify if required and publish (built in aspnet core)There is a Get Started page that has links to the powershell script/alarm config, or a more detailed version is below.1. Run the docke
Happy Friday, everyone!I and @Rick Vanover are back for the week 54, highlighting NEW integration between Veeam University and Community Hub, Veeam Genius Quiz in France and the top 3 posts of the week Check it out now TODAY, 12 pm ET, Friday Tech Bites:Fresh off of TechMentor, @Rick Vanover and @Rin will recap some Azure and Microsoft 365 tips that were shared at this Microsoft-focused event. Backup, Security, Data Portability and more!https://www.linkedin.com/events/microsoft365andazuretipsandtric6866814233762394112/
what is the best option to configure O365 backup in veeam? cloud to cloud or first copy on prem and second copy cloud
I have been in touch with Packt publishing and we are starting to gather a list of potential people to conduct a review of my book coming out early 2022 - Mastering Veeam Backup & Replication v11 (update to my v10 book).I can only take about 6-8 people but if you want to get a PDF copy and can do an honest review for Amazon please send your name and email.If you are a Vanguard and have already reached out please don’t send again.
Hey guys I have a query,If I want to perform an azure SQL backup in veeam backup for azure and I choose staging server to process, what are the things I need to keep in mind when using staging server i.e, how can I add a staging server to veeam backup for azure, which region should the staging server be deployed? and while choosing staging server should I choose credentials of staging server or SQL ? If it is staging server how is it going to backup the SQL workloads without sql credentials ?
Hello,I would like to know if we can process the emails sent from Veeam once a day (once the backup window has finished) and ensure we have 2 success emails for each job (one for the main backup job and one for the replication job stating the backup jobs and its status). I would like to get an email daily that will mention all back jobs have been completed and its status (Successful, Warning or Critical). EX. I have 12 jobs and from those 12 jobs I want 2 emails stating those 12 jobs (One for main backup and for the replication) and saying that those jobs have been completed successfully, have warnings or some critical. this is for the backup and replication jobs.job 1 = back successfuly completed or warning or criticaljob 2 = back successfuly completed or warning or criticaljob 3 = back successfuly completed or warning or criticaljob 4 = back successfuly completed or warning or criticaljob 5 = back successfuly completed or warning or criticaljob 6 = back successfuly completed or warn
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.