This is regarding following:

Complete restore of linux system

The selected answer has one line:

use rsync the entire thing with something like: "rsync -axvPH --numeric-ids ..."

Can I have the complete command?

I want to implement 1 day full and 6 days incremental backup.

link|improve this question
How many servers? – coredump Apr 4 '11 at 3:15
feedback

1 Answer

You may want to use something like BackupPC to do the backups for you. There are various other tools which will do rsync backups of this sort.

A tool like mondo can create aa recovery DVD or CD to begin a bare bones recovery.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.