Archivism > Computers > Data > Security > Data security > Backups >
Table of Contents [hide]
Software RAID / SoftRAID ∞
-
raidtools — Tried and true.
(source not recorded):
Assuming you have data on sda1 and wish to mirror to sdb1, here are the steps I have used in the past:
- Make sure you have a full backup of your data on external device
- Create a degraded RAID1 (single device using
sdb1) - Mirror your data manually (maybe with
tar) fromsda1to your raid device (md0perhaps?) - mount the raid device, reboot, etc … whatever you wish to be confident that your copy is intact (perhaps
diff -rq(diff) ) -
Once you’re confident that your one-legged raid is good to go bring
sda1into the fold (used to beraidhotadd, these days it’smdadm --manage ???)
It would be good (perhaps essential?) to set the partition types on both partitions to raid autodetect.
VinumVM ∞
http://www.freebsddiary.org/vinum.php
- FreeBSD and OpenBSD have VinumVM. gvinum/gmirror/gstripe appear to be newer and in FreeBSD.
- The Vinum Volume Manager
Other ∞
- FreeBSD and OpenBSD have VinumVM. gvinum/gmirror/gstripe appear to be newer and in FreeBSD.
gvinumgmirror-
gstripe
gstripe label -v -s somenumber data /dev/mumble1 /dev/mumble2
FreeBSD System Disk Mirroring: How to establish a RAID-1 for the system partitions
Hardware RAID ∞
-
https://web.archive.org/web/20100102121158/http://3ware.com/3ware_home.htm
- well-known and loved.
-
- With Hot-Swap, Auto-Rebuild and Remote Management

* [[EVMS]] has been created, and related topics are being updated ([[RAID]], [[Backups]], etc).
ported