<?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: Lessfs-0.9.0 is available for download.</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=267" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=267</link>
	<description>Open source data de-duplication &#38; data tiering for less</description>
	<lastBuildDate>Wed, 18 Mar 2015 13:40:57 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.7</generator>
	<item>
		<title>By: Areq</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-300</link>
		<dc:creator><![CDATA[Areq]]></dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-300</guid>
		<description><![CDATA[mv /mnt/lessfs/s1_last /mnt/lessfs/s1_`date +%s` mkdir /mnt/lessfs/s1_last

isn&#039;t solution for me. I need few independent  &quot;full copy&quot; of server in separate directory - one dir = one full backup 

I try to avoid coping via rsync all files every time
(slow WAN connection)]]></description>
		<content:encoded><![CDATA[<p>mv /mnt/lessfs/s1_last /mnt/lessfs/s1_`date +%s` mkdir /mnt/lessfs/s1_last</p>
<p>isn&#8217;t solution for me. I need few independent  &#8220;full copy&#8221; of server in separate directory &#8211; one dir = one full backup </p>
<p>I try to avoid coping via rsync all files every time<br />
(slow WAN connection)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitri Bellini</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-298</link>
		<dc:creator><![CDATA[Dimitri Bellini]]></dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-298</guid>
		<description><![CDATA[Hi Maru
Yes i know rsync but this tool dont suffer of the same TAR problem (shifting chunk)? Also an integration with a Backup solution like Bacula is very good way to manage small/medium office PC (simple way to restore a data using gui). 
So do you think is possible to patch Bacula Backup format for lessfs (dedup friendly)?
Many thanks 
Dimitri]]></description>
		<content:encoded><![CDATA[<p>Hi Maru<br />
Yes i know rsync but this tool dont suffer of the same TAR problem (shifting chunk)? Also an integration with a Backup solution like Bacula is very good way to manage small/medium office PC (simple way to restore a data using gui).<br />
So do you think is possible to patch Bacula Backup format for lessfs (dedup friendly)?<br />
Many thanks<br />
Dimitri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-297</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Thu, 10 Dec 2009 07:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-297</guid>
		<description><![CDATA[Instead of cp -a /mnt/lessfs/s1_last /mnt/lessfs/s1_`date +%s` why don&#039;t you

mv /mnt/lessfs/s1_last /mnt/lessfs/s1_`date +%s`
mkdir  /mnt/lessfs/s1_last

Moving a directory does hardly take time at all.

Mark]]></description>
		<content:encoded><![CDATA[<p>Instead of cp -a /mnt/lessfs/s1_last /mnt/lessfs/s1_`date +%s` why don&#8217;t you</p>
<p>mv /mnt/lessfs/s1_last /mnt/lessfs/s1_`date +%s`<br />
mkdir  /mnt/lessfs/s1_last</p>
<p>Moving a directory does hardly take time at all.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Areq</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-296</link>
		<dc:creator><![CDATA[Areq]]></dc:creator>
		<pubDate>Thu, 10 Dec 2009 00:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-296</guid>
		<description><![CDATA[but lvm snapshot gives significant performce degradation

Currently I&#039;am doing in this way:

rsync -vax s1::/  /mnt/lessfs/s1_last
cp -a /mnt/lessfs/s1_lat  /mnt/lessfs/s1_`date +%s`

but normal cp is slow, because must unpack all files from lessfs, check deduplication and update directory structure.

I&#039;m dreaming of sth like  lessfscp - with can update only directory structure without touching data part.]]></description>
		<content:encoded><![CDATA[<p>but lvm snapshot gives significant performce degradation</p>
<p>Currently I&#8217;am doing in this way:</p>
<p>rsync -vax s1::/  /mnt/lessfs/s1_last<br />
cp -a /mnt/lessfs/s1_lat  /mnt/lessfs/s1_`date +%s`</p>
<p>but normal cp is slow, because must unpack all files from lessfs, check deduplication and update directory structure.</p>
<p>I&#8217;m dreaming of sth like  lessfscp &#8211; with can update only directory structure without touching data part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-294</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-294</guid>
		<description><![CDATA[Easy might not be the appropriate term. ;-)
For now you can use lvm snapshots with the lessfs freeze command.

You first freeze lessfs and then create a lvm snapshot.
With the help of drbd you can implement replication.

I hope this helps,

Mark.]]></description>
		<content:encoded><![CDATA[<p>Easy might not be the appropriate term. <img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /><br />
For now you can use lvm snapshots with the lessfs freeze command.</p>
<p>You first freeze lessfs and then create a lvm snapshot.<br />
With the help of drbd you can implement replication.</p>
<p>I hope this helps,</p>
<p>Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Areq</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-293</link>
		<dc:creator><![CDATA[Areq]]></dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-293</guid>
		<description><![CDATA[I suspect that the implementation of snapshots will not be quick and easy. Enough at the beginning will be quick way to copy the entire directory tree under lessfs

cp-a backup-2009-12-02 backup-2009-12-03 
is very slow now]]></description>
		<content:encoded><![CDATA[<p>I suspect that the implementation of snapshots will not be quick and easy. Enough at the beginning will be quick way to copy the entire directory tree under lessfs</p>
<p>cp-a backup-2009-12-02 backup-2009-12-03<br />
is very slow now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-292</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-292</guid>
		<description><![CDATA[The Bacula Guys should know how to fix this. Some commercial VTL vendors do smart things with the incoming data streams before they store them on a dedup filesystem.

You can imagine that this is very complex because every vendor has it&#039;s own proprietary way to store the data.

I can take a look at tar but don&#039;t hold your breath.

Many people use rsync for backups:
http://www.mikerubel.org/computers/rsync_snapshots/

Mark]]></description>
		<content:encoded><![CDATA[<p>The Bacula Guys should know how to fix this. Some commercial VTL vendors do smart things with the incoming data streams before they store them on a dedup filesystem.</p>
<p>You can imagine that this is very complex because every vendor has it&#8217;s own proprietary way to store the data.</p>
<p>I can take a look at tar but don&#8217;t hold your breath.</p>
<p>Many people use rsync for backups:<br />
<a href="http://www.mikerubel.org/computers/rsync_snapshots/" rel="nofollow">http://www.mikerubel.org/computers/rsync_snapshots/</a></p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitri Bellini</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-291</link>
		<dc:creator><![CDATA[Dimitri Bellini]]></dc:creator>
		<pubDate>Wed, 09 Dec 2009 13:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-291</guid>
		<description><![CDATA[Hi Maru
many thanks for your suggest, i never use lessfs with this method!! My first idea was use in comination of Bacula Backup and LinuxVTL (the Media emulate from LinuxVTL are store on LessFs) but i dont have so big advantage, i supposed for the tar problem.
But where i can found Patched TAR? how is used RSync with dedup?
Many thanks for help]]></description>
		<content:encoded><![CDATA[<p>Hi Maru<br />
many thanks for your suggest, i never use lessfs with this method!! My first idea was use in comination of Bacula Backup and LinuxVTL (the Media emulate from LinuxVTL are store on LessFs) but i dont have so big advantage, i supposed for the tar problem.<br />
But where i can found Patched TAR? how is used RSync with dedup?<br />
Many thanks for help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-290</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Wed, 09 Dec 2009 13:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-290</guid>
		<description><![CDATA[snapshots and replication will come in lessfs-2.0
The focus for now is to release lessfs-1.0 stable if possible before the end of this year.

Development of 2.0 will start early next year.

Mark]]></description>
		<content:encoded><![CDATA[<p>snapshots and replication will come in lessfs-2.0<br />
The focus for now is to release lessfs-1.0 stable if possible before the end of this year.</p>
<p>Development of 2.0 will start early next year.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Areq</title>
		<link>http://www.lessfs.com/wordpress/?p=267&#038;cpage=1#comment-289</link>
		<dc:creator><![CDATA[Areq]]></dc:creator>
		<pubDate>Wed, 09 Dec 2009 13:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=267#comment-289</guid>
		<description><![CDATA[What about snapshot ? Manny people really need and waiting for this important for backup process feature.]]></description>
		<content:encoded><![CDATA[<p>What about snapshot ? Manny people really need and waiting for this important for backup process feature.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
