Nils Breunese (Lemonbit) wrote: >> Angus Scott-Fleming wrote: >>> Is there a port for BackupPC that will run on a FreeNAS >>> box? http://freenas.org/ -- FreeNAS is a FreeBSD-based >>> very-easy-to-set-up network-attached-storage box that >>> makes it trivial to set up a box with RAID1 or RAID5 -- I >>> got a box up and running in less than an hour, while I >>> have never yet gotten RAID running on my Ubuntu boxes. >>> >> Raid is pretty simple on Centos and all the underlying stuff should be >> the same on ubuntu. For a raid1, make 2 matching partitions with >> fdisk, >> setting the partition type to FD. Then use a command like: >> mdadm --create /dev/mdX --auto=yes --level=1 --raid-devices=2 /dev/sdX >> /dev/sdX >> with the X's replaced with appropriate numbers. Then make a file >> system >> on /dev/mdX and add the entry in /etc/fstab to mount it at boot time. > > Gee, I found using anaconda's built-in RAID setup even easier. :o)
For the base install you pretty much have to use it, but it is a battle unless you don't mind the way it wants to re-arrange your partition layout. But for additional partitions, I find it much faster and easier to type that command line than to do the dozen point/click operations that it takes in disk druid. Plus there's the advantage that you can specify one or more of the partitions as "missing" and sync them in later. -- Les Mikesell [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/