Allow backing up running VMs by pausing or snapshotting to enable automatic nightly backups #1239
Labels
C: core
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
T: enhancement
Type: enhancement. A new feature that does not yet exist or improvement of existing functionality.
Currently the Qubes backup system cannot back up running VMs since copying a mounted block device would result in arbitrary corruption regardless of journaling.
This is a big shortcoming because it means that it's impossible to setup automatic nightly backup in a way that doesn't negatively affect the user by shutting down all VMs.
However, if the VM is paused, then the block device can be copied in a consistent way, and the state after restoring will be as if the VM had crashed at that moment, which assuming a journaling filesystem is usually an acceptable result.
Pausing is less disruptive than shutting down, but still problematic (kills network connections, pauses computation), so an usually better solution is to take a snapshot of the device and back up the snapshot, although this requires changes in the storage system to allow taking DM snapshots of anything (and potentially requires more storage than pausing).
The text was updated successfully, but these errors were encountered: