V
V
vldanch2019-04-02 15:51:46
Backup
vldanch, 2019-04-02 15:51:46

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

1 answer(s)
L
lolowin32, 2019-04-02
@lolowin32

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 question

Ask a Question

731 491 924 answers to any question