Calculation Method for Data Center Resources – Power, Cooling, and Capacity Planning

Calculation Method for Data Center Resources – Power, Cooling, and Capacity Planning

I'm often asked at work, "How effective is your backup software's deduplication? How much space does the backup data take up?" Honestly, in terms of effectiveness, this is often directly related to the type of data and how it's stored. Different methods and different types of equipment can produce vastly different results, so this question is honestly very difficult to answer in a single sentence. However, no matter what, backup data requires disk space for storage, and during the design phase of a backup project, the capacity of the backup repository must be designed. This design is usually directly related to the user's storage costs, storage efficiency, and backup availability, making it a critical part of the backup project. Designing the storage capacity and bandwidth as accurately as possible is directly related to the success or failure of the project.

Introduction

Data centers are the backbone of modern IT, but managing resources like power, cooling, and capacity requires precise calculations. Without proper planning, businesses risk downtime, inefficiency, and high costs.

This guide explains the calculation methods for data center resources, helping IT administrators achieve the right balance between performance, efficiency, and scalability.

Here, I will use a typical virtualized environment as an example to illustrate how this calculation should be performed.

Environment information:

ESXi Hosts: 25

VMs: 500

Average disk capacity per VM: 200GB

Total Datastore used capacity: 100TB


Bandwidth Design


Typically, the backup process involves two modes: full backup and incremental backup. Generally, the first backup is a full backup, which transfers all data from the virtualized environment to the backup storage device, so the amount of data transferred is almost the entire used capacity of the Datastore. All subsequent transfers are incremental backups, transferring the amount of changed data in the virtualized environment, commonly the daily change rate. For this article, we will temporarily use the daily change rate as the unit for calculation.


In each environment, the daily change rate can be obtained from the Veeam ONE change assessment report, which provides a relatively accurate value. I will assume this change rate is 7%. So we get the following values:


Initial transfer data volume: 100TB

Daily incremental transfer data volume: 7TB


After enabling optimized compression and deduplication, assuming it achieves a conventional effect, the actual data transferred is 50% of the Datastore capacity:


Actual initial transfer data volume: 50TB

Actual daily transfer data volume: 3.5TB


Therefore, the required bandwidth is calculated as follows. Assuming for the initial transfer, we can run a continuous transfer for 24 hours on Saturday, and subsequent incremental backups are performed during daily business idle hours from 8:00 PM to 6:00 AM. After accounting for the basic configuration time of the backup job, we estimate that the actual data transfer time is about 80% of the total time. So, out of a 10-hour backup window, 2 hours are for basic backup configuration and waiting, and 8 hours are for actual data transfer. A simple calculation example is as follows:


Full backup required bandwidth: 50 * 1024 * 8 / (24 * 3600 * 80%) = 5.93 Gbps (1 GB/s = 8 Gbps)


Incremental backup required bandwidth: 3.5 * 1024 * 8 / (10 * 3600 * 80%) = 1 Gbps (1 GB/s = 8 Gbps)


From the above, we can see a general picture. The read/write throughput on the network and disks can be planned according to this data, configuring the appropriate number of NICs/HBAs to achieve the required backup throughput.


Capacity Design


Depending on the backup mode, capacity design is easiest to calculate when the data storage has no deduplication technology. The following will use the most common conventional incremental backup as an example to explain the calculation method, which is also a relatively simple calculation.


Keep at least 14 backup copies, perform one full backup per week, and perform one incremental backup per day.


Per week: Full backup 50TB * 1, Incremental backup 3.5TB * 6, Total: 71TB

Per month: 4 Weeks, Total: 71TB * 4 = 281TB


Considering an additional 15% cache-free capacity, the total estimated capacity is: 326.6TB


This is the conventional way to design backup capacity. Here, I also have an excellent tool to recommend: the Veeam Backup Repository Capacity Calculator, created by Veeam. This tool offers more comprehensive and detailed calculation methods, allowing you to input more data based on actual situations. The Veeam calculators online tool address is as follows:

https://www.veeam.com/calculators/simple/vbr/machines/vm

screenshot of Veeam calculators

👉 Related reading: How to Solve the Problem of ESXi 7.0 System Storage Occupying Space


Secure Veeam Backup & Replication Login v13– Complete Guide to VBR Authentication

Secure Veeam Backup & Replication Login – Complete Guide to VBR Authentication


Introduction

Among the new features in v13, the most important are the security enhancements. Starting from this installment, I will provide a detailed introduction to the new security functions launched in v13 through practical application examples.

As cyberattacks and ransomware threats increase, securing Veeam Backup & Replication (VBR) login is more important than ever. VBR is often the last line of defense for enterprise data, making it a prime target for hackers.

This guide provides a step-by-step approach to securing VBR authentication, including multi-factor authentication (MFA), account protection, and best practices to prevent unauthorized access.

Today, let's start with identity authentication. In enterprise backup architectures, the security of management console accounts and access governance is crucial. Veeam Backup & Replication (VBR) now supports SAML-based single sign-on (SSO) in v13, which means you can centralize identity authentication to your organization's existing identity provider (IdP)—such as Azure EntraID. Through SAML integration, you can manage VBR logins alongside your company's account lifecycle, group policies, MFA, and auditing: operations become clearer, permission revocation is more timely, and higher compliance is achieved. This article uses Azure EntraID as an example to show you the specific methods for this integration in detail. For other similar solutions, such as Authing domestically or Okta and Auth0 internationally, you can try them yourself, following the Azure method.


Configuration Prerequisites

The prerequisites for configuring and using SAML integration are very simple; just install VBR using the latest Veeam Software Appliance. Of course, because network services are involved, there are still some necessary conditions for configuring SSO:


The VBR server must be able to access Azure EntraID's relevant endpoints.

Time synchronization: NTP servers must be correctly configured on VBR, and the time cannot be out of sync. SAML is timestamp-based, and authentication will fail if there is a deviation.

An Azure EntraID administrator account with permissions to create enterprise applications and assign users.

VBR administrator permissions, which are the foundation for configuring VBR accounts and identity integration.

The Windows machine where VBR Console is installed must correctly resolve the VBR hostname or FQDN; otherwise, the URLs in the SP/IdP Metadata won't match.

Why VBR Login Security Matters

If attackers gain access to Veeam Backup & Replication, they can delete backups or alter configurations, leaving businesses vulnerable.

📌 According to CISA Cybersecurity Guidelines, securing backup solutions is critical in mitigating ransomware risks

Configuration Method

The following configuration is divided into Azure and VBR parts and must be done in a specific order, so it is recommended to proceed sequentially.


Generate SP Information in VBR and Export Metadata

  1. First, log in to the VBR console using the veeamadmin account. In VBR, open the hamburger icon (three horizontal lines) in the upper left corner and select Users and Roles from the dropdown menu.
    screenshot of VBR Users and Roles

  2. Switch to the new Identity Provider interface in v13. By default, the Enable SAML Authentication option here is unchecked. Check it to enable it, and then look at the Service Provider (SP) Information section below. In identity authentication, VBR now acts as the service provider (SP) for the application, so we first need to install a certificate for VBR here. Click Install.
  3. You can choose one from the local certificate store. Select an existing certificate from the certificate store and click Next.
  4. In the certificate store, find the certificate with the Friendly Name Veeam Backup Server Certificate, then click Finish to complete.
  5. At this point, you will see that the Certificate field in the SP Information section now has information, CN=<Backup Server FQDN>. The next step is to click the Download button below Install to download the XML file from the SP side and save it. This file will be used later during the Azure configuration.


Upload SP Metadata in Azure EntraID and Assign Users.


  1. First, create a security group for VBR named VBR Users. Add a user to this group, for example, I added my own account.
  2. In EntraID, find Enterprise apps. We need to create a new Application for VBR's identity authentication. Click New Application to create it.
  3. When creating, do not choose from the catalog. Click Create your own application, then in the pop-up on the right, enter the app name and select Integrate any other application you don't find in the gallery (Non-gallery). For example, mine is called vbrsso.
    screenshot of Create your own application

  4. After this Application is created, you will automatically be taken to the Application Overview interface. The Getting Started section clearly lists the next steps. You can configure them one by one as needed, following steps 1, 2, 3, 4, and 5. For VBR, we only need to configure two: Assign users and groups, and set up single sign-on.
  5. After assigning the group created in the first step, VBR Users, to this application, click the second step, Set up single sign-on. This will take you to the single sign-on configuration interface. Here, we select the SAML option to integrate with VBR.
  6. After entering the SAML configuration interface, steps 1-2-3-4 are clearly listed. However, we don't need to edit each item here individually. Just find the Upload metadata file option at the top, click it, and upload the XML file we just exported from VBR. Save it to complete the single sign-on configuration here. After uploading, you can see that the URLs in Basic SAML Configuration have been correctly updated to my VBR's FQDN.
  7. Next, find the last row in the SAML Certificates box in step 3 above, click the Download button next to Federation Metadata XML, and download another automatically generated XML file from Azure EntraID.

At this point, the setup on Azure is complete.

Return to VBR and update the IdP configuration information.


  1. Go back to the Identity Provider interface under Users & Roles in VBR, find the Identity Provider (IdP) Information settings. This is the information for the identity provider in the single sign-on setup, which in this case is Azure Entra ID acting as the identity provider. Click Browse next to it and upload the XML file you just downloaded from Azure. After the upload is complete, you will see that all the IdP information below has been correctly updated to Microsoft's URLs.
  2. After clicking OK to complete the setup, we can reopen Users and Roles to add a user. Click Add..., and the External user or group option will appear; select it.
  3. In the pop-up Add User dialog box, enter the complete Azure Entra ID email address.
  4. With this, the entire configuration is complete. Let's test the login. Open the VBR client, and you will see that the Sign in with SSO option has appeared. Click on it directly.
  5. After clicking, the login window will automatically pop up with the standard Microsoft login interface. After entering the password, the Microsoft MFA approval for login will also pop up. After approving it on the mobile Authenticator app, the VBR Console will successfully redirect and log in.
  6. Let's also try the web interface. In the WebUI, we can similarly see the new Sign in With SSO option.
    screenshot of VBR Sign in With SSO option

  7. Likewise, after approving the login, we can access the Web UI with Veeam permissions. In the upper right corner of the Web UI, we can see that the accessing user's account and email are correctly displayed.


Viewing login audit information in Azure

In the Azure Entra ID management audit interface, you can clearly see the login information from VBR.

👉 Related reading: Veeam File-Level Recovery Guide

Conclusion

By following the above method, the integration between VBR and Azure Entra ID can be easily configured. It is important to note that users configured this way are only backup system users. They cannot log in to the Appliance's Veeam Management Console like the veeamadmin and veeamso accounts can; this SSO account cannot manage the Appliance.

From a security perspective, this configuration effectively separates backup system permissions. The authentication for the backup system is completely separated from the accounts for the backup infrastructure, which better complies with the usage standards of large enterprises and organizations.

Veeam File-Level Recovery – Powerful Open VM Backup and Restore Solution

Veeam File-Level Recovery – Powerful Open VM Backup and Restore Solution

introduction

After a virtual machine backup, there are typically many recovery methods available, each suited for different recovery scenarios. One widely used method is file-level recovery. This isn't some new technology—this need existed back when virtualization backups first emerged, and it was implemented early on by major backup software vendors. At first glance, this technology seems straightforward, but when it comes time to actually recover, Veeam can be a huge help.

Accidental file deletion or corruption can bring business workflows to a halt. Instead of restoring an entire VM, Veeam’s file-level recovery (FLR) allows administrators to quickly recover individual files from backups.

This makes it one of the most powerful features of Veeam Backup & Replication, ensuring businesses save time and reduce downtime during recovery operations.

Let's look at this situation: I've opened the file-level restore browser, which is usually an interface provided by the backup software vendor:

📌 According to Veeam’s official documentation,  FLR is available in both the free and paid editions.

Check the content of the Files before recovering them

There's a bunch of PDF files here, but I have no idea what they are. Just looking at the filenames, I can't tell what they contain. Before restoring, can I open them to take a look? What if I restore the wrong files—wouldn't that make the recovery pointless?

screenshot of Veeam Open in Explorer


This is a magical button. When we click it, we can see the file contents. Then I discovered that these PDFs I couldn't open before—I can now preview them locally before deciding to restore them. Isn't that great!

Recover the file in ZIP

Here's another scenario: with ZIP files, I might only want to restore specific files inside the archive. How do we handle that? The same incredibly versatile button can handle this, too.


This magical button opens up endless possibilities for recovery. For various objects that only special applications can recognize, as long as the application is pre-installed and can recognize the data format, this amazing button can help us extract objects and restore content. Data content is the core of our information systems—any recovery that doesn't care about the content is downright deceptive. So please, use this button before restoring!

Key Benefits of Veeam FLR

  • Fast recovery: No need to restore entire VMs.

  • Cross-platform support: Works for Windows, Linux, and other OS.

  • Granular restore: Recover single files, folders, or application data.

  • Secure process: Files are restored directly from backups without altering the source VM.

👉 Related reading: Free Tool: Veeam Backup & Replication Community Edition

Conclusion

The Veeam file-level recovery feature is a must-have for IT admins who need fast, reliable, and granular recovery options. Instead of restoring full VMs, businesses can quickly bring back only the required data, reducing downtime and improving operational efficiency.

By integrating this tool into your Open VM backup strategy, you gain a secure and efficient way to recover files on demand.

A Brief History of FreeStor – Evolution of Open-Source Storage Solutions

 A Brief History of FreeStor – Evolution of Open-Source Storage Solutions

Introduction

FreeStor has been a significant name in the world of software-defined storage (SDS). Originally designed as a unified storage management platform, FreeStor simplified backup, recovery, and data mobility across multi-vendor environments.

In this article, we’ll explore a brief history of FreeStor, its evolution, and its influence on modern enterprise data protection solutions.

Although the term "software-defined storage" only began to gain popularity in the storage industry around 2015, FreeStor's birth and technological evolution actually spanned over a decade, long before the concept of "software-defined storage" even emerged. In fact, the company had already been practicing "software-defined storage" for more than ten years prior and has consistently adhered to the "software-defined" philosophy while innovating for the past fifteen years.

📌 According to FalconStor’s archives, FreeStor was one of the first platforms to fully embrace storage virtualization.

To discuss FalconStor's history, one must mention ARCserve. ARCserve was the world's first client/server architecture backup software, launched by Cheyenne Software, and it dominated the backup software market in the 1990s. It's worth recalling that ARCserve began selling hotly in China in 1996. At that time, Veritas had just acquired OpenVision and was still figuring out how backup worked (has anyone ever wondered why NetBackup's installation directory is called /usr/openv?). BackupExec, under Seagate, could only rely on Microsoft's shadow to operate guerrilla-style, and Commvault had just been founded without any products yet. This client/server architecture remains the fundamental framework for nearly all backup software on the market even today. After Cheyenne Software was acquired by Computer Associates (CA), ARCserve continued to shine in the market for several more years, steadily holding over 40% market share—until the core R&D team left CA around 1999-2000 to establish FalconStor Software.


As a side note: after losing this team, ARCserve's market position declined sharply. Veritas/Symantec gradually took over as the market leader, and CA never recovered in the backup field until ARCserve spun off from CA last year—it remains to be seen if it can make a comeback. Those familiar with this history may note that, to this day, a significant proportion of FalconStor employees—from the CEO down to staff at various levels in countries including China—have Cheyenne or CA experience on their resumes. From this perspective, FalconStor Software can indeed be described as a team with tradition and history.

screenshot of Arcserver software


Only storage veterans have seen this old ARCserve software box.


IPStor: The Earliest "Software-Defined Storage"


When FalconStor Software was founded in 2000, its first product, IPStor, was "software-defined storage." The main use of IPStor was to install the IPStor software on a standard x86 server, turning it into a storage virtualization gateway. It connected upward via IP networks (later switching to FC, and adding iSCSI as it emerged) to all application servers, and downward via FC and SCSI (gradually incorporating iSCSI and FCoE later) to all disk arrays. This architecture enabled the integration of heterogeneous storage and remote connectivity over IP networks, while also providing various advanced management features.


The concept behind IPStor was absolutely ahead of its time. Looking back to the turn of the century in 2000, not only was "software-defined storage" unheard of, but even the concept of storage virtualization didn't exist. VMware had just been born not long before, and server virtualization was only possible on UNIX and mainframes.


It was precisely because it was too far ahead of its time that, although it caused a major stir and discussion within technical circles, IPStor was somewhat "born at the wrong time." At that time, corporate data volumes and the number of storage devices were far less than today, so the demand for heterogeneous storage integration wasn't strong. Additionally, IP network performance wasn't high back then, making the idea of integrating storage over IP networks seem too radical. Furthermore, FalconStor's capabilities in market promotion and sales lagged significantly behind its competitors. For these reasons, IPStor's market reception wasn't ideal.

"Software-Defined Backup Appliances" and "Software-Defined Disaster Recovery"


Nevertheless, IPStor remains a technically advanced platform. Building on IPStor, FalconStor integrated tape virtualization and management functions and was a pioneer in implementing deduplication technology, leading to the launch of its Virtual Tape Library (VTL) software. FalconStor's VTL software was once extremely popular, forming partnerships with most major storage vendors, including EMC, IBM, HP, HDS, as well as domestic companies like H3C, Huawei, and Tongyou, all of which OEM'd FalconStor's VTL technology. Combined, they once held over 50% of the market share. From today's perspective, FalconStor's VTL can actually be seen as a precursor to "software-defined backup appliances" or "software-defined deduplication."

FreeStor: Modern "Software-Defined Storage"


The reason we've discussed so much history is that IPStor is the predecessor of FreeStor, while CDP and VTL can be considered "derivative products" born from the same roots. In fact, FreeStor was developed as version 8.0 of IPStor. Therefore, IPStor's foundational architecture and design philosophy have been well preserved. Meanwhile, the various test results from IPStor, VTL, and CDP—especially regarding compatibility—remain largely valid. Thus, compared to other software-defined storage technologies and products on the market, FreeStor's advantage lies in its thousands of active users, meaning its stability and compatibility have been thoroughly proven, making it more mature in many aspects. FreeStor's slogan, "Fifteen Years of Software-Defined," is genuinely well-deserved.


Compared to the previous IPStor, FreeStor has undergone numerous improvements that fully justify the rebranding. The main enhancements in FreeStor include:


  • 1) Significantly improved performance to meet the demands of emerging flash media;
  • 2) Greatly enhanced scalability and parallel read/write capabilities;
  • 3) Added support for OpenStack;
  • 4) Designed a more user-friendly interface;
  • 5) Switched to a usage-based pricing model.


With these improvements, FreeStor can finally be said to have been completely transformed.


We believe that FreeStor will carry forward and enhance IPStor's software-defined storage philosophy and achieve even greater success. This is because today's enterprise users face more complex storage architectures and more pronounced heterogeneous management challenges compared to fifteen years ago. Even with a single-vendor procurement strategy, the integration of heterogeneous systems remains difficult, especially with the addition of flash arrays. At the same time, storage costs have become a more pressing issue, and the strategy of continuously expanding existing high-end storage arrays is facing serious challenges. In response to these issues, FreeStor can break vendor lock-in, optimize storage resources, and improve the cost-performance ratio of the entire storage architecture—all while ensuring performance. It also enhances manageability, high availability, scalability, and provides comprehensive backup and disaster recovery mechanisms.


Conclusion

The history of FreeStor reflects the shift from proprietary storage systems to software-defined, vendor-neutral solutions. By introducing centralized management, efficient replication, and hybrid capabilities, FreeStor helped shape today’s enterprise storage landscape.

Organizations continue to benefit from its pioneering ideas, which paved the way for modern data mobility and storage virtualization.

👉 Related reading: VMware Backup Best Practices


Free Migration Tool by Veeam – Quick VM Migration with Backup & Replication

Free Migration Tool by Veeam – Quick VM Migration with Backup & Replication

Introduction

As a VMware administrator, you often encounter awkward situations. There are always scenarios where VMware vMotion isn't suitable, leaving you wondering whether to migrate or not when proper tools are unavailable.

Don't worry - the free Veeam Community Edition comes to the rescue. What vMotion can't handle, Quick Migration can. While it takes more time, you get the migration completed without requiring any product licenses - it's a free, unlimited-use solution. During Veeam's Instant VM Recovery, there's an option called Quick Migration, which is an optional step in the Instant VM Recovery process. When we need to migrate data from backup storage to production storage but lack VMware Enterprise Plus licensing (making the sophisticated Storage vMotion unavailable), or when there's no vCenter available during recovery and only a single ESXi node is providing services, Quick Migration becomes an excellent choice. You only pay with slightly more downtime than Storage vMotion, but gain much broader compatibility, making it a perfect supplemental solution.

But Quick Migration's uses extend far beyond this. Let me briefly give a few examples:

screenshot of Veeam Quick Migration


Cross-vCenter, Cross-Datacenter VM Migration

This is typically a complex manual operation or requires sophisticated solutions. With Veeam, this operation becomes extremely simple - Quick Migration can handle it. As long as suitable proxies are available, Veeam can perform such migration operations without relying on backups. That means Veeam's migration can proceed directly without requiring backup or replication operations as prerequisites.


The operation is very simple - there's a button in Veeam's interface. Just click it and follow the wizard to complete. During migration, Veeam also supports basic operations like Thin/Thick conversion and disk redirection.


LAN-Free Migration

What? Can virtual machine migration be LAN-free? Yes, you read that correctly. Veeam's Quick Migration can achieve LAN-free operation through proper proxy configuration. Using Direct SAN Access technology, both Fiber Channel and Direct NFS technologies can be used in Quick Migration, thereby avoiding VMKernel bandwidth limitations. This helps effectively control data flow during large-capacity virtual machine migrations.


Of course, we might achieve similar results through other methods or tools, but Veeam provides additional options here, giving us more tools to tackle the challenges we face in daily virtualization data management.

Why Use Veeam Quick Migration?

Unlike manual methods, Quick Migration leverages backup and replication technologies to ensure data safety during VM moves.

Key Benefits:

  • Zero or minimal downtime for production VMs

  • Works even when vMotion is unavailable

  • Safe migration using existing backups

  • Simple wizard-driven interface

📌 According to Veeam’s official documentation, Quick Migration is included in all editions of Veeam Backup & Replication, including the free Community Edition.

How Quick Migration Works

  • Veeam creates a temporary snapshot of the VM.

  • It transfers changes to the target host or datastore.

  • The VM is powered on in the new location with minimal interruption.

👉 Related reading: Free Tool: Veeam Backup & Replication Community Edition

Conclusion

The Veeam free migration tool (Quick Migration) provides IT administrators with a safe, reliable, and simple way to move VMware VMs without downtime.

By combining backup, replication, and migration, Veeam ensures business continuity while helping organizations optimize infrastructure and reduce risks.

Other Free unlimited tools from Veeam Backup & Replication Community Edition 

Free Veeam FastSCP Tool – Simplify File Copy and Backup for VMware ESXi


Last time we talked about VeeamZIP and Veeam Storage Snapshots, Free Tape Drive/Library Management Tool. This time, let's introduce another powerful free tool in VBR

Introduction

Managing files in VMware ESXi environments can be challenging without the right tools. Veeam FastSCP, a free utility from Veeam, was designed to simplify secure file copy, backup, and VM data management for VMware admins.

This tool remains a favorite in the virtualization community because of its ease of use, speed, and reliability.

This feature might be completely unfamiliar to the vast majority of people—even seasoned Veeam veterans who've been using it for years might be completely unaware of its existence. However, if you're a die-hard Veeam fan and have been following them since 2008, you might not find it unfamiliar. Yes, this is Veeam's very first product from their startup days: Veeam FastSCP.


This product once had its own standalone software package, but now it's hidden within the Files view of the VBR Community Edition. In the Files view, all the operations above are standard Veeam FastSCP functionality. Here, any managed server node can easily transfer data using FastSCP's capabilities. Veeam enables data from these managed nodes to be effortlessly transferred to their destination through Veeam's data transfer service.

screenshot of Veeam FastSCP


An even more powerful feature is that for VMware virtual machine text configuration files—such as VMX, VMDK descriptor files, etc.—FastSCP also provides online editing functionality. Administrators no longer need to open the ESXi Shell and access the console to modify these files.

There are also no quantity restrictions for managed nodes using this feature. Administrators can freely use FastSCP to transfer data.

Why Use Veeam FastSCP?

Traditionally, transferring files between ESXi hosts and local storage required complex SSH/SCP commands. Veeam FastSCP simplified this process with:

  • A graphical interface for file transfers

  • Secure connections using standard ESXi protocols

  • Faster performance than manual SCP commands

📌 According to Veeam’s official site, FastSCP became one of the most popular free VMware tools ever released.

Key Features of Veeam FastSCP

  • Free, no license required

  • Up to 6x faster file copy compared to standard SCP

  • Automatic resume for interrupted transfers

  • Full support for VMware ESXi free edition

  • Simple interface designed for VMware administrators

Best Practices for Using FastSCP

  • Use FastSCP for large ISO and VMDK file transfers.

  • Pair with Veeam Backup & Replication for a complete backup solution.

  • Always verify checksums after large transfers to ensure file integrity.

  • If upgrading to modern VMware environments, consider Veeam Backup Community Edition for advanced features.

Conclusion

The Veeam FastSCP free tool remains an essential utility for VMware administrators who need a fast, secure, and reliable way to copy files and backups in ESXi environments.

While newer tools now provide extended functionality, FastSCP still stands as a lightweight, free, and efficient option for file management in VMware infrastructures.

Free Tape Drive and Library Management Tool – VBR Simplify Backup and Archiving

Free Tape Drive and Library Management Tool – VBR Simplify Backup and Archiving

Last time we talked about VeeamZIP and Veeam Storage Snapshots. This time, let's introduce another powerful free tool in Veeam Backup & Replication Community Edition (VBR).

screenshot of VBR Tape library

Introduction

Tape storage may sound old-fashioned, but it remains one of the most reliable and cost-effective solutions for long-term data archiving and backup. Managing tape drives and libraries, however, can be complex without the right software.

This guide introduces a free tape drive and library management tool designed to make tape operations easier for IT admins handling enterprise backup and archiving strategies.

When you buy a tape drive, you typically need to pair it with expensive backup software to use it. Many backup software vendors even charge per drive for tape usage—adding just one drive can easily cost hundreds of thousands in licensing fees.

With Veeam Backup & Replication Community Edition, tape drive/library management and usage are completely free. Administrators can use the File to Tape feature to write data to tapes. The key point is, just like the previous two capabilities, no matter if your environment has 1 tape drive, 10 tape drives, 10,000 tapes, 10 million files, or 1PB of data, using Veeam's tape drive/library management is fully authorized and completely free, with unlimited usage.

Here is Veeam Tape library compatibility list

So next time you buy a tape drive, don't foolishly spend money on expensive companion software just for file-to-tape functionality. Veeam Backup & Replication Community Edition is all you need.

Why Tape Still Matters in Modern IT

While cloud storage and disk-based solutions are popular, tape remains valuable because it offers:

  • Low cost per terabyte for archiving.

  • Durability with a lifespan of 20+ years.

  • Air-gap protection against ransomware.

📌 According to IDC Research, enterprises still rely on tape for compliance and disaster recovery due to its long-term reliability.

Conclusion

A free tape drive and library management tool can simplify the often-overlooked process of tape-based backups and archiving. With features for automation, monitoring, and compatibility with enterprise backup solutions, it helps IT admins reduce complexity while improving reliability.

For organizations seeking cost-effective long-term storage, tape remains an essential component of a strong data protection strategy.

Free recovery Tool: Veeam Backup & Replication Community Edition - Storage snapshots

Free recovery Tool: Veeam Backup & Replication Community Edition - Storage snapshots

Last time we introduced the Free Backup tool VeeamZIP, now today it's another free tool: Storage snapshots

Introduction

Data protection is essential in modern IT environments. For small businesses and home labs, cost is often a barrier to deploying enterprise-grade backup solutions. That’s why Veeam Backup & Replication Community Edition is a game-changer—it delivers powerful backup and replication features for VMware and Hyper-V at no cost.

Storage snapshots are an advanced feature of Veeam, typically found in the Enterprise Plus edition. Because configuration is somewhat complex, requiring knowledge of both virtualization and storage infrastructure, many entry-level administrators don't commonly use this feature.

However, if your storage is NetApp, Dell EMC SC or Unity, HPE 3PAR or Nimble, Lenovo V-series or DM-series, or Huawei OceanStore series storage, you can fully and freely use the storage snapshot recovery feature in the Community Edition at no cost. This feature will significantly expand these storage systems' capabilities in virtualized environments. Leveraging Veeam's storage snapshot parsing and recovery capabilities, any volume snapshot taken on these storage systems can be utilized with Veeam's full-featured recovery technology, including:

  • Performing instant single VM recovery from volume snapshots;
  • Performing instant single virtual disk recovery from volume snapshots;
  • Recovering guest OS granular files from volume snapshots;
  • Recovering application objects, including SQL, Oracle, Exchange, AD, and more.

screenshot of veeam free edition: storage snapshot


This recovery capability operates without backup tasks and doesn't require Veeam to run backup jobs, making it completely free for snapshot users. Whether your environment has 100 ESXi hosts, 10 enterprise storage systems, 1000 virtual machines, or 1PB of data, recovering data from storage snapshots using this feature remains entirely free. It essentially provides these storage systems with powerful, additional value-added functionality.


So stop saying storage snapshots aren't useful! If you haven't used storage snapshots yet, go ahead and give them a try!

Why Choose Veeam Community Edition?

The Community Edition is designed for small infrastructures, offering protection for up to 10 VMs, servers, or workstations completely free.

Key Benefits

  • Agentless backup for VMware and Hyper-V

  • Fast recovery options (full VM restore, file-level recovery)

  • Application-aware backups for SQL, Exchange, and Active Directory

  • Replication capabilities for disaster recovery

  • Free forever, no license expiration

📌 According to Veeam’s official site, the Community Edition includes most features of the paid version but with resource limits.

Best Use Cases for Veeam Free Edition

  • Small businesses with limited infrastructure

  • IT pros running lab environments

  • Developers testing backup strategies

  • Organizations needing low-cost disaster recovery

How to Get Started with Veeam Community Edition

  1. Download the installer from the official Veeam website.

  2. Install on a Windows Server or supported OS.

  3. Add VMware ESXi or Hyper-V hosts.

  4. Configure backup jobs and test recovery.

Conclusion

The Veeam Backup & Replication Community Edition is an excellent free tool for VMware and Hyper-V environments, offering enterprise-grade features without cost.

By leveraging Veeam’s backup, replication, and recovery capabilities, IT admins can ensure data resilience and disaster recovery readiness for small-scale deployments.

Free Backup for VMware and Hyper-V with Veeam Community Edition VeeamZIP

 Free Backup for VMware and Hyper-V with Veeam Community Edition VeeamZIP

Today, I want to introduce Veeam Software's excellent free tools, recommended for every IT administrator. As a leader in the backup solutions field, Veeam not only offers its powerful flagship product, Veeam Availability Suite, but also provides a full suite of free tools for every IT administrator. These tools are completely ad-free, have no restrictions, and can be used freely. However, they differ from open-source software; Veeam refers to them as Community Edition software.


Veeam's Community Edition software is slightly different from its full-featured commercial versions. Some advanced product features are limited, and there are restrictions on the number of licenses. For detailed limitations, see the Veeam official website:


Nevertheless, despite these restrictions, countless administrators have come to love this powerful Community Edition software. Below, I'll discuss what the Veeam Backup & Replication Community Edition can do in an administrator's daily operations. Using these features doesn't consume any Veeam licenses, including the built-in 10 free gift licenses, yet they bring tremendous convenience to our operational management.


VeeamZIP, Free Compression Software from Veeam

screenshot of VeeamZip


This is one of Veeam's classic features, hidden within Veeam products since the first generation, and included as a standard function. As the name suggests, it essentially allows you to package a VMware or Hyper-V virtual machine into a compressed file, turning it into a ZIP archive—similar to how we compress files normally. During restoration, you can extract the original data you need from this compressed archive.


However, VeeamZIP is more than just that; its powerful functionality doesn't stop at ZIP files. VeeamZIP uses Veeam's standard backup engine, but it's not an ordinary backup scheduled task. It's a full backup of the entire virtual machine. Each VeeamZIP operation triggers the backup engine to perform a full backup of the virtual machine, resulting in a .vbk full backup archive.


During restoration, VeeamZIP is treated as a first-class citizen in Veeam, with access to the full suite of recovery features, including:

- Instant Recovery, including cross-platform recovery to VMware or Hyper-V in v11

- Instant Disk Recovery

- Full VM Restore

- Virtual Machine Disk Restore

- Virtual Machine File Restore

- Guest OS Granular File/Object Restore

- Restore to Amazon EC2

- Restore to Microsoft Azure

VeeamZIP doesn't consume any of the 10 built-in instance licenses 

More importantly, VeeamZIP is truly free and doesn't consume any of the 10 built-in instance licenses in the Community Edition. Whether your environment has 100 ESXi hosts, 1000 VMs, or 1PB of data capacity, you can use the Community Edition's VeeamZIP to create compressed archives for these virtual machines without any restrictions.

Additionally, there are automated scripts to back up your VMware or Hyper-V environment.  

1. Automate Backup

2. PowerShell Script for Automatic Backup with Veeam Backup Free Edition

3. Office Guide for Veeam Backup Free Edition with PowerShell 


Next Blog, I will introduce another free tool of Veeam Community Edition: storage snapshot

👉 Related reading: VMware Backup Best Practices

Disaster Recovery Success with Vinchin – Reliable Backup and Business Continuity Solutions

Disaster Recovery Success with Vinchin – Reliable Backup and Business Continuity Solutions

cover image of Disaster Recovery Success with Vinchin


Introduction

When disaster strikes, businesses need fast recovery and reliable data protection to keep operations running. Vinchin has emerged as a trusted provider of enterprise backup and disaster recovery solutions, helping organizations achieve business continuity with confidence.

This article highlights how Vinchin delivers disaster recovery success, what makes its approach effective, and why enterprises are choosing it over traditional methods.

Are you worried about losing critical business data in a disaster? Disaster recovery is a game-changer for businesses aiming to protect data and ensure operations run smoothly. In this article, we dive into the inspiring journey of Vinchin Technology, a Chinese company that transformed from a small tech startup into a global disaster recovery leader. Led by founder Xiaoqin Hu, Vinchin’s story shows how innovation and grit can lead to massive growth.

Why Disaster Recovery Matters

Unexpected failures—whether caused by hardware crashes, ransomware attacks, or natural disasters—can cost enterprises millions in downtime.

According to Gartner Research, companies without a disaster recovery plan face 40% higher risks of permanent data loss.

Disaster recovery is the process of protecting and restoring data after unexpected events like cyberattacks, hardware failures, or natural disasters. It’s not just a nice-to-have—it’s critical for businesses. For example, after the 9/11 attacks, Morgan Stanley resumed operations the next day thanks to robust disaster recovery systems. Source: IDC

Vinchin Technology, based in Chengdu, China, saw this need early on. Starting in 2015, they focused on disaster recovery for virtual machines, filling a gap in the market. Their primary focus keyword, disaster recovery, drives their mission to safeguard data for businesses worldwide.

From Tech Nerds to Global Players: Vinchin’s Journey

Starting Small with Big Dreams

Xiaoqin Hu and his four co-founders began Vinchin with a simple goal: build a product that solves real problems. All tech enthusiasts, they aimed to create a Chinese version of Veeam, a global leader in data protection. But startups aren’t easy. With no initial funding, they poured their savings into research, studying Veeam’s tools to craft their own disaster recovery software. By late 2015, they faced a cash crunch. A $50,000 grant from Chengdu’s High-Tech Zone saved them, letting them focus on what they did best—building great tech. This is a classic example of how small business disaster recovery can start with limited resources but big vision.

Cracking the Overseas Market

Vinchin didn’t just stay local—they went global. In 2017, they launched an English website and began marketing abroad. By 2018, they landed their first overseas order from France. Small but exciting, it proved their cloud disaster recovery solutions worked. Fast forward to 2023, and a major shift in the industry—VMware’s switch to a subscription model—spiked demand for alternatives. Vinchin’s V2V disaster recovery tool, which helps businesses switch platforms like VMware to PVE or OpenStack, saw a surge in inquiries. Their overseas customer base grew four to five times in Q1 2023 alone, thanks to their early global disaster recovery focus. Source: Vinchin’s internal data shared with ITPlus

  • Key Tip: Start small but think globally. Vinchin’s early investment in an English website opened doors to international markets.

  • Fun Fact: Vinchin’s user-friendly interface and affordable pricing made them a hit abroad, even against bigger competitors.

Check out this YouTube video for a quick explainer on why disaster recovery matters for businesses.

Overcoming Challenges with Innovation

Building a disaster recovery solution isn’t just about tech—it’s about adapting to change. Hu faced tough challenges, like learning to control costs. He jokingly calls himself the “stingiest” person in the company, but it’s paid off. By carefully managing budgets, Vinchin turned profits even in tough years. Another hurdle was shifting from a tech-only mindset to a business-focused one. Hu now asks, “How will this feature drive sales?” before building it, ensuring every move supports enterprise disaster recovery goals.

Vinchin also tapped into Chengdu’s rich academic resources, collaborating with local universities to test new ideas. This helped them stay ahead in data backup and recovery, especially for open-source platforms like PVE and OpenStack, where competitors lagged.

How Vinchin Ensures Disaster Recovery Success

1. Advanced Backup Technology

  • Support for VM-level backup across VMware, Hyper-V, XenServer, and Proxmox.

  • Incremental and deduplication backups reduce storage costs.

2. Fast and Reliable Recovery

  • Instant VM recovery reduces downtime.

  • Cross-platform restore ensures flexibility across different hypervisors.

3. Ransomware-Resilient Architecture

  • Immutable backups protect against malicious encryption.

  • Offsite and cloud backup ensure safe copies.

👉 Related: VMware Backup Best Practices

Vinchin’s Next Level: Industry-Specific Solutions

In 2023, Vinchin made a bold move: they shifted from standard products to tailored industry disaster recovery solutions. Why? Bigger clients in sectors like finance and healthcare need customized tools to protect complex data. By focusing on specific industries, Vinchin can better meet unique needs, like securing sensitive patient data or ensuring bank transactions never stop. This strategic pivot is their “second growth curve,” blending disaster recovery technology with deep industry insights.

For example, their solutions now integrate seamlessly with clients’ existing systems, offering faster recovery times. This move not only boosts their market share but also builds stronger client relationships. Curious about building your own disaster recovery plan? Check out our guide to data protection strategies for practical tips.

Why Vinchin’s Story Inspires Us

Vinchin’s journey shows that disaster recovery isn’t just about tech—it’s about resilience and growth. From a cash-strapped startup to a global player, Xiaoqin Hu’s team proves that small businesses can compete with giants through innovation and adaptability. Their focus on affordable disaster recovery and compatibility with open-source platforms sets them apart.

Hu’s personal growth mirrors Vinchin’s. He transformed from a tech-focused founder to a savvy business leader, embracing challenges like cost management and market uncertainty. His story resonates with entrepreneurs everywhere: change is tough but necessary.

Ready to protect your business? Start exploring disaster recovery solutions today. Visit Vinchin’s website for tools to safeguard your data, or read our backup basics post to get started. Don’t wait for a data disaster—act now!

Best Practices for Using Vinchin in Disaster Recovery

  • Follow the 3-2-1 backup rule (3 copies, 2 media types, 1 offsite).

  • Regularly test recovery plans to ensure readiness.

  • Monitor system health and backup job reports via the Vinchin console.

📌 For deeper insights, see Vinchin Official Website for enterprise case studies and technical documentation. and their Youtube Channel



PVE Virtualization Resource Allocation – Best Practices for CPU, RAM, and Storage in Proxmox VE

PVE Virtualization Resource Allocation – Best Practices for CPU, RAM, and Storage in Proxmox VE

cover image of PVE Virtualization Resource Allocation


Introduction

Resource allocation is one of the most important tasks in Proxmox VE (PVE) virtualization. Poorly configured CPU, RAM, or storage limits can cause VM crashes, performance bottlenecks, and downtime.

This guide explains PVE resource allocation best practices, helping you balance workloads and optimize virtualization for stability, efficiency, and scalability.

1. Physical Hardware Configuration List

The basic hardware platform for this evaluation is as follows:
Hardware ComponentSpecificationsRemarks
CPU8 Cores / 16 ThreadsAssumed to be Intel Xeon E-2288G or equivalent CPU
Memory32 GB DDR4 ECCCore limiting factor
Storage512 GB NVMe SSDStrongly recommend SSD, HDD will directly collapse
PlatformProxmox VE 8.xLatest stable version

2. Core Resource Allocation Principles (The Rules of the Game)

2.1 CPU - The Art of Overselling

• Mechanism: vCPU is a time slice of a physical CPU thread. PVE schedules vCPUs through time-sharing multiplexing.
• Overselling Ratio (vCPU : pCPU):
• Light Load (Web, Proxy, Development Environment): 4:1 ~ 8:1 (Total vCPU ≈ 64+)
• Moderate Load (Application Servers, Small DBs): 2:1 ~ 3:1 (Total vCPU ≈ 32-48)
• Heavy Load (Databases, Compute-intensive): ~1:1 (Total vCPU ≈ 16) 🚨
• Conclusion:CPU is usually not a bottleneck, can be flexibly allocated.

Overcommitting CPU can lead to latency issues if multiple VMs compete for resources.

Best practices:

  • Assign vCPUs based on actual workload demand.

  • Use CPU pinning for latency-sensitive apps.

  • Avoid allocating all host CPUs to VMs—reserve some for Proxmox processes.

👉 Related reading: VMware PowerCLI Super Detailed Guide 

2.2 Memory - The Hard Currency That Cannot Be Compromised (No Overcommit!)

• Mechanism: Memory can hardly be effectively over-provisioned. Ballooning and Swap will lead to a sharp decline in performance.
• Reserved Overhead:
• PVE host system itself needs to occupy ~2 GB.
• Each VM has a small management overhead.
• Safety Red Line:Total allocated memory ≤ 90% of physical memory.
• Usable memory in this example:32GB * 0.9 ≈ 29 GB
• Conclusion:Memory is the primary and most rigid constraint when planning the number of VMs.

 VMs often consume more memory than expected, which may trigger swapping and slow performance.

Tips for memory allocation:

  • Enable ballooning for dynamic memory allocation.

  • Use hugepages for better performance with large VMs.

  • Monitor usage with pveperf or Proxmox web GUI.

📌 According to Proxmox official documentation, proper memory planning reduces VM instability.

2.3 Storage - The Game of Capacity vs. IOPS

• Mechanism: Capacity is easy to calculate, but IOPS (I/O operations per second) is key to performance.
• Reserved Overhead: PVE system occupies ~20 GB.
• Key Technologies:
• Thin Provisioning: Allows over-allocation of storage space.It's great, but extremely dangerous! ⚠️ Must be strictly monitored!
• Thick Provisioning: Safe, but may waste space.
• Conclusion: SSD is a must-have, otherwise IOPS will become a system bottleneck, and the number of VMs will be out of the question.

Storage is often a bottleneck in virtualization.

Recommendations:

  • Use fast SSDs or NVMe for critical workloads.

  • Separate VM storage and backup storage to avoid I/O conflicts.

  • Configure thin provisioning carefully to prevent over-allocation risks.

 2.4 Networking Considerations

Networking in PVE requires tuning for both speed and redundancy.

  • Use bridges for VM connectivity.

  • Bond multiple NICs for failover and load balancing.

  • Assign dedicated NICs for storage traffic in clustered environments.

3. Scenario-based Estimation Model 

Based on the above principles, we estimate three typical scenarios.

Scenario 1: Lightweight Workload (Linux microservices, network tools, test environments)

Resource TypeSingle VM Configuration
Calculation Process
Theoretical Maximum
vCPU
1 vCPU
Oversubscription at 6:1:16T * 6 = 96 vCPU
~96
😎
Memory
🚨
1 GB
29 GB / 1 GB = 29~29
Storage
20 GB (Thin)
490 GB / (Actual usage 5GB) ≈ 98~29
(Limited by memory)

 Final Recommended Value: ≈ 25-30 VMs ✅

Scenario 2: Medium Load (Web Servers, Middleware, Small Databases)

Resource Type
Single VM Configuration
Calculation Process
Theoretical Maximum
vCPU
2 vCPU
Oversubscription at 3:1:16T * 3 / 2 = 24
~24 units
Memory
🚨
4 GB
29 GB / 4 GB ≈ 7.25~7 units
Storage
50 GB (Thick)
490 GB / 50 GB ≈ 9.8~9 units

Final Recommended Value: ≈ 7 VMs ✅

Scenario 3: Heavy Load (Databases, CI/CD Build Machines, WinServer)

Resource Type
Single VM Configuration
Calculation Process
Theoretical Maximum
vCPU
4 vCPU
Allocation at 1:1:16T / 4 = 4
~4
Memory
🚨
8 GB
29 GB / 8 GB ≈ 3.6~3
Storage
100 GB (Thick)
490 GB / 100 GB ≈ 4.9~4

Final Recommended Value: ≈ 3 VMs ✅

4. Pro Tips and Pitfalls to Avoid

• 👉 Forget HDDs: Unless it's for pure cold storage, you must use SSDs. I/O latency is a silent killer.

• 👉 Memory is the Top Priority: When planning, first deduce how many VMs you can run based on memory, then verify CPU and storage.

• 👉 Make Good Use of LXC Containers: Running Linux services? Use LXC! Extremely low overhead, near-native performance, and you can run far more than VMs. (A game-changer!)

• 👉 Monitoring is Your Lifeline: Immediately after deployment, keep an eye on these two:

• Memory Usage: Long-term >90% indicates danger.

• Storage Latency (Disk Latency): Check on the PVE summary page; consistent > 20ms requires optimization.

• 👉 Don't overfill: Leave buffer resources for the host and burst traffic; otherwise, a simple backup task can cripple the entire server.

5. Conclusion

How many VMs can your 32G/8C16T/512G machine run? The answer completely depends on the workload type:

Workload Type
Recommended VM Count
Core Limiting Factor
Light25 - 30
Memory
Medium5 - 7
Memory
Heavy3 - 4
Memory + CPU

Effective PVE virtualization resource allocation ensures stable VM performance, prevents resource starvation, and maximizes hardware efficiency.

By following best practices for CPU, RAM, storage, and networking, you can optimize Proxmox VE for enterprise-level workloads.

With ongoing monitoring and adjustments, your Proxmox VE environment will remain scalable and resilient to future demands.