OpenVZ to Virtuozzo 7 Migration

You can migrate containers from a server running OpenVZ based on kernels 2.6.18 and 2.6.32 to a Virtuozzo 7 server by means of the ovztransfer.sh script freely available at https:src.openvz.org/scm/ovzl/ovztransfer.git. Do the following:

ssh-keygen

-t

rsa , then transfer the key to the destination server with ssh-copy-id

root@<dest_server> .

git

clone

https://src.openvz.org/scm/ovzl/ovztransfer.git .

/ovztransfer directory and make the script executable with chmod

755

ovztransfer.sh .

# ./ovztransfer.sh 192.168.0.10 100:200

So, in the example above, 200 will be the name of the resulting ploop-based container on the Virtuozzo 7 server, even though said name looks like an old numerical ID.