<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tribulaciones.org &#187; desktop</title>
	<atom:link href="http://tribulaciones.org/tag/desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://tribulaciones.org</link>
	<description>A blog about me and whatever insterests me</description>
	<lastBuildDate>Wed, 27 Jan 2010 22:12:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Backup your system for a desktop user</title>
		<link>http://tribulaciones.org/2009/04/backup-your-system-for-a-desktop-user/</link>
		<comments>http://tribulaciones.org/2009/04/backup-your-system-for-a-desktop-user/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 12:42:52 +0000</pubDate>
		<dc:creator>jsogo</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://tribulaciones.org/?p=132</guid>
		<description><![CDATA[While Linux and Debian are plenty of programs for backing up your system, things change when you need a backup system for a common desktop user. In this area there is a lot of room for improvement, as programs for KDE and GNOME are years behind what programs for Windows and Mac OS X are [...]]]></description>
			<content:encoded><![CDATA[<p>While Linux and Debian are plenty of programs for backing up your system, things change when you need a backup system for a common desktop user. In this area there is a lot of room for improvement, as programs for KDE and GNOME are years behind what programs for Windows and Mac OS X are offering.<br />
There has been some programs intents of writing a good program, full featured and with a nice graphical interface, as <a href="http://sbackup.wiki.sourceforge.net/">Simple Backup</a>, and its fork <a href="https://launchpad.net/nssbackup">Not So Simple Backup</a>, <a href="http://andrewprice.me.uk/projects/pybackpack/">pybackpack</a>, or <a href="https://launchpad.net/nssbackup">TimeVault</a>, an intent to clone Apple&#8217;s TImeMachine, and it&#8217;s fork <a href="https://launchpad.net/nssbackup">TimeVaultNG</a> written for KDE. Those are projects that start with a great impulse, even some of the mentored by Google Summer of Code, and when they reach some basic functionality, they get abandoned or not being properly maintained.<br />
What I would like to see for a backup system for desktop user is:</p>
<ul>
<li>Desktop independent backend. Why implement and reimplement and reimplement again. A lot of effort is lost in early stages, until program starts to be functional. For this, using yet written utils as rdif-backup, duplicity or rdup would allow this step to get ready faster, and being more reliable.</li>
<li>Frontend integrated with desktop, being it GNOME or KDE. This will imply implementing two desktop clients, so they can use technologies available to each one.</li>
<li>Using dbus for communicating frontend and backend.</li>
<li>Backend should be able to detect removable devicies as well as network based backups (think on NAS), and only perform the backup if they are present</li>
<li>Allow to store backups also in Amazon S3. This could be in raw or even better, with a system that would allow mounting the remote device as a local HDD. This is something <a href="http://www.jungledisk.com/">JungleDisk</a> makes, and using fuse should not be hard to implement</li>
</ul>
<p>A lot of improvement and innovation has taken place in Linux Desktop during all these years, but backups are also important for SOHO users, and they need a well integrated program for doing that, as console based solutions usually require configuration skills which desktop users don&#8217;t have.<br />
<strong>Updated 6th April 22:26 CEST</strong>: I have been recommended in comments to try <a href="http://backintime.le-web.org/">Back in Time</a> and <a href="http://mterry.name/deja-dup/">Déjà Dup</a>. Both are in active delopment, which is a bonus. The first one works in a similar way to TimeVault, while the second one works using duplicity as backend, but has support to upload the resulting files to a remote server using SSH or to Amazon S3. I will investigate more on these apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://tribulaciones.org/2009/04/backup-your-system-for-a-desktop-user/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Giver: little util for sharing folders</title>
		<link>http://tribulaciones.org/2008/12/giver-little-util-for-sharing-folders/</link>
		<comments>http://tribulaciones.org/2008/12/giver-little-util-for-sharing-folders/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 19:50:20 +0000</pubDate>
		<dc:creator>jsogo</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[avahi]]></category>
		<category><![CDATA[giver]]></category>
		<category><![CDATA[share files]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[zeroconf]]></category>

		<guid isPermaLink="false">http://tribulaciones.org/?p=97</guid>
		<description><![CDATA[While searching for different options to share files among different computers in a local LAN I found via Planet Ubuntu giver a little util which uses avahi/zeroconf to publish shared folders or files. It is a easy tool, that works and that serve well its purpose.
But its development has stopped some time ago, and that [...]]]></description>
			<content:encoded><![CDATA[<p>While searching for different options to share files among different computers in a local LAN I found via Planet Ubuntu <a href="http://code.google.com/p/giver/" onclick="javascript:pageTracker._trackPageview('/outbound/article/code.google.com');"><strong>giver</strong></a> a little util which uses avahi/zeroconf to publish shared folders or files. It is a easy tool, that works and that serve well its purpose.<br />
But its development has stopped some time ago, and that means that nobody has cared to port it to Windows, where it would be an<br />
interesting tool to avoid the need of using windows network to share folders, which in an ad-hoc network tends to work problematically.</p>
<p>These little gems should receive more care from freedesktop.org, GNOME Foundation, Canonical, Novell, … as are the utils that make a difference in desktop expecience. Having a nice visual effects is not enough to attract people to free destops, but having tools that make everyday life is.</p>
]]></content:encoded>
			<wfw:commentRss>http://tribulaciones.org/2008/12/giver-little-util-for-sharing-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
