Skip to main content
Solved

Consistent backup


Forum|alt.badge.img+1
  • Comes here often
  • 77 comments

Hey guys, I have a question.

What kind of backup does veeam create, transactionally consistent or crash consistent backup? what is the difference between them? 

Best answer by vNote42

You can do (I assume vSphere Backup jobs)

  • Crash consistent. This happens when do not enable VMware Tools Quiescence and Guest Processing.
  • Application Aware (incl. VSS). This happens when you enable Guest Processing. This is recommended by Veeam
  • “VSS Aware” and Disk Quiescence. When you just enable VMware Tools Quiescence.
  • Additional you can use freeze-only backups. These are Storage Snapshots-only backups without VMware Snapshots.
View original
Did this topic help you find an answer to your question?

5 comments

JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • October 11, 2021

Both are possible with Veeam.

Application aware backups are transactional consistent. You will use them for applications like databases or exchange to be sure that the application is recoverable to a consistent state with all transactions in a defined status.

The “normal” snapshot backups are crash consistent. You will use them for all other systems and applications where it does not matter that every single action is in a defined status.


vNote42
Forum|alt.badge.img+13
  • On the path to Greatness
  • 1246 comments
  • Answer
  • October 11, 2021

You can do (I assume vSphere Backup jobs)

  • Crash consistent. This happens when do not enable VMware Tools Quiescence and Guest Processing.
  • Application Aware (incl. VSS). This happens when you enable Guest Processing. This is recommended by Veeam
  • “VSS Aware” and Disk Quiescence. When you just enable VMware Tools Quiescence.
  • Additional you can use freeze-only backups. These are Storage Snapshots-only backups without VMware Snapshots.

Cragdoo
Forum|alt.badge.img+9
  • Veeam Vanguard
  • 130 comments
  • October 11, 2021

To simplify it even further

Crash Consistent = state of the machine at the time  when the VM was powered off e.g. Any data/transactions held in memory is/are lost

 

Transactional Consistent = Veeam instructs VM to commit data/transactions to disk, before taking the backup

 

?


Andrew.Zhelezko
Forum|alt.badge.img+4

https://www.veeam.com/blog/how-to-create-a-consistent-vm-backup.html 

This one is still relevant, even 7 years later..


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8432 comments
  • October 11, 2021

I think everyone has covered it and that blog is still very relevant.


Comment