E
E
Evgeny Kotov2014-11-25 19:02:56
rsync
Evgeny Kotov, 2014-11-25 19:02:56

Rsync How to properly install the server?

How to properly restore the server
configuration
server1 /home/backup here is a backup /daily.0
server 2 that has completely fallen
restore via ssh
need the rsync command for server 1 so that it restores the server.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Evseev, 2014-11-26
@ivgok

1) download server2 from the rescue system. For example, SystemRescueCD
2) partition disks via cfdisk, format, mount to /mnt
3) rsync -axXH --numeric-ids --stats server1:/home/backup/daily0/ /mnt/
4) restore bootloader.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question