wp-youtube-lyte
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/robohara/public_html/www.robohara.com/wp-includes/functions.php on line 6114======= it says:
Backup and Storage
Even as storage becomes more plentiful and affordable, you’re still faced with the task of managing your growing storage infrastructure. Amazon Web Services provides a cost-effective solution for storing information in the cloud that eliminates the burden of provisioning and managing hardware. The Amazon Simple Storage Service (Amazon S3™) is storage for the Internet. Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. With Amazon S3, you get a highly scalable, reliable, fast, and inexpensive data storage infrastructure that enables you to deliver cost-effective and dependable backup solutions. Thousands of customers already use Amazon S3 as their personal backup location, and several more customers deliver compelling end-user backup, storage, and disaster recovery solutions using Amazon Web Services, including:
Backup and Storage Case Studies: 37signals, Altexa, BeInSync, ElephantDrive, Jungle Disk, MediaSilo, MyOwnDB, Sonian, Zmanda
========
But I don’t know if it’s feasible for the amounts you’re getting into. Or if content might violate the TOS. :) And with all that you’d need a really fast upstream connection. In addition to getting over the reservations one might have trusting their data to a ‘cloud’ storage solution.
]]>RAID is a redundancy/high availability solution and is not a good backup solution at all. It also increases the risk of accidentally wiping out both your original copy and the backup because it is a blind copier. If you write bad data to your volume, it automatically gets replicated to the entire volume. So if you go with RAID you are still going to have to have a tertiary drive for backups of the RAID drives. Why bother buying 3 drives to do essentially the same thing you could have done with two drives? Performance on long term storage is not a factor, so the last remaining benefit of RAID is pointless for you as well.
RAID is good if you want to increase read performance of your disks (and don’t care about write performance since that can even go down in RAID setups) or if you want to ensure that a mission critical environment does not go down because of the loss of one or more drives (depending on how many drives you setup, you can have a higher fault tolerance). None of these things seems to be important to you in your environment. It would take you a few minutes to swap out one of your backup drives to be the primary in the event you lost a disk in a non-raid setup. And then you would only be without a backup for whatever amount of time it takes you to buy a new drive. Your downtime would already be minimal and you would be keeping your points of failure as low as possible.
If you are serious about data loss, then ditch the RAID completely and make all the drive stand alone.
The usable capacity of a RAID 6 array is (N-2) * S, where N is the total number of drives in the array and S is the capacity of the smallest drive in the array. So, which do you think would provide you a better level of data security? One volume of 4 disks or 4 seperate disks each with their own individual copy of the data set? I will take the 4 copies every time personally.
]]>Let me throw some other numbers at you: add somewhere around 50 DVDs worth of software (~225 gig), two terabytes of movies, and a veritable shit load of other “stuff” (from music videos to home movies to e-books to …) that brings the total closer to 3TB, maybe more.
My data falls into three categories: things that can be easily re-obtained (movies), things that would be difficult to re-acquire (mp3 conversions of old cassette tapes from local bands that broke up ten years ago) and things that would be impossible to replace (things I have created, digital photos, etc). Obviously not all of those things need the same type of redundancy; irreplaceable digital photos are more important to me than divx rips of movies that I’ll never watch.
I can’t tell you how many people have called me (in tears) because their computer imploded for whatever reason and they lost “everything”. I have over a thousand digital pictures of my daughter and probably a dozen physical prints. My digital data is EVERYTHING to me, which might be why I invest “more than the average bear*” into making sure it doesn’t die.
(* That’s a Yogi Bear joke. I am not a “Bear”.)
]]>