<?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>BSD Systems &#187; Technology</title>
	<atom:link href="http://bsdsystems.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://bsdsystems.com</link>
	<description>Serving the Phoenix Metropolitan area in Arizona, including Glendale, Peoria, Scottsdale, Tempe, and Mesa as well as Cave Creek, Carefree, Desert Hills, Anthem and New River</description>
	<lastBuildDate>Sat, 28 Jan 2012 01:43:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backup Windows using Linux Rsync Utility</title>
		<link>http://bsdsystems.com/technology/backup-windows-using-linux-rsync-utility/</link>
		<comments>http://bsdsystems.com/technology/backup-windows-using-linux-rsync-utility/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 18:10:43 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Computer Support]]></category>
		<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/?p=385</guid>
		<description><![CDATA[I have made several attempts to send this information to someone via email, and each time, it was either rejected by their mail service, or eaten by my own spam filter!&#160; So after fighting with the mail servers for far to long &#8212; I still have no idea what, specifically, was setting off the spam [...]]]></description>
			<content:encoded><![CDATA[<p>I have made several attempts to send this information to someone via email, and each time, it was either rejected by their mail service, or eaten by my own spam filter!&nbsp; So after fighting with the mail servers for far to long &#8212; I still have no idea what, specifically, was setting off the spam alarms &#8212; I decided it would be best to side-step them completely and instead of writting up the long document describing what needed to be done, I&#8217;d just record it as a how-to video:</p>
<p><strong>Backup Windows with Linux rsync:</strong><br />
<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/3bdRnZmTecE?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3bdRnZmTecE?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In case you missed it, or wanted to cut/paste it, here is the file <a href="http://www.bsdsystems.com/wp-content/uploads/2012/01/backup.bat_.txt" target="_blank">backup.bat</a> referenced in the video.&nbsp; It does not contain the &#8220;&#8211;delete&#8221; parameter, so if you want to use it, you&#8217;ll need to add it yourself.&nbsp; You&#8217;ll also need to make sure both the source directory and target directory fit your needs.</p>
<p>One thing to keep in mind when dealing with both Windows and Linux is that they handle naming conventions for hard-drives differently.&nbsp; In Windows, a drive is usually refered to with a letter and colon combination, such as drive C: for the main drive, or D: for the CD/DVDROM or second hard-drive, etc.&nbsp; With Linux, all devices, including hard-drives, are managed as files and directories.  For Cygwin, you&#8217;ll find the Windows drive C: refereed to as /cygdrive/c/, and drive D: as /cygdrive/d/.</p>
<p>I should also point out that the directory and filename separator is also different between Windows and Linux.&nbsp; Windows uses a back-slash (&#8220;\&#8221;), so a program file in the windows directory would be at C:\WINDOWS\PROGRAM.EXE.&nbsp; But Linux uses the forward-slash (&#8220;/&#8221;), so that same file would then be refered to as /cygdrive/c/WINDOWS/PROGRAM.EXE.&nbsp; </p>
<p>One other thing to note is that Linux systems are case sensitive, whereas Windows is not.  So the file /cygdrive/c/WINDOWS/PROGRAM.EXE and /cygdrive/c/WINDOWS/program.exe could actually be two different files.</p>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/technology/backup-windows-using-linux-rsync-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

