]> git.proxmox.com Git - pve-docs.git/commitdiff
Fix vzdump backup stop mode description
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 21 Nov 2017 15:58:08 +0000 (16:58 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 22 Dec 2017 10:42:09 +0000 (11:42 +0100)
The VM goes to normal operation after the backup is started, not at end of
backup.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
vzdump.adoc

index 7643ec6411c574a93eb581aaa14e3f7006683bf2..f21a75ffa6c33117c90299bc586f770366e59445 100644 (file)
@@ -64,8 +64,8 @@ depending on the guest type.
 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
 shutdown of the VM, and then runs a background Qemu process to backup
-the VM data. After the backup is complete, the Qemu process resumes
-the VM to full operation mode if it was previously running.
+the VM data. After the backup is started, the VM goes to full
+operation mode if it was previously running.
 
 `suspend` mode::