raid is pretty easy on ubuntu. either use the server install disk or the
alternate install disk. assuming you have 1 disk for the system and another
set of disks for the raid just setup the system disk as normal. after than,
add 1 partition to each of the disks you want raid on and set the type to
'raid'. when you have that done, the partition section of the installer
with have a new option that says setup raid.
you can also install webmin, which can be downloaded directly from
www.webmin.com. webmin has an interface to setup raid so you can do this
with an easy gui on an installed system. the command line tools are also
pretty easy.
as far as installing BackupPC on freenas, I think that it will be whole lot
more work that you want to spend. freenas is a very trimmed down freebsd
install. i have run freenas off of a 48MB CF card with tons of room to
spare.
On Jan 28, 2008 6:55 AM, Les Mikesell <[EMAIL PROTECTED]> 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.
>
> I haven't run FreeNAS, but if you can install additional programs and
> perl modules you should be able to use the tarball from sourceforge
> without needed a special port.
>
> --
> 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/
>
-------------------------------------------------------------------------
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/