<br><br><div><span class="gmail_quote">On 9/29/06, <b class="gmail_sendername">OJ</b> &lt;<a href="mailto:ole@legaard.net">ole@legaard.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br>I have started to move my music, pictures, and movies to my MythTV<br>backend server. My backend server is a AMD64 server with 1 250GB HD and<br>512 MB RAM.<br><br>Now I'm starting to worry about all my data. The problem is that it is
<br>starting to become a huge amount of data so normal backup is not an<br>realistic option for me.<br><br>I'm thinking of buying 3 250GB (or maybe 500GB) HD and setting them up<br>with software RAID.<br><br>Questions:<br>
1. Is RAID the only solution for this purpose?<br>2. Is it possible to expand this RAID array later (insert an extra HD)?<br>3. My DVD collection will use a lot of HD space. Any suggestions on how<br>to reduce the file size (divX, ...)?
<br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>
RAID is not really a backup solution. It only guards you against disk
failure. For example if you accidentally delete a file, it's gone! That
said I use software RAID5 myself for the reason that I don't want to
backup that amount of data, but I wouldn't like the idea that it's lost
because a drive died on me.<br>
Alternatives could be something like a NAS setup (e.g. FreeNAS) where
you rsync your files to. That way you have two copies so if you
accidentally delete one, the other's still there. Or an external USB
harddisk could be used as well.<br>
Expanding software RAID drives can be done apparently with recent 2.6
kernels. I haven't tried it myself, but read this feature is introduced
recently. Googling should confirm this.<br>
As you suggested converting your DVDs to DivX or the like is a way of
reducing disk space. An other idea is described in this thread:
<a href="http://www.gossamer-threads.com/lists/mythtv/users/161889">http://www.gossamer-threads.com/lists/mythtv/users/161889</a>. Never got to
trying it myself, but it's on my list of things to do on a rainy day.<br>