<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ref="http://purl.org/rss/1.0/modules/reference/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://users.bshellz.net/~path/rss.rdf">
		<title>path&#039;s corner</title>
		<link>http://users.bshellz.net/~path/index.php</link>
		<description><![CDATA[No Footer]]></description>
		<items>
			<rdf:Seq>
				<rdf:li resource="http://users.bshellz.net/~path/index.php?entry=entry100206-165659" />
				<rdf:li resource="http://users.bshellz.net/~path/index.php?entry=entry090522-222520" />
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="http://users.bshellz.net/~path/index.php?entry=entry100206-165659">
		<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>
	</item>
	<item rdf:about="http://users.bshellz.net/~path/index.php?entry=entry090522-222520">
		<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>
	</item>
</rdf:RDF>
