0

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.

1 Answers1

1

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.

BillThor
  • 27,737
  • 3
  • 37
  • 69