<?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"
	>
<channel>
	<title>Comments on: FreeNAS &#038; online snapshot backups</title>
	<atom:link href="http://www.plutinosoft.com/blog/category/blah-blah/205/feed" rel="self" type="application/rss+xml" />
	<link>http://www.plutinosoft.com/blog/category/blah-blah/205</link>
	<description></description>
	<pubDate>Wed, 19 Nov 2008 04:27:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Dan Merschi</title>
		<link>http://www.plutinosoft.com/blog/category/blah-blah/205#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't have to use 'cp -al dir1 dir2'.
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/blog/category/blah-blah/205#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'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't yet worked out how to replicate this with the freebsd supplied with freenas. I found some reference to cpio, but this doesn'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 - 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/blog/category/blah-blah/205#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'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 - 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/blog/category/blah-blah/205#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/blog/category/blah-blah/205#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'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/blog/category/blah-blah/205#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 'cp' don't support '-a' 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/blog/category/blah-blah/205#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>
	<item>
		<title>By: FreeNAS Tutorials &#124; FreeBSD - the unknown Giant</title>
		<link>http://www.plutinosoft.com/blog/category/blah-blah/205#comment-3809</link>
		<dc:creator>FreeNAS Tutorials &#124; FreeBSD - the unknown Giant</dc:creator>
		<pubDate>Wed, 02 Jan 2008 11:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/blahblah/205#comment-3809</guid>
		<description>[...] you&#8217;re an advanced FreeNAS/FreeBSD user you may find these two post interesting: FreeNAS &#38; online snapshot backups, with a script how to backup your data to an online hoster, e.g. Bluehost, or this post: Diy NAS [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;re an advanced FreeNAS/FreeBSD user you may find these two post interesting: FreeNAS &amp; online snapshot backups, with a script how to backup your data to an online hoster, e.g. Bluehost, or this post: Diy NAS [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.435 seconds -->
