<?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>monofonik.net &#187; Snippets</title>
	<atom:link href="http://monofonik.net/category/computing/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://monofonik.net</link>
	<description>Tech and audio related stuff by Jonathan Mullins - special attention given to half-baked transport ticketing systems</description>
	<lastBuildDate>Mon, 06 Jul 2015 03:52:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>Simple rsync backups</title>
		<link>http://monofonik.net/2015/02/simple-rsync-backups/</link>
		<comments>http://monofonik.net/2015/02/simple-rsync-backups/#comments</comments>
		<pubDate>Sun, 22 Feb 2015 04:02:22 +0000</pubDate>
		<dc:creator><![CDATA[jonathan]]></dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[rsync mac linux backups]]></category>

		<guid isPermaLink="false">http://jonathan-mullins.com/?p=293</guid>
		<description><![CDATA[This rsync command will create a full backup of a folder, deleting extraneous files at the destination, preserving all file permissions / ownerships and displaying progress. Useful for creating / syncing a regular backup to an external drive or network share without re-transferring unmodified files. rsync -aP --del /path/to/src /path/to/dest Note that omitting a trailing slash on [&#8230;]]]></description>
		<wfw:commentRss>http://monofonik.net/2015/02/simple-rsync-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
