vzdump.adoc: improve stop mode description

This commit is contained in:
Dietmar Maurer 2017-12-22 11:48:44 +01:00
parent 7d9754a6ef
commit d25a50b935

View File

@ -62,10 +62,11 @@ depending on the guest type.
`stop` mode:: `stop` mode::
This mode provides the highest consistency of the backup, at the cost This mode provides the highest consistency of the backup, at the cost
of a downtime in the VM operation. It works by executing an orderly of a short downtime in the VM operation. It works by executing an
shutdown of the VM, and then runs a background Qemu process to backup orderly shutdown of the VM, and then runs a background Qemu process to
the VM data. After the backup is started, the VM goes to full backup the VM data. After the backup is started, the VM goes to full
operation mode if it was previously running. operation mode if it was previously running. Consistency is guaranteed
by using the live backup feature.
`suspend` mode:: `suspend` mode::