Examples (6)
Dump a guest virtual machine into the default dump directory (usually `/var/lib/vz/dump/`), excluding snapshots
vzdump vm_idBack up the guest virtual machines with the IDs 101, 102, and 103
vzdump 101 102 103Dump a guest virtual machine using a specific mode
vzdump vm_id --mode suspend|snapshotBack up all guest systems and send a notification email to the root and admin users
Use snapshot mode (no downtime required) and a non-default dump directory
vzdump vm_id --dumpdir path/to/directory --mode snapshotmade by @shridhargupta | data from tldr-pages