Копирование VPS сервера на OpenVZ необходимо проводить следующим образом:
# vzctl stop 101 Stopping VE … VE was stopped VE is unmounted # cp -r /vz/private/101 /vz/private/202 # cp /etc/vz/conf/101.conf /etc/vz/conf/202.conf # vzctl start 202 Starting VE … Initializing quota … VE is mounted Setting CPU units: 1000 VE start in progress…