vzdump:tldr:0bd80
The command vzdump ${vm_id}
is a shell command that is used to create a backup of a specific virtual machine (VM) in an OpenVZ virtualization environment.
In this command, ${vm_id}
is a placeholder that represents the ID of the virtual machine that you want to back up. You should replace ${vm_id}
with the actual ID of the VM you want to back up.
When executed, the vzdump
command will create a backup of the specified virtual machine. The backup file will usually be in TAR format and will contain the complete state of the VM, including its configuration, disk images, and other associated files.
It's worth noting that this command is specific to OpenVZ, which is a container-based virtualization system. Other hypervisors or virtualization technologies may have different commands or procedures for creating backups.