Answer the question
In order to leave comments, you need to log in
How to create a remote server image and deploy the image to virtualbox?
Actually, the question is, by what means can you create a complete image of a remote centos7 machine without stopping it and then deploy it on your local in virtualbox-e without any problems?
Answer the question
In order to leave comments, you need to log in
rsync will do what you need
Install on a local virtual machine the linux distribution that you will use in the future
Run on a local virtual machine
And you wait until everything is downloaded.
You also need to allow root to walk through ssh
, edit the file /etc/ssh/sshd_config
Instead of PermitRootLogin without-password, insert PermitRootLogin yes
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question