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 And ReFS Best Practices and Benefits

By Vladan SEGET | Last Updated: June 29, 2017

Shares

Veeam Backup and Replication 9.5 has been released since some time. Veeam even released new ISO which includes the latest unannounced feature – Integrated Updates. From now on, you no longer have to download and install the latest update separately – it is included on the ISO and is installed automatically as a part of the product installation.

This post will focus on Microsoft Resilient File System (ReFS) as Veeam's ReFS integration which allows not only time saving, but also space savings.

Update: Veeam 9.5 U2 ISO is available.

We wrote about Veeam and ReFS in detail in our post here –  Veeam 9.5 and Microsoft ReFS – Win Win for a Virtualization Admins, but this was before the release of ReFS and before Veeam 9.5 release. Since then we have seen few gotchas (recently resolved by Microsoft with the latest March 2017 patches) and we'll talk about that as well and few guides on how exactly the ReFS volume shall be created and how Veeam's backup jobs shall be configured to take a full advantage for best performance.

ReFS were released as version 3.0 as part of Windows Server 2016 and allow you to build-out files using storage pointers. Today, when using NTFS repository and when Veeam creates a synthetic full backup, it has to copy bits around to create a new synthetic full backup file with incrementals merged into this. With ReFS as a backup repository, things are different as Veeam is able to leverage APIs provided by Microsoft and only change pointers referencing to actual data, without moving any bits around.

Veeam ReFS compared to NTFS

Best Practice Veeam and ReFS Volumes?

While Microsoft currently recommends formatting ReFS volumes with the default 4k clusters, Veeam on the other hand, recommends using 64K cluster size. Why that difference? It's because Veeam has some field experience already from their internal environments, and also from their client's environments, because yes, when there are problems, Veeam is first one to know….

While going for 64K cluster size will consume 5-10% of space but you'll have more backup performance and you'll be safer. Luca Dell'Oca has some more info on the space consumption if you want to have a look.

So, without hesitating, Go 64K and you'll be fine.

Windows ReFS Volume creation

When creating ReFS volume, it is important to choose 64K as allocation unit size as picking up the default 4k brought problems with memory usage (apparently resolved with the latest Microsoft March 2017 patches pack, but still apparently breaking another feature….. Hyper-V backup.). With the latest Microsoft patches there is a fix for that, but needs not only apply the fix, but also to specify some values in registry keys.

So to be safe, or much safer than the volumes formatted 4k, pick the 64k allocation unit size. On Microsoft Windows 2016 server, After launching the volume creation wizard, simply change the Allocation unit size from default to 64K.

Mirosoft ReFS and Veeam 9.5

Now, you might come to an environment already on ReFS. Through the Microsoft Disk Managment console, you can't see which block size the volume has been formatted. How do you check if the volume has 64K cluster size?

Command Line window to the rescue

We have two commands which we'll need to show some information about a particular volume and the file system.

fsutil fsinfo /?

This shows us the possibilities.

Fsutil fsinfo command to show volume information

So if our volume is on the D: we can easily type:

fsutil fsinfo D:

to get this. We can see that the volume is a ReFS volume, that it supports Integrity Streams (Microsoft built-in function for scrubbing).It is a built in scanner which is used for auto-healing. This proactively running scanner called scrubber which scans the volume for errors periodically in a background and allows proactively monitor the volume for errors and correct them.

Mirosoft ReFS and Veeam 9.5 check volume details

Another command which will show details about the particular ReFS volume.

so in our case, I type:

fsutil fsinfo refsinfo D:

to see this. The information which interests us is the “Bytes per cluster”.

We can see also other useful information, such as ReFS version or serial number of the volume.

ReFS Cluster Size

Which settings for a backup Job?

The advanced setting of a job shows the option Create synthetic full backup periodically. This option allows significantly faster synthetic full backup creation and transformation performance, with also reducing storage pressure on the production infrastructure.

Veeam Advanced Backup Job settings for ReFS

Leave the Storage-Level corruption guard ON

Even if Microsoft has its own scrubber and healing system which I mentioned above, Veeam also has a corruption check option. It's recommended to leave it ON as it is selected by default. You can find this option in the advanced settings of a job, on the Maintenance TAB.

Veeam ReFS Best Practices

You can check Michael White's post where he's showing what you should see in the job's history. “Synthetic full backup created successfully [fast clone]“…..

Fast Cloning Technology benefits

As I mentioned at the beginning of the post, the ReFS and Veeam integration allow Veeam to use fast cloning capability within the ReFS API for synthetic backup creation without moving the data blocks between files.

With this in mind, there is significant speed gain as the process only references the backup file blocks which are already present on the ReFS volume. As such, the file changes associated with synthetic full backups are only updating the metadata. There is no I/O movements.

Wrap Up:

It is always good not to jump on the upgrade wagon straight away. This is valuable for every IT environment. Whether you're running VMware, Microsoft, Veeam or other. After few months miracle, products are working as announced, bugs are ironed. It has been a pain since few releases of VMware environments not behaving as it should from day1. Fortunately, vendors like Veeam reacting fast by helping with personalized patches or workarounds. Veeam's forums are one of the best when it comes to finding a solution to your problem.

More posts about Veeam on ESX Virtualization

  • Veeam Backup and Replication 9.5 and Veeam B&R for Office 365 Details
  • How-to Upgrade To Veeam Backup and Replication 9.5
  • How to Backup and Restore VMware vCenter Server (VCSA) 6.5 with Veeam
  • Veeam Backup and Replication 9.5 Released – Download Now
  • Veeam 9.5 and Microsoft ReFS – Win Win for a Virtualization Admins
  • Veeam Agent for Linux 1.0 Released – There are 3 different Editions

More general VMware posts from ESX Virtualization:

  • What is VMware Storage DRS (SDRS)?
  • What Is Erasure Coding?
  • What is VMware Orchestrated Restart?
  • What is VMware Cluster?

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

Shares
5/5 - (1 vote)

| Filed Under: Backup Tagged With: Veeam And ReFS Best Practices and Benefits

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.

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