A
A
Ainur Shakirov2016-04-09 16:40:47
linux
Ainur Shakirov, 2016-04-09 16:40:47

Full server backup?

There is a server on CentOS. I'm not very good at servers.
You need to make a full backup of the system with all configs, files.
What do you advise?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
P
pcdesign, 2016-04-09
@Fqyeh29

I used vmware converter for such purposes.
The result is a virtual machine - a complete copy of the server with centos.
Which then you can run even at home on your home computer.

E
Ergil Osin, 2016-04-09
@Ernillew

man tar

C
CityCat4, 2016-04-10
@CityCat4

If this is a virtual machine, make a copy of the virtual disk. Dumb but reliable. If bare-metal - then man dump :)

A
Aleksey Snabanov, 2016-04-14
@BTRVODKA

dd if=$input_data of=$output_data [options]

A
Alexey Sergeev, 2016-04-09
@SergeevAI

Capture a full disk image.

Z
zooks, 2016-04-09
@zooks

Request an image from the host.

N
Nikolay Shamanovich, 2016-04-14
@Shm13

If there is lvm, then you can make a snapshot, and then tar | dd | fsarchiver. At the same time, you can do something on the server in parallel and everything will be backed up normally.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question