Hello, I have been lately trying to get a better understanding of the backup process in Proxmox, and I have been doing some tests from my end. I understand Qemu supports two types of backup - Internal and External.
In Internal an internal snapshot is created within the qcow2 file, but while backing up a proxmox Qemu VM I did a Qemu img info on the Qcow2 file and found no internal snapshots.
In external snapshots, the original VM Qcow2 file becomes the backing Qcow2 file and also a snapshot Qcow2 file is created. I used inotifywait to find out any new snapshot Qcow2 files but couldn't find any.
Another possibility I thought was that Proxmox would be using LVM snapshots, but while backing up using Proxmox no LVM snapshots were created. I also made sure that the vps is not suspended.
So I am confused how exactly the backup process works within Proxmox.
I need this information to make sure I am offering my customers a safe backed-up vps product. Thank you in advance for your help.
In Internal an internal snapshot is created within the qcow2 file, but while backing up a proxmox Qemu VM I did a Qemu img info on the Qcow2 file and found no internal snapshots.
In external snapshots, the original VM Qcow2 file becomes the backing Qcow2 file and also a snapshot Qcow2 file is created. I used inotifywait to find out any new snapshot Qcow2 files but couldn't find any.
Another possibility I thought was that Proxmox would be using LVM snapshots, but while backing up using Proxmox no LVM snapshots were created. I also made sure that the vps is not suspended.
So I am confused how exactly the backup process works within Proxmox.
I need this information to make sure I am offering my customers a safe backed-up vps product. Thank you in advance for your help.