<?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>Gorges Blog &#187; backups</title>
	<atom:link href="http://blog.GORGES.us/tag/backups/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.GORGES.us</link>
	<description>Web Sites that Grow Your Business - our blog</description>
	<lastBuildDate>Thu, 02 Sep 2010 12:12:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Server Backups With Minimal Bandwidth</title>
		<link>http://blog.GORGES.us/2009/04/server-backups-with-minimal-bandwidth/</link>
		<comments>http://blog.GORGES.us/2009/04/server-backups-with-minimal-bandwidth/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 14:00:46 +0000</pubDate>
		<dc:creator>Matt Clark</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=56</guid>
		<description><![CDATA[Most of our production servers are at our main co-location facility.  All these servers have second ethernet cards so monitoring and between-server file transfers will not interfere with normal web and e-mail traffic.  This &#8220;shadow network&#8221; is used for our nightly backups. One server has a lot of disk capacity and is the backup device.  [...]]]></description>
			<content:encoded><![CDATA[<p>Most of our production servers are at our main co-location facility.  All these servers have second ethernet cards so monitoring and between-server file transfers will not interfere with normal web and e-mail traffic. <img class="alignright size-medium wp-image-55" title="hard drive" src="http://blog.GORGES.us/wp-content/uploads/2009/03/disk-drive-300x245.jpg" alt="hard drive" width="180" height="147" /> This &#8220;shadow network&#8221; is used for our nightly backups.</p>
<p>One server has a lot of disk capacity and is the backup device.  For years we did a monthly/weekly/daily archive of each server over the shadow network.</p>
<p>However we expanded to a second co-location facility, and also run a &#8220;grid&#8221; machine at a 3rd site.  Backups now started eating a lot of bandwidth, and the monthly backups were not completing during the overnight hours.</p>
<p>So what to do?  Web sites consist mostly of files that do not often change, so really most of the files do not have to be backed up daily.</p>
<p>Our solution was to have our backup system mirror the other server files, and then at night only copy over the changed files.  We used the <strong>rsync</strong> utility to determine and copy the changed files, and then a daily archive is created that compresses the files into a single archive.  This solution also means less processing on the production servers.</p>
<p>Once the files are synchronized on the backup server, then a compressed archive is created and stored away.</p>
<p>There is also a filtering done on the files so that we do not back up temporary files or non-critical system files.</p>
<p>The end result is that we use our bandwidth packets sparingly.  We have backup archives, without saturating our Internet connections getting them offsite.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2009/04/server-backups-with-minimal-bandwidth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
