<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Backing Stuff Up</title>
	<atom:link href="http://backingstuffup.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://backingstuffup.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 19 May 2008 02:10:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>What is RAID 10?</title>
		<link>http://backingstuffup.com/what-is-raid-10/</link>
		<comments>http://backingstuffup.com/what-is-raid-10/#comments</comments>
		<pubDate>Mon, 19 May 2008 02:10:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=41</guid>
		<description><![CDATA[RAID 1+0 is also known as RAID 10. RAID 10 is similar in effect to RAID 0+1, but it then reverses the RAID levels from the 0+1 configuration.

RAID 10 is a stripe of mirrors, meaning it is multiple drives arrayed in such a way to function as a stripe by distributing parity bits across several [...]]]></description>
			<content:encoded><![CDATA[<p>RAID 1+0 is also known as RAID 10. RAID 10 is similar in effect to RAID 0+1, but it then reverses the RAID levels from the 0+1 configuration.</p>
<p><span id="more-41"></span></p>
<p>RAID 10 is a stripe of mirrors, meaning it is multiple drives arrayed in such a way to function as a stripe by distributing parity bits across several drives, and it is a mirror in that each striped disk has a double in which all of the data is copied exactly as well.</p>
<p>For example, RAID 10 would usually be arrayed in a fashion so that you have six hard drives. Each of these hard drives has data striped across three of those drives, and then the other three drives merely clone that data in a mirror.</p>
<p><strong>The Difficulties of RAID 10 and Associated Costs</strong></p>
<p>This format is quite expensive to build and maintain, requiring both several hard drives to operate, as well as very competent software based or hardware based RAID controllers to operate effectively. However, cost aside, this system is incredibly reliable and resilient against data failure.  Linux has an excellent controller called the Linux Kernel RAID 10 to oversee the successful operation of such an array.</p>
<p>In a RAID 10 configuration, such as the one just described, it would be possible for three of the six drives to spontaneously fail at once, and the data that is allocated along these drives should still be wholly intact. While this means that performance could also be increased in hard drive reading and writing applications, the greatest asset in this scenario is the reliability.</p>
<p>A disadvantage to RAID 10 systems in a single computer would be the high energy and heat output, which when dealing with six or more hard drives can cause considerable heat to be expended. In addition, this is a large tax on even highly rated power supplies. If personal computing end-users hope to effectively utilize RAID 10, they must be aware of the demands this system has and prepare their systems accordingly. Those failing drives however must then be replaced, as the remaining drives are then all single points of failure which would destroy all of the data if even one of them was lost. As such, maintaining drives in this or any RAID array is paramount.</p>
<p><strong>High Capacity and Speedy Writing Times</strong></p>
<p>In a databases with  a large amount of data and frequent access, RAID 10 is an excellent choice that allows for quicker write speeds, as it lacks the calculating parity that makes other RAIDS with parity slower.</p>
<p>RAID 10 is a great choice for large-scale computing operations both due to its cost and its great efficiency. Personal computing enthusiasts have also used this configuration’s many benefits, but it is often deemed a complicated and expensive system to those who are still learning their bits from their bytes.</p>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/what-is-raid-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is RAID 6?</title>
		<link>http://backingstuffup.com/what-is-raid-6/</link>
		<comments>http://backingstuffup.com/what-is-raid-6/#comments</comments>
		<pubDate>Sat, 17 May 2008 02:09:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=40</guid>
		<description><![CDATA[RAID 6 is a new level of RAID that was not originally envisioned by the inventor of the technology. Rather it is a new form of array that was conceived after extended time and development with other RAID arrays, most notably RAID 5. In fact, RAID 5 is the bedrock upon which RAID 6 is [...]]]></description>
			<content:encoded><![CDATA[<p>RAID 6 is a new level of RAID that was not originally envisioned by the inventor of the technology. Rather it is a new form of array that was conceived after extended time and development with other RAID arrays, most notably RAID 5. In fact, RAID 5 is the bedrock upon which RAID 6 is used.</p>
<p><span id="more-40"></span></p>
<p>As you may expect, much like RAID 5, RAID 6 is a kind of Redundant Array of Inexpensive Disks in which a computer uses block-level striping. Data is written in blocks on each of the drives on the array. In essence, it leaves parity data across all of the disks, allowing it to rebuild missing sectors of a file.</p>
<p>RAID 6 is similar in design to RAID 5 but with an additional parity block in which files are striped across disks.  RAID 6 is designed to operate under optimal conditions with larger amounts of drives, as it is relatively space inefficient when used in small numbers. RAID 6 is contingent on mathematical computations known as syndromes in order to operate at full efficiency. It is because of these highly important computations that you acquire a card or controller which is expressly rated for RAID 6. This controller does not have to spend time, and lag performance, simply to operate as intended.</p>
<p><strong>The Importance of Implementing the Correct Controller</strong></p>
<p>RAID 6 is controlled by a typical RAID controller in either a software or hardware format, but it requires more precise computing in order to effectively manage the data. With additional calculations called syndromes, RAID 6 can then be configured to run on any number of disks, and provide as much data redundancy as conceivably needed with only additional calculations. These calculations can easily be managed by any specific RAID 5 or 6 controller.</p>
<p>The second layer of parity distribution provides a high level of reliability and more easily recreates files lost after a disk failure when compared to other forms of RAID. The additional data layer of RAID 6 protects against data failure by keeping enough parity bytes on-hand to reconstruct more than one drive, which hedges bets against the dreaded double hard disk failure. This type of failure can wipe out any other RAID arrays effectiveness almost immediately.</p>
<p><strong>Not as User-friendly</strong></p>
<p>This ability to rewrite and rebuild bad data sectors in the presence of two failed hard disks is what makes RAID 6 such an attractive option for both personal and business end users alike. The number of disks involved usually restricts RAID 6 to computing experts or business users, but it is certainly a viable and reliable form of RAID for anyone who has the money to finance such an operation.</p>
<p>The reliability of RAID 6 is what makes it a penultimate form of backup for those who find data integrity to be their chief concern above all. Capacity or storage limits are not as robust as they are with forms of RAID which provide no kind of data redundancy, but you would be hard-pressed to find another RAID array that can protect against catastrophic loss of data nearly as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/what-is-raid-6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is RAID 5?</title>
		<link>http://backingstuffup.com/what-is-raid-5/</link>
		<comments>http://backingstuffup.com/what-is-raid-5/#comments</comments>
		<pubDate>Thu, 15 May 2008 02:06:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=39</guid>
		<description><![CDATA[RAID 5 is a type of Redundant Array of Inexpensive Disks in which a computer uses block-level striping. This means that data is written in blocks on each of the drives on the array. This leaves parity data across all of the disks so as to be able to rebuild any missing sectors of a [...]]]></description>
			<content:encoded><![CDATA[<p>RAID 5 is a type of Redundant Array of Inexpensive Disks in which a computer uses block-level striping. This means that data is written in blocks on each of the drives on the array. This leaves parity data across all of the disks so as to be able to rebuild any missing sectors of a file in the event that one of the hard drives were to fail or break.</p>
<p><span id="more-39"></span></p>
<p>RAID 5 is usually achieved through hardware, such as a high-quality RAID controller. However, with Windows Operating Systems and Linux, they can enact software based controllers to monitor this configuration.<br />
The Data on a RAID 5 array is written in parity stripes, which are then distributed across the drives in the array. These stripes of data are not read every time the hard drive performs a data read, but instead read when a system check finds what is called a cyclic redundancy check error, indicating a failure of the data distribution at some point in the array.</p>
<p><strong>The Affordable Means of High-Level Redundancy</strong></p>
<p>RAID 5 is advantageous to other forms of RAID for its affordable-cost redundancy, which would allow a user to create backups of all their information without sacrificing an entire disk to back up the data of another entire disk.</p>
<p>Four 500GB disks in a RAID 1 configuration for example would ultimately yield 1000GB of space to be filled with data, and 1000GB dedicated to mirroring that data. On a RAID 5 system, that same amount of hard disk space would become 1500GB of usable space instead.</p>
<p><strong>Factors to Consider When Building a RAID array</strong></p>
<p>Although in the grand scheme of things a RAID 5 system is affordable, it is not without cost. At a minimum of three disks, this will be a more costly solution. With that said, although the cost will justify itself in usable space and excellent reliability, it is still a factor for today’s user to consider. It is possible to use a “degraded” RAID 5 array, in which 3 disks exist on the drive, yet one of them is typically inactive until failure or need for backup. However, this would compromise the parity data’s integrity, and thus, the system’s overall reliability.</p>
<p>The parity data can then be used to reconstruct the error and fix the data issue without the main computer ever being the wiser as to what kind of error might exist. If a drive fails, the disks will then reconfigure their data in such a way as to reconstruct the missing pieces from parity files.</p>
<p>When the computer is rebuilding files in case of a failed drive, this is known as Data Recovery Mode. Again, the computer will recognize the failure and prompt the user to take action to recreate the integrity of the RAID array. This failure will not cause the system or programs to run unstably or to cause the system’s performance to plummet, operation will continue at more or less a normal level.</p>
<p><strong>A RAID 5 Tip</strong><br />
Several RAID enthusiasts will always suggest that a user never use hard disks from the same production lot, thus decreasing the odds that a mechanical failure or compromised assembly will strike down all of your hard disks.</p>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/what-is-raid-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why use offsite/remote backup?</title>
		<link>http://backingstuffup.com/why-use-offsiteremote-backup/</link>
		<comments>http://backingstuffup.com/why-use-offsiteremote-backup/#comments</comments>
		<pubDate>Tue, 13 May 2008 02:04:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Remote Backup]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=38</guid>
		<description><![CDATA[Offsite, or remote backup, is the process of vaulting or storing data at a facility or location away from the main data repository. There are several reasons to do this as opposed to on-site data storage, which is another means of backing up data, but in the same location where the main data collection is [...]]]></description>
			<content:encoded><![CDATA[<p>Offsite, or remote backup, is the process of vaulting or storing data at a facility or location away from the main data repository. There are several reasons to do this as opposed to on-site data storage, which is another means of backing up data, but in the same location where the main data collection is housed.</p>
<p><span id="more-38"></span></p>
<p><strong>Why the Costs of OSB Might be worth it</strong></p>
<p>These offsite repositories are often guarded with the utmost care, and access is usually not freely given to any person who can access data in the main data storage area. This data is guarded by programs and firewalls and many other forms of both physical and electronic prevention to ensure the survival of these vital data vaults.<br />
Offsite data backup allows for one place in which all of the data can be managed easily and by fewer people than if it were dispersed around an office or business. This offsite warehousing of data would be crucial in the event of some kind of calamity in which the data in the main area can be compromised or destroyed.<br />
Remote back up also allows for the creation of a system apart from a main network or mainframe. This allows work to be done on it while other users are still free to operate the main data network, without any need to slow down or wait for the repairs to be completed.</p>
<p>Many companies outsource the maintenance of this data to third party suppliers who will usually backup data on a device much more durable than a hard disk drive, such as a tape drive, or on a server in a process known as e-vaulting.</p>
<p>This off-site collection of data is safe from physical harm, for example if a tornado should level an office building.  Likewise, this vaulted data is safe from electronic harm caused by power surges, outages, or pesky hackers.</p>
<p>It is not uncommon for companies to have hard drive backups of their information, and then another copy of a tape stored in an offsite location.  If one fails, the other still exists in a more accessible form.</p>
<p>Managers and higher level employees can trust that vital documentation is safe even from their own employees, and this gives them another reason to keep their files in a location that is not part of the technological network that comprises their data.</p>
<p><strong>Off-Site Backup is Not Right for Everyone</strong></p>
<p>Offsite backup is a laborious process, involving the coordination of many devices, people and information. It is for this reason that it is largely impractical for many personal users, although not completely unheard of.<br />
Remote backup is reliable and imminently stable, even if it is not always inexpensive. If theoretically an electro-magnetic pulse were to rip through Honda’s blueprint database, it would still be far less expensive to retrieve the data from magnetic tape drives than it would be to commission engineers and designers to completely redesign the companies’ models.</p>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/why-use-offsiteremote-backup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why use tape drives for backup and storage?</title>
		<link>http://backingstuffup.com/why-use-tape-drives-for-backup-and-storage/</link>
		<comments>http://backingstuffup.com/why-use-tape-drives-for-backup-and-storage/#comments</comments>
		<pubDate>Sun, 11 May 2008 02:02:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tape Drives]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=37</guid>
		<description><![CDATA[Tape drives are often viewed as outmoded pieces of technology that have a great deal of difficulty competing with the availability and ease of use of conventional hard disk drives. However, though more specific in its usage, a tape drive offers many advantages over a hard drive by virtue of the different types of technology [...]]]></description>
			<content:encoded><![CDATA[<p>Tape drives are often viewed as outmoded pieces of technology that have a great deal of difficulty competing with the availability and ease of use of conventional hard disk drives. However, though more specific in its usage, a tape drive offers many advantages over a hard drive by virtue of the different types of technology that comprise these two respective machines.</p>
<p><span id="more-37"></span></p>
<p>Hard drives must spin at 5,400, 7,200, 10,000 or even more Rotations Per Minute (RPM) in order to operate. It is this high-capacity spinning that allows for what is known as “random access” meaning the hard drive is easily accessed at any point from any point. The high-speed rotations however also significantly shorten the life-span of the machine. It is very common for the needle of a hard drive (much like the needle on a record player) to skip or become unbalanced, causing the hard drive to fail.</p>
<p><strong>The Long Shelf Life of Tape Drives</strong></p>
<p>The tape drive is more akin to a cassette in its durability. The spool of magnetic tape must be protected at all times, but as long as the integrity of the tape is assured, the tape drive will likely have a much longer life, all things equal.</p>
<p>The tape drive is the paradigm of the old adage “slow and steady wins the race”. A tape drive has write speeds that rival quicker hard drives, even though its read-time might lack, as the spool of tape must be rewound and sped up to an exact point. It is still a distinct advantage over the long haul to keep important data on a more stable machine, than on one which is faster.</p>
<p>Tape drives are much more durable than media, which is another popular option for backing up data. CDs and DVDS have high capacity, but then require peripheral devices to read the data, and they too must be kept in pristine condition, otherwise they may very well be rendered useless by a few scratches or drops. And of course media can only hold so much space, which is usually not nearly up to the level of modern tape drives (please disregard this statement if you are still employing your 100MB tape device from 1977).</p>
<p><strong>The Longer Times Associated with Tape Drives</strong></p>
<p>Tape drives are the long-term money and time saver, even though they may be more taxing on the patience in the short term. Tape drives do not require the immense amount of power from your system, saving energy and heat from potentially ravaging a system. Tape drives do not require defragmentation or sector checks, and most viruses are built to prey upon the hard drive, and not the tape drive, thus adding huge amounts of safety and reliability.</p>
<p>Most tape drives are modular, which means they can be portable should the need arise.  While external hard drives also exist as an option, portability is standard for nearly all tape drives made in modern times.</p>
<p>The reliability and low cost of the tape drive is well worth the investment to the user who must keep their data immaculate and easily accessible at all times, depending on your application, these devices may prove themselves to be anything but obsolete.</p>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/why-use-tape-drives-for-backup-and-storage/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is RAID 1?</title>
		<link>http://backingstuffup.com/what-is-raid-1/</link>
		<comments>http://backingstuffup.com/what-is-raid-1/#comments</comments>
		<pubDate>Fri, 09 May 2008 00:34:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=36</guid>
		<description><![CDATA[RAID 1 is a Redundant Array of Inexpensive disks that uses a data management format known as Mirroring. A mirror is an exact replica of a piece of data created on one or more volume. This data is then stored as a “mirror-image” on the number of disks that are aligned in this configuration.

The Right [...]]]></description>
			<content:encoded><![CDATA[<p>RAID 1 is a Redundant Array of Inexpensive disks that uses a data management format known as Mirroring. A mirror is an exact replica of a piece of data created on one or more volume. This data is then stored as a “mirror-image” on the number of disks that are aligned in this configuration.</p>
<p><span id="more-36"></span></p>
<p><strong>The Right Configuration for the Job?</strong></p>
<p>RAID 1 provides a maximum level of data redundancy, but it does not include as many appreciable speed increases to a system as you would find in a RAID 0 array. Instead, RAID 1 is the choice of the user who above all needs to have safe copies of their data at hand and protected from the errors and failures of a hard drive.</p>
<p>In terms of speed, once a RAID 1 array is set-up, it is possible for a computer to read two different portions of the same data at the same time, which would in theory double the existing speed of the system in a data management term known as duplexing.</p>
<p>This speed boost is highly contingent on the manner of hard disk used, as well as the RAID controller involved in the situation. An older IDE configuration can still only read a single disk at a time in trying to access information. Therefore, RAID 1 is a slower alternative with these older drives.</p>
<p>A RAID 1 array can only be as big as the smallest disk in the configuration. If you were to array two hard disks, one of 100GB and another of 250GB, your overall RAID array would then be 200GB in size, with 150GB of hard drive space still free.</p>
<p>The biggest disadvantage of RAID 1 is that it effectively halves the possible storage space one would have on their computer. Instead of having two 250GB hard disks, used independently for 500GB of space, you would have effectively half of that to fill with data. The other half is dedicated to maintaining a mirror of that data instead of additional space for storage.</p>
<p><strong>The Stability of RAID 1 Arrays</strong></p>
<p>Reliability is quite high if you were to assume that a hard disk would be replaced in the event of a failure or malfunction. Assuming this, there is a .0004 percent chance that both drives will fail and your data would be lost in its entirety. Breaking these kinds of mirrors would be several years of bad luck indeed at that level of reliability, but assuming your disks have an adequate RAID controller and are arrayed correctly, you should be quite safe from the aggravating black hole of data loss.</p>
<p>Still the administrative advantages of RAID 1 make it a popular option for those looking to keep the integrity of their data intact at all times. A mirror can be split, allowing one disk to be removed and backed up or replaced, and the system will not miss a beat. Instead it will continue to function normally, and then when the hard disk is reactivated or reinstalled after a failure, rebuilding the mirror requires minimal effort.</p>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/what-is-raid-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is RAID 0?</title>
		<link>http://backingstuffup.com/what-is-raid-0/</link>
		<comments>http://backingstuffup.com/what-is-raid-0/#comments</comments>
		<pubDate>Wed, 07 May 2008 00:30:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=35</guid>
		<description><![CDATA[RAID 0 is a name for a specialized type of RAID array (Redundant Array of Inexpensive Disks) which is used differently than most of the original types of arrays.
RAID 0 uses striped volumes, which are also called a stripe set in order to backup data in such a way as to partition it between drives [...]]]></description>
			<content:encoded><![CDATA[<p>RAID 0 is a name for a specialized type of RAID array (Redundant Array of Inexpensive Disks) which is used differently than most of the original types of arrays.</p>
<p>RAID 0 uses striped volumes, which are also called a stripe set in order to backup data in such a way as to partition it between drives equally.</p>
<p><span id="more-35"></span></p>
<p><strong>Advantages</strong></p>
<p>RAID 0 is different from other RAIDS in that it provides no data redundancy, which means there are not replica files backed up onto another drive, rather, they are split between drives in alternating volumes. File A for example, would be separated into four pieces, with pieces 1 and 3 on one volume of the array, and 2 and 4 on the other.</p>
<p>A RAID 0 array allows for better performance as the hard disks are breaking up files and saving them in pieces, rather than processing whole files, as many times as you have disks in an array. This lack of complete file duplication is what is known as no redundancy.</p>
<p>In the event of a hard disk failure, it would be easy for the files to reconstitute the lost data with the use of parity bits, or pieces of data that can recreate files based on only pieces of existing data. This is as opposed to other RAID arrays, which simply make duplicates of the entire file.</p>
<p><strong>Disadvantages</strong></p>
<p>RAID 0 best operates when utilizing hard disks of the same size. If someone were to configure two hard disks of differing size in a RAID 0 array, they would find that they would only be able to array disks to the amount of the smallest disk. Still, it is vital to keep in mind in any RAID array, the more hard disks that are being utilized in any system, the probability of a system failure increases. Thus, it is important to strike a balance between reliability and increased performance from RAID arrays.</p>
<p>For example, if you had a 100GB hard disk, and a 250 GB hard disk, a RAID 0 array would only be 200 GB, with one drive being used completely, and the 250GB hard disk using only a portion of its’ space. RAID 0 is best used in large-scale computing or business operations, in which redundancy or maintenance of files is less important than the actual speed at which the data is stored.</p>
<p>RAID 0 was not a usage of the configuration as originally envisioned by the inventor of the RAID system. Still, RAID 0 is no more unstable than other RAID configurations, which is a desirable facet for business applications indeed.</p>
<p>RAID 0 can only support as many drives as there are letters in Windows Operating systems. Also, in gaming applications, RAID 0 will provide minimal gains on performance. The RAID controller will determine the speed of transfers between disks on a RAID 0 array, and so it is vital to ensure a system has the best possible controller in order to maximize RAID 0 speed boosts.</p>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/what-is-raid-0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using SiteVault to backup your websites</title>
		<link>http://backingstuffup.com/using-sitevault-to-backup-your-websites/</link>
		<comments>http://backingstuffup.com/using-sitevault-to-backup-your-websites/#comments</comments>
		<pubDate>Mon, 05 May 2008 05:33:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Website Backups]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=32</guid>
		<description><![CDATA[Whilst it&#8217;s awesome to be backing up files to various backup services offsite, far away from your main data, it does give you extra peace of mind having a backup of your websites nearby that you can be 100% sure are up to date, error-free, and on-schedule. SiteVault, an established application for this exact purpose [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst it&#8217;s awesome to be backing up files to various backup services offsite, far away from your main data, it does give you extra peace of mind having a backup of your websites nearby that you can be 100% sure are up to date, error-free, and on-schedule. SiteVault, an established application for this exact purpose is what you&#8217;ve probably been wanting all this time.</p>
<p><span id="more-32"></span></p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-34" title="SiteVault Logo" src="http://backingstuffup.com/wp-content/uploads/2008/04/logo.gif" alt="" width="211" height="52" /></p>
<p><a href="http://www.site-vault.com">SiteVault</a> allows anyone to backup their files via FTP and MySQL databases significantly easier than before. There is very little to say about SiteVault as it can be summed up as a tool to backup your sites to your own PC, however, here&#8217;s the feature list from the official site to give you an idea of what it actually does:</p>
<ul class="help">
<li>Manage multiple accounts to organize your backups</li>
<li>Backup your data (files and MySQL databases)</li>
<li>Restore your data</li>
<li>Incremental backup (only modified files are downloaded to avoid downloading the same file twice)</li>
<li>Easily cleanup unneeded backup files</li>
<li>Handle virtually unlimited FTP requests</li>
<li>Doesn&#8217;t matter if your host does not allow outside connections to the SQL server</li>
</ul>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-33" title="Interface" src="http://backingstuffup.com/wp-content/uploads/2008/04/explorer_like.gif" alt="" width="216" height="150" /></p>
<p style="text-align: left;"><strong>The verdict?</strong> If you&#8217;re a Windows user, have multiple sites, and want an effective way to back them up then definitely check out <a href="http://www.site-vault.com">Site-Vault.com</a>, many people swear by it and it has a great set of features for a very nice price.</p>
<p><strong>Some facts&#8230;</strong></p>
<ul>
<li>The software is $99 but there is a free trial to take advantage of before you buy</li>
<li>A selection of video tutorials are available that run through all the options</li>
<li>Runs on Windows 2000, Windows XP &amp; Windows Vista</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/using-sitevault-to-backup-your-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using DriveImage XML to backup partitions and drives</title>
		<link>http://backingstuffup.com/using-driveimage-xml-to-backup-partitions-and-drives/</link>
		<comments>http://backingstuffup.com/using-driveimage-xml-to-backup-partitions-and-drives/#comments</comments>
		<pubDate>Sat, 03 May 2008 09:14:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows Backup]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=31</guid>
		<description><![CDATA[With the mass of commercial drive imaging and backup software out there for Windows you&#8217;d be surprised at the functionality that could be found in this seemingly simple free application by Runtime Software known as DriveImage XML. Backing up your partitions and drives has never been easier.

Okay, so what does this do?
DriveImage XML allows you [...]]]></description>
			<content:encoded><![CDATA[<p>With the mass of commercial drive imaging and backup software out there for Windows you&#8217;d be surprised at the functionality that could be found in this seemingly simple free application by Runtime Software known as DriveImage XML. Backing up your partitions and drives has never been easier.</p>
<p><span id="more-31"></span></p>
<p><strong>Okay, so what does this do?</strong></p>
<p><a href="http://www.runtime.org/driveimage-xml.htm">DriveImage XML</a> allows you to create bootable image files of your partitions and drives. As an example, say your system decided one day it wanted to die, you&#8217;d have one of these image files on a disk. Just insert the disk, reboot the computer, run the software from the disk, and your computer will be fully restored. Yep, it&#8217;s that simple. Okay, if you didn&#8217;t understand that paragraph then DriveImage XML might not be for you as it&#8217;s not a &#8220;push this button and all will be fine&#8221; type of application.</p>
<p><strong>Why use DriveImage XML?</strong></p>
<li> <strong>Backup</strong> logical drives and partitions to image files</li>
<li><strong>Browse</strong> these images, view and extract files</li>
<li><strong>Restore</strong> these images to the same or a different drive</li>
<li><strong>Copy</strong> directly from drive to drive</li>
<li>Schedule automatic backups with your <strong>Task Scheduler</strong></li>
<p>&#8230;and of course, it&#8217;s completely free! Yep, that&#8217;s the real kicker, this application, which what most consider of commercial-quality, is complete freeware. The only downside is no support is given, but the target audience for this application is computer-literate users wanting advanced backup methods anyways.</p>
<p>But that&#8217;s not all! What&#8217;s also great about this software is all backups our outputted in XML format. So?&#8230;well that means you can use a number of 3rd party tools to restore your data which is nothing to complain about.</p>
<p><strong>Currently DriveImage XML runs on&#8230;</strong></p>
<ul>
<li>Window Server 2003</li>
<li>Windows XP</li>
<li>Windows Vista</li>
</ul>
<p><strong>Overall?</strong></p>
<p>If you&#8217;re a Windows user, are well-versed in the ways of the computer, and want a complete, reliable backup solution then creating bootable disk images with <a href="http://www.runtime.org/driveimage-xml.htm">DriveImage XML</a> is definitely a strong recommendation.</p>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/using-driveimage-xml-to-backup-partitions-and-drives/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How long do you retain your backups for?</title>
		<link>http://backingstuffup.com/how-long-do-you-retain-your-backups-for/</link>
		<comments>http://backingstuffup.com/how-long-do-you-retain-your-backups-for/#comments</comments>
		<pubDate>Thu, 01 May 2008 02:15:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Data Backup Tips]]></category>

		<guid isPermaLink="false">http://backingstuffup.com/?p=30</guid>
		<description><![CDATA[People often setup a backup system, and say &#8220;Done!&#8221;, not thinking about how useful their system actually is. Whilst it&#8217;s all well and good to generate your backups, it&#8217;s almost equally important deciding on how long you keep the data stored.

Why would you want to retain backups?

Data Corruption. For a variety of reasons backups can [...]]]></description>
			<content:encoded><![CDATA[<p>People often setup a backup system, and say &#8220;Done!&#8221;, not thinking about how useful their system actually is. Whilst it&#8217;s all well and good to generate your backups, it&#8217;s almost equally important deciding on how long you keep the data stored.</p>
<p><span id="more-30"></span></p>
<p><strong>Why would you want to retain backups?</strong></p>
<ul>
<li><strong>Data Corruption</strong>. For a variety of reasons backups can be corrupted in some way. If all your backups are corrupted, then you have a major issue, but what if every backup is fine until one day the system decides something is wrong and an entire backup is botched. If your backup is automated and you don&#8217;t read error logs you may not realize there is a problem. Now, if you haven&#8217;t retained previous backups and something goes wrong, guess what? You&#8217;re stuck with a corrupt backup that is no use to anyone. If you have older backups however you can take that data, and if you&#8217;re lucky salvage the newer data from the most recent backup.</li>
<li><strong>Hackers</strong>. Yes, the &#8220;H&#8221; word. It&#8217;s no secret that certain people in the world like to get into computer systems for purely malicious reasons. If a hacker was to access your computer system or web server they may destroy your data, and then after they&#8217;ve done that a backup of the destroyed data may be automatically generated if that&#8217;s what you&#8217;ve set it to do. Great, now you have a backup of destroyed data. Kind of wish you retained your backups now, right?</li>
</ul>
<p>There&#8217;s no real excuse not to retain backups with continual lowering costs of data storage, and more compact systems/hardware. Also, unfortunately there is no hard and fast rule on how long you should retain backups for, it really depends on the purpose of, and how much data is being fed through your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://backingstuffup.com/how-long-do-you-retain-your-backups-for/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
