ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

Veeam Backup and Replication 12 (BETA) – adding Hardened Linux Repository

By Vladan SEGET | Last Updated: December 21, 2023

Shares

This is our second post about the latest Veeam Backup and Replication 12 (BETA 2) where we'll be adding a hardened Linux repository as a backup target. In our first post we have proceeded with an installation of Veeam Backup and Replication 12 on the Windows Server system and created/restored our first backup.

Now it's time to try to test some new features. We will create and configure a hardened Linux repository and then add this repository as Veeam hardened Linux repository to our Veeam console, via a new wizard.

What we need to do is to first configure our Linux system by adding a service account, creating a mount point, and format a volume that will hold our backup files. While it's not something difficult, you must know how to do it (or learn it).

First, we need to create the repository on our Linux system. We're using an Ubuntu Linux server and we have installed Cockpit for web-based management. Like this, you can easily see the different volumes via the storage plug-in, and format the volume via XFS. Cockpit is a lightweight web-based Linux server management, which can be added to Linux server that is usually installed without the UI.

Let's get started. We create a mount point via a terminal window:

sudo mkdir /mnt/veeamrepo

Then initialize the data disk and format it as XFS…

Then set the location of the mount point as /mnt/veeamrepo

Here is the view…

Next, we need to create a service user (I called it veeamrepo, but probably perhaps I should name it different way as now I have two identical names in this blog post …. hm. Let's try thi anyways…. it's best to choose a different name).

Adding the new user:

sudo useradd -d /home/veeamrepo -m veeamrepo -s /bin/bash

Assign a password to this user via:

sudo passwd veeamrepo

Add this user to the sudoers and check if it's in:

sudo usermod -a -G sudo veeamrepo

getent group sudo

Change ownership of the directory /mnt/veeamrepo

sudo chown -R veeamrepo:veeamrepo /mnt/veeamrepo/

Assign permissions:

sudo chmod 700 veeamrepo/

Note: if  you don't assign permissions, your Veeam wizard will not be happy with that and throws an error on you.

Step 2 – Go to the Veeam console and add new repository.

Right-click Backup Repositories (or use the icon Add Repository) > Direct Attached Storage > Hardened Repository.

Follow the assistant. You'll be asked to add the IP or DNS of the Linux server, then the access credentials. We will use our service account we have created in earlier steps.

Veeeam will deploy certain components to this Linux server such as transport and datamover services as well as a certificate. I have created a short video that shows the process of adding a new hardened Linux repository.

At the end, you should see all green check boxes.

From the Veeam perspective, it is not difficult, but you have to make sure that your Linus host has the storage configured and mounted and that the user you'll use for the connection has enough rights and can access in RW the folder where you'll store the backup files. Otherwise, the wizard will throw some errors and you'll see it.

I know that Linux repos can be challenging to set up, but there are tons of guides that you can use to make your way through it. Here is the quick video. (External Link here).

 

More about Veeam v12

  • Veeam Backup and Replication 12 (Beta2) Installation
  • Quickly setup a Veeam immutable repository via this GitHub Script
  • Veeam v12 Announced
  • VeeamON 2022 – (recordings are online…….v12, Ransomware, Kubernetes, Cloud-native Backups, Salesforce and Microsoft 365)

 

More posts from ESX Virtualization:

  • VMware vCenter Server 7.0 U3e released – another maintenance release fixing vSphere with Tanzu
  • VMware vCenter Converter Discontinued – what’s your options?
  • How to upgrade VMware VCSA 7 Offline via patch ISO
  • vSphere 7.0 U3C Released
  • vSphere 7.0 Page[All details about vSphere and related products here]
  • VMware vSphere 7.0 Announced – vCenter Server Details
  • VMware vSphere 7.0 DRS Improvements – What's New
  • How to Patch vCenter Server Appliance (VCSA) – [Guide]
  • What is The Difference between VMware vSphere, ESXi and vCenter
  • How to Configure VMware High Availability (HA) Cluster

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

 

Shares
5/5 - (1 vote)

| Filed Under: Backup, Cloud, How To, Server Virtualization, Tips, Videos Tagged With: Veeam Backup and Replication 12

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. reyhan says

    September 15, 2022 at 12:25 pm

    thanks keren banget mantap

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in