S
S
shamanchik2014-07-23 11:15:18
Backup
shamanchik, 2014-07-23 11:15:18

What is the best way to backup a home server (Ubuntu 14.04)?

The farm has a home server running Ubuntu 14.04 which is responsible for several tasks:
- file server (Samba)
- torrent download (Transmission)
- personal blog hosting (nginx + php + Wordpress + MySQL)
- media server (minidlna)
- video surveillance server (motion)
Setting up all this economy is carried out via SSH
I want to set up a backup, but not just make a complete image of the system, but only the necessary configuration files responsible for the operation of the above services.
How to make such a backup? Write a script or have a ready-made solution?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Petrikov, 2014-07-23
@RicoX

With scripts, you basically only need to back up /etc/mysql and the sites directory. I think the volumes are small, set up something like rdiff-backup + mysqldump and you will be happy.

D
Dmitry Entelis, 2014-07-23
@DmitriyEntelis

Look towards the puppet

S
sonik_spb, 2014-07-23
@sonik_spb

rsnapshots is suitable
habrahabr.ru/post/45912

A
akamoroz, 2014-07-25
@akamoroz

We are currently developing such a solution: bitcalm.com
We are ready to give you test access.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question