<?xml version="1.0" encoding="ISO-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en-US">
	<title>path&#039;s corner</title>
	<link rel="alternate" type="text/html" href="http://users.bshellz.net/~path/index.php" />
	<modified>2010-09-07T01:14:37Z</modified>
	<author>
		<name>path</name>
	</author>
	<copyright>Copyright 2010, path</copyright>
	<generator url="http://www.sourceforge.net/projects/sphpblog" version="0.5.1">SPHPBLOG</generator>
	<entry>
		<title>simple script to make snapshot backups </title>
		<link rel="alternate" type="text/html" href="http://users.bshellz.net/~path/index.php?entry=entry100206-165659" />
		<content type="text/html" mode="escaped"><![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 :-)]]></content>
		<id>http://users.bshellz.net/~path/index.php?entry=entry100206-165659</id>
		<issued>2010-02-06T00:00:00Z</issued>
		<modified>2010-02-06T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Hello World, again :-)</title>
		<link rel="alternate" type="text/html" href="http://users.bshellz.net/~path/index.php?entry=entry090522-222520" />
		<content type="text/html" mode="escaped"><![CDATA[#include &lt;iostream&gt;<br /><br />int main()<br />{<br />std::cout &lt;&lt; &quot;Hello World\n&quot;;<br />return 0;<br />}]]></content>
		<id>http://users.bshellz.net/~path/index.php?entry=entry090522-222520</id>
		<issued>2009-05-22T00:00:00Z</issued>
		<modified>2009-05-22T00:00:00Z</modified>
	</entry>
</feed>
