Clone remote CentOS server to local test server?
Posted
by
dannymcc
on Server Fault
See other posts from Server Fault
or by dannymcc
Published on 2011-06-22T15:48:58Z
Indexed on
2011/06/22
16:23 UTC
Read the original article
Hit count: 519
We have a dedicated server running ContOS 5.5. The server runs our Magento store and a basic php website with mysql.
I have a spare rack server in my office (HP ProLiant DL360 G4) that has more than enough storage space to store a duplicate of our dedicated server.
I would like to clone the dedicated server entirely and have a local duplicate. It wouldn't need to be kept in sync because I can do that with GIT. The reason I want to do this is simple; learn more about the dedicated server and CentOS.
Is this possible? I have SSH access to the dedicated server and obviously complete access to the local server.
© Server Fault or respective owner