Forrest logo
back to context overview

vzdump

List of commands for vzdump:

  • vzdump:ai:a4e23 how do i exclude disks from vzdump backup?
    $ vzdump --exclude-disks=${disk_name}
    try on your machine
    explain this command
  • vzdump:tldr:0bd80 vzdump: Dump a guest virtual machine into the default dump directory (usually `/var/lib/vz/dump/`), excluding snapshots.
    $ vzdump ${vm_id}
    try on your machine
    explain this command
  • vzdump:tldr:7ef2a vzdump: Back up all guest systems and send an notification email to the root and admin users.
    $ vzdump --all --mode ${suspend} --mailto ${root} --mailto ${admin}
    try on your machine
    explain this command
  • vzdump:tldr:895c2 vzdump: Back up all guest virtual machines excluding the IDs 101 and 102.
    $ vzdump --mode ${suspend} --exclude ${101, 102}
    try on your machine
    explain this command
  • vzdump:tldr:d5405 vzdump: Dump a guest virtual machine using a specific mode.
    $ vzdump ${vm_id} --mode ${select}
    try on your machine
    explain this command
  • vzdump:tldr:f65de vzdump: Use snapshot mode (no downtime required) and a non-default dump directory.
    $ vzdump ${vm_id} --dumpdir ${path-to-directory} --mode ${snapshot}
    try on your machine
    explain this command
back to context overview