-r, –remove-area yes|no
Whether to remove a VE area on source HN for the successfully migrated VE.

–ssh=options
Additional options that will be passed to ssh while establishing connection to destination HN. You may add options like -c blowfishR or the like.

–keep-dst
Do not clean synced destination VE private area in case of some error. It makes sense to use this option on big VE migration to avoid syncing VE private area again in case some error (on VE stop for example) occurs during first migration attempt.
–online
Perform online (zero-downtime) migration: during the migration the VE hangs for a while and after the migration it continues working as though nothing has happened.

-v
Verbose mode. Causes vzmigrate to print debugging messages about its progress.

EXAMPLES

Migration of VE #101 to 192.168.1.130 with downtime:
vzmigrate 192.168.1.130 101

Online migration of VE#102 to 192.168.1.130:
vzmigrate –online 192.168.1.130 102