
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: rsync backup script</title>
	<atom:link href="http://funkyhat.org/2010/04/20/rsync-backup-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://funkyhat.org/2010/04/20/rsync-backup-script/</link>
	<description>more than just a blog</description>
	<lastBuildDate>Mon, 05 Sep 2011 17:26:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: robinetd</title>
		<link>http://funkyhat.org/2010/04/20/rsync-backup-script/comment-page-1/#comment-9472</link>
		<dc:creator>robinetd</dc:creator>
		<pubDate>Mon, 05 Sep 2011 17:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://funkyhat.org/?p=55#comment-9472</guid>
		<description>in soviet russia, sad panda makes you.</description>
		<content:encoded><![CDATA[<p>in soviet russia, sad panda makes you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://funkyhat.org/2010/04/20/rsync-backup-script/comment-page-1/#comment-1953</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Wed, 01 Dec 2010 04:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://funkyhat.org/?p=55#comment-1953</guid>
		<description>@robinetd, you make me a sad panda.</description>
		<content:encoded><![CDATA[<p>@robinetd, you make me a sad panda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robinetd</title>
		<link>http://funkyhat.org/2010/04/20/rsync-backup-script/comment-page-1/#comment-1089</link>
		<dc:creator>robinetd</dc:creator>
		<pubDate>Tue, 21 Sep 2010 13:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://funkyhat.org/?p=55#comment-1089</guid>
		<description>&quot;Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it ;) &quot;

On a more serious note, using tarballs (tarbombs) for backups makes me a sad panda.</description>
		<content:encoded><![CDATA[<p>&#8220;Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it <img src='http://funkyhat.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8221;</p>
<p>On a more serious note, using tarballs (tarbombs) for backups makes me a sad panda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://funkyhat.org/2010/04/20/rsync-backup-script/comment-page-1/#comment-418</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 09 Jun 2010 17:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://funkyhat.org/?p=55#comment-418</guid>
		<description>That&#039;s cool. The advantage to using a script like mine would be if you accidentally delete something you&#039;d still have the backup of it from the previous day. After setting up my script someone told me that rsnapshot (available via aptitude) does almost the same thing and is easy to set up, so it might be worth having a look at that if you&#039;re interested.</description>
		<content:encoded><![CDATA[<p>That&#8217;s cool. The advantage to using a script like mine would be if you accidentally delete something you&#8217;d still have the backup of it from the previous day. After setting up my script someone told me that rsnapshot (available via aptitude) does almost the same thing and is easy to set up, so it might be worth having a look at that if you&#8217;re interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Henrick</title>
		<link>http://funkyhat.org/2010/04/20/rsync-backup-script/comment-page-1/#comment-407</link>
		<dc:creator>Mark Henrick</dc:creator>
		<pubDate>Wed, 09 Jun 2010 07:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://funkyhat.org/?p=55#comment-407</guid>
		<description>hey matt, its mark henrick from BBC. i have been using rysnc to backup my home server with this command

$rsync -avs --delete mark@192.168.1.6:/var/www /media/disk2/My\ Documents/backup/server.

btw, do you maintain these servers yourself, or is it a professional company</description>
		<content:encoded><![CDATA[<p>hey matt, its mark henrick from BBC. i have been using rysnc to backup my home server with this command</p>
<p>$rsync -avs &#8211;delete <a href="mailto:mark@192.168">mark@192.168</a>.1.6:/var/www /media/disk2/My\ Documents/backup/server.</p>
<p>btw, do you maintain these servers yourself, or is it a professional company</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://funkyhat.org/2010/04/20/rsync-backup-script/comment-page-1/#comment-258</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 20 Apr 2010 22:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://funkyhat.org/?p=55#comment-258</guid>
		<description>Have a look at the http://www.mikerubel.org/computers/rsync_snapshots/ link from my post - the idea there is to keep only 3 or 4 backups, rotating the names and deleting the oldest on each run.
The disadvantage with using tar is your hardlinks won&#039;t save any space once you&#039;ve copied the files into tarballs ;)</description>
		<content:encoded><![CDATA[<p>Have a look at the <a href="http://www.mikerubel.org/computers/rsync_snapshots/" rel="nofollow">http://www.mikerubel.org/computers/rsync_snapshots/</a> link from my post &#8211; the idea there is to keep only 3 or 4 backups, rotating the names and deleting the oldest on each run.<br />
The disadvantage with using tar is your hardlinks won&#8217;t save any space once you&#8217;ve copied the files into tarballs <img src='http://funkyhat.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://funkyhat.org/2010/04/20/rsync-backup-script/comment-page-1/#comment-257</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 20 Apr 2010 21:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://funkyhat.org/?p=55#comment-257</guid>
		<description>This is neat, I might work this around a bit or add another script to tar and keep the past few backups that way. I don&#039;t need full backups everyday forever, but it&#039;s a sweet start.</description>
		<content:encoded><![CDATA[<p>This is neat, I might work this around a bit or add another script to tar and keep the past few backups that way. I don&#8217;t need full backups everyday forever, but it&#8217;s a sweet start.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

