Applicable to:
- SolusVM
Question
How to clone a KVM VPS on the KVM slave server?
Answer
- Create a new VPS with the same configuration on the server from SolusVM.
- Stop both the VPS on the server.
- Connect to Slave node via SSH.
- Create the backup of the source VPS.
# dd if=/dev/vps/kvm101_img | gzip | dd of=/home/kvm101_backup.gz bs=4096
- Copy the backup to the new VPS on the server:
# dd if=/home/kvm101_backup.gz | gzip -d | dd of=/dev/vps/kvm102_img bs=4096
- Reconfigure the new VPS at SolusVM > Virtual Servers > VPS > Re-Configure
Comments
0 commentsPlease sign in to leave a comment.