<?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: Backup for Linux, Done Right- Part 1: A Mini Melodrama</title>
	<atom:link href="http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive1/feed" rel="self" type="application/rss+xml" />
	<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive1</link>
	<description>The Rants and Raves of an Unsettled Mind</description>
	<lastBuildDate>Wed, 07 Apr 2010 15:43:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive1/comment-page-1#comment-4105</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Sat, 15 Aug 2009 15:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1108#comment-4105</guid>
		<description>@Ryan: Thanks for pointing out the two backup solutions.  I hadn&#039;t heard of either one of them and they look very, very cool.  I&#039;m particularly interested in the backuppc and will probably download and take a look at it.  I might even try and build support into timedrive for it, since it appears to do much the same thing that home server does, except with open source tools and Linux.  I also took a look at gibak, which looks neat, but I&#039;ve never really been able to wrap my head fully around git.

Re the second question, the answer is yes.  If you wanted to configure Deja Dup to do the actual backing up, you could then configure Time Drive to use the same directory and restore the files.  A few things to be aware of.  Time Drive runs a separate duplicity script for each folder in your backup, thus, if you go to your archive directory, you will find a separate directory and set of .tar files for every folder.  In contrast, Deja Dup runs a single duplicity script and just uses the --include flag to add that folder to the job.

A better bet might just to be the advanced restore options and connect right to the archive, rather than trying to mess with getting the configuration options just right.  But in terms of compatibility, they are both use duplicity.  As a result, if you get the config options right, you can use either program to add or restore.  Given the features of the two programs, in such a scenario, I would use Deja Dup for backup and Time Drive for restore.  (Presently, Deja Dup doesn&#039;t even support individual file restore, just restoration of the full archive.  I&#039;ve been talking with Michael Terry, the lead developer, and we intend to change that in the immediate future.)

I hope that&#039;s of some help.</description>
		<content:encoded><![CDATA[<p>@Ryan: Thanks for pointing out the two backup solutions.  I hadn&#8217;t heard of either one of them and they look very, very cool.  I&#8217;m particularly interested in the backuppc and will probably download and take a look at it.  I might even try and build support into timedrive for it, since it appears to do much the same thing that home server does, except with open source tools and Linux.  I also took a look at gibak, which looks neat, but I&#8217;ve never really been able to wrap my head fully around git.</p>
<p>Re the second question, the answer is yes.  If you wanted to configure Deja Dup to do the actual backing up, you could then configure Time Drive to use the same directory and restore the files.  A few things to be aware of.  Time Drive runs a separate duplicity script for each folder in your backup, thus, if you go to your archive directory, you will find a separate directory and set of .tar files for every folder.  In contrast, Deja Dup runs a single duplicity script and just uses the &#8211;include flag to add that folder to the job.</p>
<p>A better bet might just to be the advanced restore options and connect right to the archive, rather than trying to mess with getting the configuration options just right.  But in terms of compatibility, they are both use duplicity.  As a result, if you get the config options right, you can use either program to add or restore.  Given the features of the two programs, in such a scenario, I would use Deja Dup for backup and Time Drive for restore.  (Presently, Deja Dup doesn&#8217;t even support individual file restore, just restoration of the full archive.  I&#8217;ve been talking with Michael Terry, the lead developer, and we intend to change that in the immediate future.)</p>
<p>I hope that&#8217;s of some help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive1/comment-page-1#comment-4103</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 15 Aug 2009 13:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1108#comment-4103</guid>
		<description>On the subject of saving space on duplicate files, there&#039;s a package called backuppc that does exactly that. It&#039;s designed to run on a server and pull backups from all the other machines via rsync (or other methods), and then it hardlinks all the identical files to save space. (As opposed to each computer individually pushing backups to the server.) When backing up a bunch of Windows machines, that means that it only makes one copy of each system file, for example. 

There&#039;s also gibak, which is a thin command-line frontend to git that turns it into a backup suite. Git does some creative compression and hard-linking and other stuff that I don&#039;t quite understand, which makes it good for backups.

As for the on-disk compatibility of Deja Dup and Time Drive, does that mean that I could configure them both to use the same backup directory and then use one for backup and the other for restoring, or something like that?</description>
		<content:encoded><![CDATA[<p>On the subject of saving space on duplicate files, there&#8217;s a package called backuppc that does exactly that. It&#8217;s designed to run on a server and pull backups from all the other machines via rsync (or other methods), and then it hardlinks all the identical files to save space. (As opposed to each computer individually pushing backups to the server.) When backing up a bunch of Windows machines, that means that it only makes one copy of each system file, for example. </p>
<p>There&#8217;s also gibak, which is a thin command-line frontend to git that turns it into a backup suite. Git does some creative compression and hard-linking and other stuff that I don&#8217;t quite understand, which makes it good for backups.</p>
<p>As for the on-disk compatibility of Deja Dup and Time Drive, does that mean that I could configure them both to use the same backup directory and then use one for backup and the other for restoring, or something like that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive1/comment-page-1#comment-4043</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1108#comment-4043</guid>
		<description>@Notize, unfortunately, it will make a backup copy for each of the files.  (Though it would be really cool if it could compare file signatures and only backup changes.  That is something that I will pass along to the developers of Duplicity, the backend for Time Drive as a feature idea.  Because it compares signatures, it probably would only be moderately difficult to add.)

To the best of my knowledge, the only major program that is capable of intelligently combining backups from multiple machines is Windows Home Server.  Not even Time Machine is capable of doing that.  Enterprise scale options, like Zmanda might be able to, but I&#039;ve never spent too much time using them.  They are just too far outside of my own needs.  I do really well with file-backup and have never needed anything heavier.</description>
		<content:encoded><![CDATA[<p>@Notize, unfortunately, it will make a backup copy for each of the files.  (Though it would be really cool if it could compare file signatures and only backup changes.  That is something that I will pass along to the developers of Duplicity, the backend for Time Drive as a feature idea.  Because it compares signatures, it probably would only be moderately difficult to add.)</p>
<p>To the best of my knowledge, the only major program that is capable of intelligently combining backups from multiple machines is Windows Home Server.  Not even Time Machine is capable of doing that.  Enterprise scale options, like Zmanda might be able to, but I&#8217;ve never spent too much time using them.  They are just too far outside of my own needs.  I do really well with file-backup and have never needed anything heavier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive1/comment-page-1#comment-4042</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1108#comment-4042</guid>
		<description>Hi Ryan, I came across Deja Dup after finishing most of the functionality for Time Drive (one of those bizarre ironies of life).  I&#039;ve been in touch with it&#039;s lead developer, Michael Terry, and we&#039;ve talked about joining code-bases so that the archive browser can be ported over.

Because Time Drive is written using Qt and Deja Dup written with Gtk, they will both probably continue to live and evolve (eventually sharing a common codebase where possible).  I&#039;m personally more of a KDE man (though using Gnome at the moment), while Michael is geared towards Gnome.

But, Deja Dup is a wonderful program.  And archives from Time Drive are compatible with archives made with Deja Dup because of the common backend, Duplicity.</description>
		<content:encoded><![CDATA[<p>Hi Ryan, I came across Deja Dup after finishing most of the functionality for Time Drive (one of those bizarre ironies of life).  I&#8217;ve been in touch with it&#8217;s lead developer, Michael Terry, and we&#8217;ve talked about joining code-bases so that the archive browser can be ported over.</p>
<p>Because Time Drive is written using Qt and Deja Dup written with Gtk, they will both probably continue to live and evolve (eventually sharing a common codebase where possible).  I&#8217;m personally more of a KDE man (though using Gnome at the moment), while Michael is geared towards Gnome.</p>
<p>But, Deja Dup is a wonderful program.  And archives from Time Drive are compatible with archives made with Deja Dup because of the common backend, Duplicity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: notize</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive1/comment-page-1#comment-4038</link>
		<dc:creator>notize</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1108#comment-4038</guid>
		<description>How does this handle duplicate files scattered on multiple computers.  In our house we&#039;ve got pictures and music duplicated left and right.  Would this backup files that are already somewhere?  I&#039;m asking for storage space calculation .... these days storage space comes a bit cheaper than time to organize everything ... nothing wrong with my kids playing with their own media files,but if I could save on backup storage I would.

Please let us know!
Thanks</description>
		<content:encoded><![CDATA[<p>How does this handle duplicate files scattered on multiple computers.  In our house we&#8217;ve got pictures and music duplicated left and right.  Would this backup files that are already somewhere?  I&#8217;m asking for storage space calculation &#8230;. these days storage space comes a bit cheaper than time to organize everything &#8230; nothing wrong with my kids playing with their own media files,but if I could save on backup storage I would.</p>
<p>Please let us know!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/08/07/time-drive1/comment-page-1#comment-4037</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 12 Aug 2009 13:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=1108#comment-4037</guid>
		<description>Have you looked at Deja Dup? It&#039;s another GUI solution based on Duplicity. I just found it after reading your blog, and it sounds quite similar in terms of its goals.</description>
		<content:encoded><![CDATA[<p>Have you looked at Deja Dup? It&#8217;s another GUI solution based on Duplicity. I just found it after reading your blog, and it sounds quite similar in terms of its goals.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
