A
A
alexxzhuravlev2016-11-03 12:59:50
SSH
alexxzhuravlev, 2016-11-03 12:59:50

How to clone a remote server?

There is a hetzner server, I need to clone it, I remember I once used CloneZilla (for desktop PCs).
I uploaded the image, mounted it via KVM on a server, but after a reboot, there was no USB drive in the BIOS selection options, so this option disappeared.
What can be done? Upload iso to server and edit GRUB?
and after that, what kind of beast is DRBL, which is described here clonezilla.org/clonezilla-SE ?
Do I need it or not?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eugene_Eesti, 2016-11-03
@Eugene_Eesti

One option is to use the Mondo Rescue utility , which is specifically designed for server backup and cloning.

P
Puma Thailand, 2016-11-04
@opium

just rsync to a new server with the same OS, excluding system folders

L
lolowin32, 2017-03-01
@lolowin32

as an example

rsync -arvxzP --exclude=/proc --exclude=/dev --exclude=/sys --exclude=/tmp [email protected]_host:/ /local/dir/
if ssh hangs on a non-standard port, for example, on 2222, then
rsync -arvxzP --exclude=/proc --exclude=/dev --exclude=/sys --exclude=/tmp -e "ssh -p2222" [email protected]_host:/ /local/dir/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question