<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Levi McCormick</title>
	<atom:link href="http://levimccormick.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://levimccormick.com</link>
	<description>.com</description>
	<lastBuildDate>Mon, 14 Mar 2011 18:51:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Windows Backups using DeltaCopy by Levi</title>
		<link>http://levimccormick.com/2010/01/29/windows-backups-using-deltacopy/comment-page-1/#comment-121</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Mon, 14 Mar 2011 18:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://levimccormick.com/?p=5#comment-121</guid>
		<description>Most of my servers would complete in a weekend. There were a few, but I just killed the backup and started it again the next weekend. Since it transfers diff&#039;s, I could just keep rerunning it until I had a good backup set. One of the servers, I used the excludes file to avoid backing up some large folders, and then removed each line every weekend until it was all transferred.

All said, it took about 2 months before all my data was backed up.</description>
		<content:encoded><![CDATA[<p>Most of my servers would complete in a weekend. There were a few, but I just killed the backup and started it again the next weekend. Since it transfers diff&#8217;s, I could just keep rerunning it until I had a good backup set. One of the servers, I used the excludes file to avoid backing up some large folders, and then removed each line every weekend until it was all transferred.</p>
<p>All said, it took about 2 months before all my data was backed up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Backups using DeltaCopy by Mark Breaux</title>
		<link>http://levimccormick.com/2010/01/29/windows-backups-using-deltacopy/comment-page-1/#comment-120</link>
		<dc:creator>Mark Breaux</dc:creator>
		<pubDate>Mon, 14 Mar 2011 17:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://levimccormick.com/?p=5#comment-120</guid>
		<description>did you have to seed the first full backup? I am thinking of using BackupExec to do a local backup and then just using rsync on the backup folder. Is that possible? The problem is that the first backup would take forever.</description>
		<content:encoded><![CDATA[<p>did you have to seed the first full backup? I am thinking of using BackupExec to do a local backup and then just using rsync on the backup folder. Is that possible? The problem is that the first backup would take forever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Backups using DeltaCopy by Levi</title>
		<link>http://levimccormick.com/2010/01/29/windows-backups-using-deltacopy/comment-page-1/#comment-3</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Sun, 14 Feb 2010 21:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://levimccormick.com/?p=5#comment-3</guid>
		<description>Rsync is a linux/unix utility that does incremental transfers. So if your file is say A7B924G01 and you change it to A7B924001, it will send &quot;change position 7 to 0&quot; as a very rough example. It isn&#039;t great for backing up database files, but for static files, it&#039;s wonderful. One of our products is a corn burning stove and the assembly file in Solidworks is like 600MB. Every time they change a component, rsync only copies the bits that changed in that file, rather than copying the whole file to the backup. It sped up our backups and allowed me to push the data offsite. A bonus was keeping old versions of files, for rollback if necessary.

Look into using rsync for your projects. It can be configured to run at any increment, so you could do backups every 10 minutes or every hour. And make sure those backups are offsite. I can&#039;t stress this one enough.</description>
		<content:encoded><![CDATA[<p>Rsync is a linux/unix utility that does incremental transfers. So if your file is say A7B924G01 and you change it to A7B924001, it will send &#8220;change position 7 to 0&#8243; as a very rough example. It isn&#8217;t great for backing up database files, but for static files, it&#8217;s wonderful. One of our products is a corn burning stove and the assembly file in Solidworks is like 600MB. Every time they change a component, rsync only copies the bits that changed in that file, rather than copying the whole file to the backup. It sped up our backups and allowed me to push the data offsite. A bonus was keeping old versions of files, for rollback if necessary.</p>
<p>Look into using rsync for your projects. It can be configured to run at any increment, so you could do backups every 10 minutes or every hour. And make sure those backups are offsite. I can&#8217;t stress this one enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Backups using DeltaCopy by Evan R</title>
		<link>http://levimccormick.com/2010/01/29/windows-backups-using-deltacopy/comment-page-1/#comment-2</link>
		<dc:creator>Evan R</dc:creator>
		<pubDate>Sat, 13 Feb 2010 18:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://levimccormick.com/?p=5#comment-2</guid>
		<description>That seems quick, and I never heard of Rsync I will have to check it out. How does the Rsync work?</description>
		<content:encoded><![CDATA[<p>That seems quick, and I never heard of Rsync I will have to check it out. How does the Rsync work?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

