<?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: FreeNAS &amp; online snapshot backups</title>
	<atom:link href="http://www.plutinosoft.com/freenas-online-snapshot-backups/feed" rel="self" type="application/rss+xml" />
	<link>http://www.plutinosoft.com/freenas-online-snapshot-backups</link>
	<description></description>
	<lastBuildDate>Fri, 26 Aug 2011 07:02:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: hello</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-16957</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Tue, 26 Jan 2010 23:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-16957</guid>
		<description>fyi, you can SSH into your dreamhost server and setup a cron.</description>
		<content:encoded><![CDATA[<p>fyi, you can SSH into your dreamhost server and setup a cron.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvain</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-11240</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Wed, 10 Dec 2008 16:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-11240</guid>
		<description>I don&#039;t control my online server. It&#039;s hosted (dreamhost).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t control my online server. It&#8217;s hosted (dreamhost).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khash</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-11230</link>
		<dc:creator>Khash</dc:creator>
		<pubDate>Tue, 09 Dec 2008 14:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-11230</guid>
		<description>Question: Why do you need to setup a cron on your Freenas to trigger the pull on your online server? Couldn&#039;t that be achieved by setting up a cron on your online server to start pulling?</description>
		<content:encoded><![CDATA[<p>Question: Why do you need to setup a cron on your Freenas to trigger the pull on your online server? Couldn&#8217;t that be achieved by setting up a cron on your online server to start pulling?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Merschi</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-5559</link>
		<dc:creator>Dan Merschi</dc:creator>
		<pubDate>Fri, 02 May 2008 02:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-5559</guid>
		<description>Hi Tim 
If you take a look on my script I use rsync -link-dest option to hardlink dir1 on dir2, like that you don&#039;t have to use &#039;cp -al dir1 dir2&#039;.
My answer is late, but sorry.

Regards,
Dan</description>
		<content:encoded><![CDATA[<p>Hi Tim<br />
If you take a look on my script I use rsync -link-dest option to hardlink dir1 on dir2, like that you don&#8217;t have to use &#8216;cp -al dir1 dir2&#8242;.<br />
My answer is late, but sorry.</p>
<p>Regards,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-4698</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 27 Mar 2008 08:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-4698</guid>
		<description>I&#039;m using rsync to backup from a development server (fedora), to the box with freenas installed, this then executes the rotation of each backup - needing to use cp -al. I haven&#039;t yet worked out how to replicate this with the freebsd supplied with freenas. I found some reference to cpio, but this doesn&#039;t work with freenas.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using rsync to backup from a development server (fedora), to the box with freenas installed, this then executes the rotation of each backup &#8211; needing to use cp -al. I haven&#8217;t yet worked out how to replicate this with the freebsd supplied with freenas. I found some reference to cpio, but this doesn&#8217;t work with freenas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvain</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-4676</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-4676</guid>
		<description>There seems to be some confusion. The backup script which I showed here is called rsync_snapshots.sh and is on my online server (plutinosoft.com) which has cp -al option. It is executed remotely using ssh by freenas using a cron job. This script connects back to my home freenas (using dynip - sylvain.homeip.net) and rsync from it onto my online server so it&#039;s pulling from my freenas but the cp -al is executed on my online server (where the backups are)...
</description>
		<content:encoded><![CDATA[<p>There seems to be some confusion. The backup script which I showed here is called rsync_snapshots.sh and is on my online server (plutinosoft.com) which has cp -al option. It is executed remotely using ssh by freenas using a cron job. This script connects back to my home freenas (using dynip &#8211; sylvain.homeip.net) and rsync from it onto my online server so it&#8217;s pulling from my freenas but the cp -al is executed on my online server (where the backups are)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-4673</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 26 Mar 2008 14:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-4673</guid>
		<description>Hi Dan, how did you get around not having the cp -al option?</description>
		<content:encoded><![CDATA[<p>Hi Dan, how did you get around not having the cp -al option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvain</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-4164</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Mon, 25 Feb 2008 15:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-4164</guid>
		<description>The script is not running on FreeNAS, it is running on the server which does the backup (pulling from FreeNAS) so it&#039;s working fine.</description>
		<content:encoded><![CDATA[<p>The script is not running on FreeNAS, it is running on the server which does the backup (pulling from FreeNAS) so it&#8217;s working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Merschi</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-4159</link>
		<dc:creator>Dan Merschi</dc:creator>
		<pubDate>Mon, 25 Feb 2008 06:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-4159</guid>
		<description>Nice script, but you can not run this script on FreeNAS just because FreeBSD &#039;cp&#039; don&#039;t support &#039;-a&#039; option.
Anyway, I fix my script and now is running as expected.

Regards,
Dan</description>
		<content:encoded><![CDATA[<p>Nice script, but you can not run this script on FreeNAS just because FreeBSD &#8216;cp&#8217; don&#8217;t support &#8216;-a&#8217; option.<br />
Anyway, I fix my script and now is running as expected.</p>
<p>Regards,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B1ng0</title>
		<link>http://www.plutinosoft.com/freenas-online-snapshot-backups/comment-page-1#comment-3976</link>
		<dc:creator>B1ng0</dc:creator>
		<pubDate>Thu, 14 Feb 2008 11:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-3976</guid>
		<description>Cool! how about submitting that script as a patch to FreeNAS so that they can integrate it and add it to their webinterface for easy configuration :)</description>
		<content:encoded><![CDATA[<p>Cool! how about submitting that script as a patch to FreeNAS so that they can integrate it and add it to their webinterface for easy configuration :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

