<?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 for sambodata</title>
	<atom:link href="http://blog.sambodata.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.sambodata.com</link>
	<description>my journal of tech related projects, ideas, etc...</description>
	<lastBuildDate>Fri, 29 Apr 2011 21:58:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on BTRFS/RSYNC based backups. by Sylvain Alain</title>
		<link>http://blog.sambodata.com/?p=304&#038;cpage=1#comment-259</link>
		<dc:creator>Sylvain Alain</dc:creator>
		<pubDate>Fri, 29 Apr 2011 21:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=304#comment-259</guid>
		<description>Hi, I would like to know if you have tested these options to do a full rsync backup of one installation to an another hdd :

#  rsync -aHA  --del --force --stats --progress /mnt/funtoo /mnt/backup

/mnt/funtoo and /mnt/backup are 2 separates partitions and they are formatted as btrfs

Also,  can I use directly a btrfs snapshot to restore a backup into an another hdd ?

Example :

# rsync -aHA  --del --force --stats --progress /mnt/backup/snapshot/snap-20101029/  /mnt/funtoo

Thanks :P</description>
		<content:encoded><![CDATA[<p>Hi, I would like to know if you have tested these options to do a full rsync backup of one installation to an another hdd :</p>
<p>#  rsync -aHA  &#8211;del &#8211;force &#8211;stats &#8211;progress /mnt/funtoo /mnt/backup</p>
<p>/mnt/funtoo and /mnt/backup are 2 separates partitions and they are formatted as btrfs</p>
<p>Also,  can I use directly a btrfs snapshot to restore a backup into an another hdd ?</p>
<p>Example :</p>
<p># rsync -aHA  &#8211;del &#8211;force &#8211;stats &#8211;progress /mnt/backup/snapshot/snap-20101029/  /mnt/funtoo</p>
<p>Thanks <img src='http://blog.sambodata.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on USB 3.0 by delectate</title>
		<link>http://blog.sambodata.com/?p=368&#038;cpage=1#comment-242</link>
		<dc:creator>delectate</dc:creator>
		<pubDate>Thu, 02 Dec 2010 13:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=368#comment-242</guid>
		<description>wow...that&#039;s fast.mark this post,i love usb3.0,it really fast!</description>
		<content:encoded><![CDATA[<p>wow&#8230;that&#8217;s fast.mark this post,i love usb3.0,it really fast!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BTRFS/RSYNC based backups. by mike</title>
		<link>http://blog.sambodata.com/?p=304&#038;cpage=1#comment-227</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 21 Sep 2010 11:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=304#comment-227</guid>
		<description>Hi 2of1, I never actually added the --inplace flag to the rsync command line as according to the rsync man page there are some undesirable side effects to using this switch. Most seem to relate to files being accessed during the backup. I want to look into this a little more...</description>
		<content:encoded><![CDATA[<p>Hi 2of1, I never actually added the &#8211;inplace flag to the rsync command line as according to the rsync man page there are some undesirable side effects to using this switch. Most seem to relate to files being accessed during the backup. I want to look into this a little more&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BTRFS/RSYNC based backups. by 2of1</title>
		<link>http://blog.sambodata.com/?p=304&#038;cpage=1#comment-226</link>
		<dc:creator>2of1</dc:creator>
		<pubDate>Thu, 16 Sep 2010 14:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=304#comment-226</guid>
		<description>@mike:
Could you share your new script pls? :)</description>
		<content:encoded><![CDATA[<p>@mike:<br />
Could you share your new script pls? <img src='http://blog.sambodata.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BTRFS/RSYNC based backups. by mike</title>
		<link>http://blog.sambodata.com/?p=304&#038;cpage=1#comment-217</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 25 Jul 2010 23:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=304#comment-217</guid>
		<description>Thanks mikeY. Most of my files don&#039;t change but I also have a couple of VM disk images where this would be handy. I&#039;ll make the required change to my backup script.</description>
		<content:encoded><![CDATA[<p>Thanks mikeY. Most of my files don&#8217;t change but I also have a couple of VM disk images where this would be handy. I&#8217;ll make the required change to my backup script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BTRFS/RSYNC based backups. by mikeY</title>
		<link>http://blog.sambodata.com/?p=304&#038;cpage=1#comment-216</link>
		<dc:creator>mikeY</dc:creator>
		<pubDate>Sun, 25 Jul 2010 07:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=304#comment-216</guid>
		<description>The way you have used rsync, doesn&#039;t take advantage of btrfs Copy-On-Write capability because by default, if a file has changed, rsync creates a whole new file and moves it over the old one in the backup dir.
However, using --inplace flag, rsync will only write the modified parts of the file on the top of the old one. This of course requires the file to have write permissions, or that you backup using root. This is especially useful for backing up vm harddisk images which can be many gigabytes in size.
Also, as for accidental modification of backup, I mount the backup volume as readonly and only remount it readwrite while backing up.</description>
		<content:encoded><![CDATA[<p>The way you have used rsync, doesn&#8217;t take advantage of btrfs Copy-On-Write capability because by default, if a file has changed, rsync creates a whole new file and moves it over the old one in the backup dir.<br />
However, using &#8211;inplace flag, rsync will only write the modified parts of the file on the top of the old one. This of course requires the file to have write permissions, or that you backup using root. This is especially useful for backing up vm harddisk images which can be many gigabytes in size.<br />
Also, as for accidental modification of backup, I mount the backup volume as readonly and only remount it readwrite while backing up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BTRFS/RSYNC based backups. by Alan</title>
		<link>http://blog.sambodata.com/?p=304&#038;cpage=1#comment-213</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 04 Jun 2010 06:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=304#comment-213</guid>
		<description>BTRFS is coming along.  I tried it for a backup system using rsync and snapshots, but quickly filled my disk.  I&#039;m waiting for deduplication and more-mature userspace tools.

Thanks for the post.</description>
		<content:encoded><![CDATA[<p>BTRFS is coming along.  I tried it for a backup system using rsync and snapshots, but quickly filled my disk.  I&#8217;m waiting for deduplication and more-mature userspace tools.</p>
<p>Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book Database and Git by Book database status and MUAs. &#8212; sambodata</title>
		<link>http://blog.sambodata.com/?p=245&#038;cpage=1#comment-204</link>
		<dc:creator>Book database status and MUAs. &#8212; sambodata</dc:creator>
		<pubDate>Tue, 09 Feb 2010 03:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=245#comment-204</guid>
		<description>[...] felt like a little break from my book database project. It needs one more weekend of polishing before it is usable. Hopefully I will get it done [...]</description>
		<content:encoded><![CDATA[<p>[...] felt like a little break from my book database project. It needs one more weekend of polishing before it is usable. Hopefully I will get it done [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configs and status bars. by Configs and [testing]. &#8212; sambodata</title>
		<link>http://blog.sambodata.com/?p=227&#038;cpage=1#comment-112</link>
		<dc:creator>Configs and [testing]. &#8212; sambodata</dc:creator>
		<pubDate>Tue, 15 Dec 2009 10:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=227#comment-112</guid>
		<description>[...] mentioned earlier I have finally put most of my configs into a public git repo. After using it for a couple of weeks [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned earlier I have finally put most of my configs into a public git repo. After using it for a couple of weeks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configs and status bars. by Tomas Janousek</title>
		<link>http://blog.sambodata.com/?p=227&#038;cpage=1#comment-110</link>
		<dc:creator>Tomas Janousek</dc:creator>
		<pubDate>Sat, 05 Dec 2009 23:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sambodata.com/?p=227#comment-110</guid>
		<description>The client knows by listening for property changes on the root window. BTW, my patches have been applied, so darcs xmobar + darcs xmonad now support this out of the box.</description>
		<content:encoded><![CDATA[<p>The client knows by listening for property changes on the root window. BTW, my patches have been applied, so darcs xmobar + darcs xmonad now support this out of the box.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

