Day9 RAID Backup
Day9 RAID Backup
• Hardware RAID
• Software RAID
RAID Levels
• RAID 4 (parity)
Parity
11000001111 (parity)
• If one hard disk is lost the data on the other hard disk is XOR with the
parity and the original data is retrieved.
RAID 0
RAID 1
• Overhead is 50%
RAID 4
Creating Partitions
RAID Commands
RAID Commands
RAID Commands
To assemble a RAID
[root@comp1 ~]# mdadm -A /dev/md0 <partition1>
<partition2> <partition3>
Backup
Types of Backup
• Full backup
• Incremental backup
• Dump
Options
-c Create -t Table of content
-v Verbose
-f File
Options
-n n is an integer between 0 and 9 (0 means full backup)
-f Filename
Backup using dump Command
Options
-t Table of contents
-r Restore
-f Filename