Coming from this thread: https://forum.proxmox.com/threads/understanding-storage-requirements-for-snapshots.128444/
I'm looking for a way to do backups of running VMs without downtime. The idea is to have a full backup, that can be moved to other parts of a cluster, or different proxmox machines, and restored, fully functionally identical.
This would be exclusively for VMs, not containers.
This would be towards NFS storage that's added specifically for backups.
I'm reading here: https://pve.proxmox.com/wiki/Backup_and_Restore#_backup_modes
That only snapshot mode can avoid downtime, at the risk of inconsistency. I'm assuming this does mean all data, though I would expect going over NFS might make things slower.
Also, I ran into this: https://git.proxmox.com/?p=pve-qemu.git;a=blob_plain;f=backup.txt
Describing this process:
I was told something about merging backups and snapshots, though I'm finding nothing that says this is possible.
To summarize:
* Backups without downtime
* VMs, not containers
* Towards NFS storage intended for backups(by which I mean that's what I click in the proxmox gui)
* Full restore of the VM, on the same proxmox install or equivalent on different machine
Am I right in reading that snapshot mode supports this, with the risk of some inconsistency?
I'm running 7.4, just to mention it.
I'm looking for a way to do backups of running VMs without downtime. The idea is to have a full backup, that can be moved to other parts of a cluster, or different proxmox machines, and restored, fully functionally identical.
This would be exclusively for VMs, not containers.
This would be towards NFS storage that's added specifically for backups.
I'm reading here: https://pve.proxmox.com/wiki/Backup_and_Restore#_backup_modes
That only snapshot mode can avoid downtime, at the risk of inconsistency. I'm assuming this does mean all data, though I would expect going over NFS might make things slower.
Also, I ran into this: https://git.proxmox.com/?p=pve-qemu.git;a=blob_plain;f=backup.txt
Describing this process:
Is this possible, or is the document a proposal?Another approach to backup VM images is to create a new qcow2 image
which use the old image as base. During backup, writes are redirected
to the new image, so the old image represents a 'snapshot'. After
backup, data need to be copied back from new image into the old
one (commit). So a simple write during backup triggers the following
steps:
I was told something about merging backups and snapshots, though I'm finding nothing that says this is possible.
To summarize:
* Backups without downtime
* VMs, not containers
* Towards NFS storage intended for backups(by which I mean that's what I click in the proxmox gui)
* Full restore of the VM, on the same proxmox install or equivalent on different machine
Am I right in reading that snapshot mode supports this, with the risk of some inconsistency?
I'm running 7.4, just to mention it.