<?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>ServerSignature Linux Community Support Blog Page &#187; example</title>
	<atom:link href="http://support.serversignature.com/tag/example/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.serversignature.com</link>
	<description>Linux Server Management &#38; Consulting  Services :  Contact Email - admin@serversignature.com &#124; Web: serversignature.com</description>
	<lastBuildDate>Sun, 20 Jun 2010 17:59:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>rsync backup to a central backup server</title>
		<link>http://support.serversignature.com/rsync/rsync-backup-to-a-central-backup-server/</link>
		<comments>http://support.serversignature.com/rsync/rsync-backup-to-a-central-backup-server/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:46:56 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Rsync]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=32</guid>
		<description><![CDATA[rsync backup to a central backup server with 7 day incremental
We can use &#8211; `date +%A-%D` in the script.
$ echo `date +%A-%D`
Saturday-10/31/09
#!/bin/sh
# This script does personal backups to a rsync backup server. You will end up
# with a 7 day rotating incremental backup. The incrementals will go
# into subdirectories named after the day of the [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/rsync/rsync-backup-to-a-central-backup-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
