<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Articles &#187; Backup</title>
	<atom:link href="http://www.guardiannetworks.com/articles/category/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guardiannetworks.com/articles</link>
	<description></description>
	<lastBuildDate>Sun, 10 Jan 2010 18:11:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Offsite Backup on a shoestring budget</title>
		<link>http://www.guardiannetworks.com/articles/2009/02/18/offsite-backup-on-a-shoestring-budget/</link>
		<comments>http://www.guardiannetworks.com/articles/2009/02/18/offsite-backup-on-a-shoestring-budget/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:37:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Disaster Recovery]]></category>

		<guid isPermaLink="false">http://www.guardiannetworks.com/articles/?p=15</guid>
		<description><![CDATA[Recently I had a client with a very tight budget for whom I had to set up a low-cost or no-cost off-site backup strategy. If you run or administer a business network, then you probably already know that off-site backups are not just luxury reserved for the Fortune 500 companies.]]></description>
			<content:encoded><![CDATA[<p>Recently I had a client with a very tight budget for whom I had to set up a low-cost or no-cost off-site backup strategy. If you run or administer a business network, then you probably already know that off-site backups are not just luxury reserved for the Fortune 500 companies. Off-site backup is a crucial and indispensable tool for EVERY business, even one-man shops. The possibility of losing your customer files, accounting data, tax information and basically everything in your file server in the event of a fire, theft, flood or other disaster is not something most of us can live with, especially if we are in charge of safeguarding the IT department and asset.</p>
<p>OK, back to this client. She has a successful company housed in an office in Irvine with about 10 user. Email and website are hosted elsewhere so the regular backup strategy is pretty straightforward and simple to set up and monitor. Put in a local NAS drive, set up scheduled nightly backups with Windows task scheduler and you&#8217;re done. Easy enough.</p>
<p>Now what do you do about off-site backups? This same client got broken into a few months ago and thieves took a laptop and a few other goodies, but thankfully they left the file server, the NAS drive, the switches, and other network components alone. So the urgency of doing offsite backups became woefully apparent. I have a couple of other clients using <a rel="nofollow" href="http://www.mozy.com/" target="_blank">Mozy.com</a> and I am happy with the results, although it does cost about a $1-2 per GB. So for this client the cost would be over $1,000 per year, which would be nice if we could mitigate. Furthermore, last time I had to restore file from Mozy, I had to call them and have them &#8220;prepare&#8221; a restore CD and FedEx it to us and that took about 3 days. I&#8217;m not too thrilled about that, although I like Mozy as a company and their software is pretty much fire and forget. Once you set it up right, it just works and it has nice features like bandwidth throttling and time of day scheduling and most importantly it runs as a Windows service not an executable, so you don&#8217;t have to stay logged on to the server or whatever machine is doing the backup.<span id="more-15"></span></p>
<p>So to make this short, the owner of this business lived near Irvine also and if you work in or around Central or South Orange County, you know that most residences as well as businesses have access to high-speed broadband (several times faster than a T1 in fact) on either DSL or cable/fiber. This client had 7.5MB download/1.5MB upload speeds at the office and roughly the same at her home. So what we ended up doing was set up two low-cost <a rel="nofollow" href="http://www.netgear.com/Products/VPNandSSL/WiredVPNFirewallRouters/FVS114.aspx" target="_blank">NetGear FVS114</a> VPN routers (which are less than $45 each on Ebay) one at the office and one at the owner&#8217;s residence and connected them them with a a site-to-site VPN tunnel. Then we purchased a <a rel="nofollow" href="http://www.buffalotech.com/products/network-storage/" target="_blank">Buffalo Terastation</a> NAS drive (about $600), identical to the one already at the office and installed it at the owner&#8217;s residence.</p>
<p align="center"><img src="/assets/images/offsite-backup.jpg" alt="Offsite backup diagram" width="496" height="385" /><br />
<strong>Fig. 1:  Site-to-Site VPN Network Diagram</strong></p>
<p>For this client all the company accounting and user files reside on the NAS drive, which is configured with RAID 5 to protect against disk failures. There is no tape drive or tape library. Instead nightly and weekend backups are done from the NAS to the file server&#8217;s internal disk which is configured as a RAID 1 (mirroring). This configuration provides the added benefit that if the server were to crash, the users would still be able to access their files and get to the internet, so it would be more of a nuisance than a disaster.</p>
<p align="center"><img src="/assets/images/netgear-configuration.jpg" alt="Netgear FVS114 Configuration" width="450" height="424" /><br />
<strong>Fig. 2: Netgear FVS114 Configuration</strong></p>
<p align="center"><img src="/assets/images/terastation-visible.jpg" alt="Terastations can &quot;see&quot; each other" width="450" height="333" /><br />
<strong>Fig 3: The two Terastations can see and communicate with each other</strong></p>
<p>OK, back to the offsite backup. Once the site-to-site was set up, both NAS drives could see (ping, access, etc.) each other and the server could see them both. The Terastations have a nice backup and synchronization utility that allows you to back up one NAS to another automatically and this is what I enabled initially. BTW, Terastations run an embedded version of Linux inside so it has much more features than just a plain, dumb network disk drive, but you don&#8217;t have access to the OS, so the features and applications are not user tweakable. However it became evident that this was not going to work. First of all, the backup routine has no bandwidth throttling capability, so once you set it and kick start the service, it will hog the entire upload bandwidth and you&#8217;re going to have a lot of unhappy users. Secondly, there really isn&#8217;t any easy way to monitor the backup process to see if/when it failed and why. And the death nail to this approach was that, as far as I could tell, the backup was more of a synchronization &#8211; i.e. if files/folders were deleted from the office NAS, the deletions would propagate to the home NAS. Not good. What if a malicious user or a disgruntled employee got into your network and started deleting stuff and you didn&#8217;t find out about it until the next day? No, no no no. Bad. Very bad.</p>
<p>So to get around this I installed <a rel="nofollow" href="http://www.allwaysync.com/" target="_blank">AllWaySync</a> on the server and set up a &#8220;copy&#8221; operation from NAS1 to NAS2. This will create a mirror image on the home NAS. I set it to go off at night, every night, after the regular backup completes. I selected every night instead of Mon-Fri because many users log in via VPN and create files and make change from home or remote sites. I also made sure to select the &#8220;1-Way Left to Right&#8221; method and unchecked &#8220;Propagate Deletions&#8221; because you don&#8217;t want files either accidentally or intentionally deleted to also be deleted from the target NAS. This strategy has the added benefit that, let&#8217;s say ALL of the IT equipment in your office was lost, say a burglar broke in and took EVERYTHING but the kitchen sink. All that it would take to get back up and running is to bring the home NAS to the office, plug it into the network and voilà. The only tweaks you need to make is change the IP address and share drive mappings and you&#8217;re back in business. In minutes, not days. Of course this assumes your switch and cable modem/router were left alone, but if not, those are very easy to replace and can be easily found at local computer supply stores.</p>
<p align="center"><img src="/assets/images/goodsync-configuration.jpg" alt="AllWaySync Configuration" width="490" height="471" /><br />
<strong>Fig. 4: AllWaySync Configuration</strong></p>
<p>While we are going through this scenario, I can over-emphasize the importance of have an updated network topology diagram and inventory chart (stored off-site of course). For example in the above scenario, let&#8217;s say your cable modem was taken in the burglary. Even if you could replace it quickly, do you remember your public IP, logon account and password, DMZ or service or firewall settings? My guess would be that you wouldn&#8217;t and in a disaster recovery situation, that last thing you want to do is scramble to get information. So I highly recommend have a continually updated network diagram with all the IPs, accounts/passwords, screen caps, etc., and save it to a location where you can access it if all heck breaks loose. An of course password protect that file since you will have a lot of sensitive info.</p>
<p>Caveats</p>
<p>In configuring the site-to-site VPN, you may want to take some precaution in enabling the NetBIOS broadcasts since this will increase the volume of inter-site traffic, so if you have a relatively slow connection at either end, you may want to disable this in the VPN Policy screen. In the above example, bandwidth was not an issue and enabling NetBIOS allowed us to browse the remote network for drive mappings and other tasks.</p>
<p>Good luck with your disaster planning and offsite backups. Feel free to email me if you have questions about this setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guardiannetworks.com/articles/2009/02/18/offsite-backup-on-a-shoestring-budget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to design a backup strategy</title>
		<link>http://www.guardiannetworks.com/articles/2008/07/25/how-to-design-a-backup-strategy/</link>
		<comments>http://www.guardiannetworks.com/articles/2008/07/25/how-to-design-a-backup-strategy/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 17:25:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Desktop Security]]></category>

		<guid isPermaLink="false">http://www.guardiannetworks.com/articles/?p=3</guid>
		<description><![CDATA[For every business, there will come a time when critical files are lost, damaged or deleted, sometimes by accident and sometimes intentionally as in the case of a fire or theft or a security breach]]></description>
			<content:encoded><![CDATA[<p>For every business, there will come a time when critical files are lost, damaged or deleted, sometimes by accident and sometimes intentionally as in the case of a fire or theft or a security breach (think disgruntled employees or and ex-employee with an axe to grind). Having a sound backup strategy will assure continuity of business and the peace of mind that comes with having a backup of all the files and databases you need when they are needed.</p>
<p>One of the most common mistakes businesses, as well as individuals make is putting a backup system (e.g. tape or removable drives) in place and never testing to see if what is being backed up can be readily and reliably restored. Much like your insurance policy or the spare battery in your smoke alarm, if you don&#8217;t test the validity of your backup, by the time you find out you need it, it would be too late. In this article we will discuss some of the common techniques and best practices used by businesses today.</p>
<p>Backup Medium</p>
<ul>
<li><strong>Tape</strong> &#8211; Although an aging technology which has changed little in the past three decades, backup to tape media is still the most common form used today. Tape has the advantage of long shelf life (2 &#8211; 4 yrs.), low cost and simple operation. Vendors such as <a href="http://www.ibm.com/storage/tape">IBM</a> and <a href="http://www.dell.com/business/storage">Del</a>l make tape solutions capable of backing up up to 1TB or more per tape and practically limitless size for tape libraries. Two of the major disadvantages of using tape are a) high cost of tape drives and tape libraries and b) Slow backup and restore times.</li>
</ul>
<ul>
<li><strong>Disk</strong> &#8211; Backing up to a disk or more likely a <a href="http://en.wikipedia.org/wiki/Disk_array">disk array</a>, has become very popular in recent years, primarily because of the declining price of disk drives and the speed of backups and restores.</li>
<li><strong>Removable Media</strong> &#8211; Many small business use removable disk drives such as <a href="http://www.iomega.com/">iOmega</a> to back up their critical files. the major shortcoming of the method is the limited space typically offered by such media and the fact that it is a manual process and requires discipline to do it consistently.</li>
<li><strong>On-Line</strong> &#8211; Many business and individuals are turning to on-line backup services such as <a href="http://www.mozy.com/">Mozy</a> and <a href="http://www.upline.com/">HP</a>. The greatest advantage of this method is physical separation (discussed below). However to be done properly and reliably, at a minimum you need to have T-1 connection speeds and the backup needs to carefully configured to not overwhelm the bandwidth (which it shares will all the users). Most on-line backup service providers charge on a per-Gigabyte basis. In other words, the more data you have to back up the more you pay. In recent years <a rel="nofollow" href="http://aws.amazon.com/s3">Amazon</a> and <a rel="nofollow" href="http://www.idrive.com/">iDrive</a> have come up with relatively low cost or free solutions, however these services are primarily targeted to individual users, not businesses, as they are either limited in the size of backup allowed, or are not compatible to be run on servers where business data usually resides.<span id="more-3"></span></li>
</ul>
<p>Rotation Strategies</p>
<ul>
<li><strong>Grand Father, Father, Son</strong> &#8211; This is the <a rel="nofollow" href="http://en.wikipedia.org/wiki/Grandfather-Father-Son_Backup">most common strategy</a> used to rotate tapes or &#8220;hives&#8221;. In this strategy you label tapes for daily, weekly and monthly rotation and as you go though one set of daily tapes (sons), you graduate the last tape to the weekly (father) status and so forth. Some users make a single full backup, e.g. on Mondays and incremental or differential backup on subsequent days. That is not a wise strategy because if something were to have to your full backup tape, you would have no way of recovering most of your files. <strong>Tip</strong>: Use disk-based backups for daily runs and use tape for end of week.</li>
<li><strong>Daily Rotation</strong> &#8211; In this method five or more tapes are used, one for each day of the week and rotated each week. This not a cost-effective or efficient method</li>
<li><strong>Continuous Backup</strong> &#8211; First introduced by <a rel="nofollow" href="http://www.symantec.com/business/products/family.jsp?familyid=backupexec">Veritas Backup Exec</a>, continuous backup is exactly what is sounds like. In other words, the software monitors files and other data on the servers and whenever it sees a change, it backs it up and creates &#8220;snapshot&#8221; of the file at that point in time. So let&#8217;s say you are working on a spreadsheet and you save it ten times during the day as you modify it. With continuous backup, you could conceivable go back to each of the ten versions and recover that specific version when and if you need it.</li>
</ul>
<p>Physical Security</p>
<p>Many businesses host or house their critical servers and backup system at a data center. This is a prudent strategy as most data centers have a array of redundancies such as uninterruptible power supplies (UPS), structural and access security and redundant internet connections. However just because your servers are in a secure location doesn&#8217;t mean you can neglect the other aspects of a backup strategy. After all if you had an un-authorized access to your servers and some data was lost or corrupted, the physical security of the data center will be of little help. Furthermore, living in an earthquake prone state here in California, it is not inconceivable that even a mild earthquake might render your server and your backups inaccessible, at least temporarily. So having a robust rotation strategy and &#8220;pulling&#8221; tapes is still necessary even if your server are safe. The idea of pulling tapes is to create a physical separation between where your data resides and there the backup tapes or disks are stored.</p>
<p>Another factor to consider is this. Let&#8217;s say you have been pulling and saving your tapes religiously and all of a sudden your servers were lost in a fire. Even if you have the backup tapes, do you have the tape drives and the software to recover the data on those tapes? The answer is simple. You need to have a method to quickly recover your data. This could be as simple as having a spare tape drive at home or an online &#8220;life-line&#8221;. Keep in mind that most online backup services do not guarantee how quickly you can access and restore your files, especially if you have a large volume of files or databases. For example in the case of Mozy.com, your request to burn a 20GB database to or a DVD or tape and send it to you will take several days.</p>
<p>Business Objective</p>
<p>In almost any type of business today, the goal of continuity of business relies on the availability and quick recovery in case of a disaster, of the critical files and databases needed to run the business. This includes your MS Office files, your emails, your SQL databases that might store everything from your customer data to you accounting system. Backing up of data is, or should be, only part of the overall disaster recovery plan. Most businesses who are genuinely committed to this principle have at least two backup methodologies. For example, the primary backup may be done to a disk array on a continuous or nightly basis and second on-line backup provides a &#8220;life-line&#8221; in case something were to happen to the servers and data storage arrays. To further safeguard the process, a tape (or whatever medium is used) is pulled and stored off-site at least once a week. The idea is to never have less backup sources than you can afford to lose. If you can afford to lose up to one week of files and updates without it affecting your business, then pulling one tape a week will probably be adequate. If you have a 24&#215;7 business and your customers rely on your web and database server to be up all the time, then you probably need to implement a more robust disaster recovery plan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guardiannetworks.com/articles/2008/07/25/how-to-design-a-backup-strategy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
