-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRAIN_00646.eml
25 lines (19 loc) · 1.03 KB
/
TRAIN_00646.eml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NoneNoneOT - Backup of HA server on external driveFrom nobody Tue Dec 27 08:57:41 2016
Content-Type: text/plain; charset=ISO-8859-1
Hi all,
I have to make a backup plan for a server that is physically very far away
from me right now. If for some reason this server goes south, I have to have
a plan and it has to be done quickly. The problem is that the personnel that
is on site doesn't know squat about Linux (or computers, for that matter),
so it must be something dead simple. I was thinking of getting a spare hard
drive, connect it to the working server, do a dd of the entire disk to the
new disk, and disconnect the disk (the people there can swap hard disks).
Something like
dd if=/dev/sda of=/dev/sdb bs=1024
assuming that sda is the working disk and sdb is the new, unformatted and
unpartitioned disk. So if hte machine breaks, I can get the new disk and put
in a new machine and everything should work. This server is doing firewall
and openvpn, etc, no X, no fancy stuff. Is this going to work? What do you
guys think?
Cheers!
Ivan