M
M
mpetrunin2011-09-19 16:06:33
linux
mpetrunin, 2011-09-19 16:06:33

Linux: organizing periodic backups

I'm going to put the system + / home (application settings and current documents) on the SSD, and store all sorts of heavy files on the HDD. But I would like to protect myself from scaling the SSD. To do this, I plan to organize a backup from SSD to HDD. Ideally, I would like to back up the entire system once a day, and back up certain folders (with documents) as often as possible (it is desirable to track changes and synchronize upon changes made).

Q: What tools should be used and how?

My SSD: Intel 320 series 80 GB.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
G
gaelpa, 2011-09-19
@gaelpa

rsync, man rsync. Able to save rights and owners normally (like even including selinux), avoids squandering on hard and soft links, partial synchronization.

C
cat_crash, 2011-09-19
@cat_crash

tar, gzip, crontab

P
polyakstar, 2011-09-19
@polyakstar

LVM snapshot + ionice + any copy utility

D
Denis Yulin, 2014-01-20
@De1in

Weekly backup with a simple tar+gzip of the system, and store all important docks in dropbox/owncloud/etc.
And the chances that the HDD will die are higher than those of the SSD, especially Intel, this is especially important for laptops.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question