<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>path&#039;s corner</title>
		<link>http://users.bshellz.net/~path/index.php</link>
		<description><![CDATA[No Footer]]></description>
		<copyright>Copyright 2010, path</copyright>
		<managingEditor>path</managingEditor>
		<language>en-US</language>
		<generator>SPHPBLOG 0.5.1</generator>
		<item>
			<title>simple script to make snapshot backups </title>
			<link>http://users.bshellz.net/~path/index.php?entry=entry100206-165659</link>
			<description><![CDATA[#!/bin/bash<br />#<br /># Remote location <br />HOST=localhost.localdomain<br /><br /># local directory where to store<br />PATHTOBACKUP=backup<br /><br /># Timestamp is useful :-)<br />date=`date &quot;+%Y-%m-%dT%H:%M:%S&quot;`<br /><br /># Just rsync notice the stdout will go to syslog<br />rsync -av $HOST:/home/  $PATHTOBACKUP/back-$date<br /><br /><br />Of course you need rsa keys and ssh properly configured :-)]]></description>
			<category>Open Source</category>
			<guid isPermaLink="true">http://users.bshellz.net/~path/index.php?entry=entry100206-165659</guid>
			<author>path</author>
			<pubDate>Sat, 06 Feb 2010 15:56:59 GMT</pubDate>
			<comments>http://users.bshellz.net/~path/comments.php?y=10&amp;m=02&amp;entry=entry100206-165659</comments>
		</item>
		<item>
			<title>Hello World, again :-)</title>
			<link>http://users.bshellz.net/~path/index.php?entry=entry090522-222520</link>
			<description><![CDATA[#include &lt;iostream&gt;<br /><br />int main()<br />{<br />std::cout &lt;&lt; &quot;Hello World\n&quot;;<br />return 0;<br />}]]></description>
			<category>Misc crap</category>
			<guid isPermaLink="true">http://users.bshellz.net/~path/index.php?entry=entry090522-222520</guid>
			<author>path</author>
			<pubDate>Fri, 22 May 2009 20:25:20 GMT</pubDate>
			<comments>http://users.bshellz.net/~path/comments.php?y=09&amp;m=05&amp;entry=entry090522-222520</comments>
		</item>
	</channel>
</rss>
