<?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: Back In Time - A Simple backup tool for ubuntu</title>
	<atom:link href="http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kino Velez</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-44459</link>
		<dc:creator>Kino Velez</dc:creator>
		<pubDate>Fri, 20 Aug 2010 19:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-44459</guid>
		<description>I had been looking for something like this as the No So Simple backup does not do incremental.  Almost a year later is this till the best way to do this or is there another preferred application.</description>
		<content:encoded><![CDATA[<p>I had been looking for something like this as the No So Simple backup does not do incremental.  Almost a year later is this till the best way to do this or is there another preferred application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qnob</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-19133</link>
		<dc:creator>qnob</dc:creator>
		<pubDate>Thu, 17 Dec 2009 19:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-19133</guid>
		<description>I&#039;m pleased to share my callback script for backing up MYSQL with backintime. I also backup the currently installed packages:


#!/bin/sh
## http://ubuntuforums.org/showthread.php?t=1334287

case &quot;$1&quot; in
1)echo &quot;Backup starting&quot;
  mysqldump --user=mythtv --password=mythtv mythconverg &gt; /root/backup/mythdb.sq
l
  /root/bin/dpkg-backup.sh /root/backup/dpkg-list.txt
  ;;
2)echo &quot;Backup finishing&quot;
  ;;
3)echo &quot;Backup completed for ${2} ${3}&quot;
 ;;
4)echo &quot;An error occurred:&quot;

  case &quot;$2&quot; in
  1)echo &quot;Application not configured&quot;;;
  2)echo &quot;Process already running&quot;;;
  3)echo &quot;Can&#039;t find directory&quot;;;
  4)echo &quot;A snapshot for &#039;now&#039; already exists&quot;;;
  esac
 ;;
esac</description>
		<content:encoded><![CDATA[<p>I&#8217;m pleased to share my callback script for backing up MYSQL with backintime. I also backup the currently installed packages:</p>
<p>#!/bin/sh<br />
## <a href="http://ubuntuforums.org/showthread.php?t=1334287" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1334287</a></p>
<p>case &#8220;$1&#8243; in<br />
1)echo &#8220;Backup starting&#8221;<br />
  mysqldump --user=mythtv --password=mythtv mythconverg &gt; /root/backup/mythdb.sq<br />
l<br />
  /root/bin/dpkg-backup.sh /root/backup/dpkg-list.txt<br />
  ;;<br />
2)echo &#8220;Backup finishing&#8221;<br />
  ;;<br />
3)echo &#8220;Backup completed for ${2} ${3}&#8221;<br />
 ;;<br />
4)echo &#8220;An error occurred:&#8221;</p>
<p>  case &#8220;$2&#8243; in<br />
  1)echo &#8220;Application not configured&#8221;;;<br />
  2)echo &#8220;Process already running&#8221;;;<br />
  3)echo &#8220;Can&#8217;t find directory&#8221;;;<br />
  4)echo &#8220;A snapshot for &#8216;now&#8217; already exists&#8221;;;<br />
  esac<br />
 ;;<br />
esac</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-18905</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Mon, 14 Dec 2009 11:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-18905</guid>
		<description>How to backup MySQL data?</description>
		<content:encoded><![CDATA[<p>How to backup MySQL data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaine</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-17578</link>
		<dc:creator>Blaine</dc:creator>
		<pubDate>Sat, 28 Nov 2009 18:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-17578</guid>
		<description>Excellent, thanks to everyone for the help.

I&#039;ve recently come from Vista, and (ideally) want a Linux version of &quot;System Restore&quot; - does anybody have any advice about which system/registry folders are worth keeping backups of?

Thanks a million!
Blaine</description>
		<content:encoded><![CDATA[<p>Excellent, thanks to everyone for the help.</p>
<p>I&#8217;ve recently come from Vista, and (ideally) want a Linux version of &#8220;System Restore&#8221; - does anybody have any advice about which system/registry folders are worth keeping backups of?</p>
<p>Thanks a million!<br />
Blaine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordanwb</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-16091</link>
		<dc:creator>jordanwb</dc:creator>
		<pubDate>Fri, 06 Nov 2009 23:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-16091</guid>
		<description>Does this create a single file or does it simply copy the files?</description>
		<content:encoded><![CDATA[<p>Does this create a single file or does it simply copy the files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-12156</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 19 Aug 2009 22:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-12156</guid>
		<description>@Gemma

Linux is a time consuming operating system. That said, the above steps aren&#039;t too hard to follow, and if anything will teach you a little about the operating system you&#039;re using.

You just need to get to grips with the terminal window, then cutting and pasting commands is very easy.</description>
		<content:encoded><![CDATA[<p>@Gemma</p>
<p>Linux is a time consuming operating system. That said, the above steps aren&#8217;t too hard to follow, and if anything will teach you a little about the operating system you&#8217;re using.</p>
<p>You just need to get to grips with the terminal window, then cutting and pasting commands is very easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-12155</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 19 Aug 2009 22:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-12155</guid>
		<description>@Paul

It does the exact opposite of what you&#039;re saying.

BackInTime uses hard linking to reduce duplication. In essence it only backs up the changes. All the other unchanged files are there, but are hard linked back to the original hence no extra disk space is taken.

It&#039;s all on the BackInTime website:

&quot;In order to reduce disk space it use hard-links (if possible) between snapshots for unchanged files. This way a file of 10Mb, unchanged for 10 snapshots, will use only 10Mb on the disk.&quot;</description>
		<content:encoded><![CDATA[<p>@Paul</p>
<p>It does the exact opposite of what you&#8217;re saying.</p>
<p>BackInTime uses hard linking to reduce duplication. In essence it only backs up the changes. All the other unchanged files are there, but are hard linked back to the original hence no extra disk space is taken.</p>
<p>It&#8217;s all on the BackInTime website:</p>
<p>&#8220;In order to reduce disk space it use hard-links (if possible) between snapshots for unchanged files. This way a file of 10Mb, unchanged for 10 snapshots, will use only 10Mb on the disk.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gemma Laming</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11976</link>
		<dc:creator>Gemma Laming</dc:creator>
		<pubDate>Wed, 12 Aug 2009 06:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11976</guid>
		<description>Is there a simple back-up system that will (a) download onto Ubuntu and (b) install on Ubuntu.  I can find neither!  

I had hoped Linux would be a little easier to use than it has turned out to be.  Everything I try does not work, and needs a great deal of computer knowledge to install.  I find it very difficult and wastes a great deal of time.

Gemma</description>
		<content:encoded><![CDATA[<p>Is there a simple back-up system that will (a) download onto Ubuntu and (b) install on Ubuntu.  I can find neither!  </p>
<p>I had hoped Linux would be a little easier to use than it has turned out to be.  Everything I try does not work, and needs a great deal of computer knowledge to install.  I find it very difficult and wastes a great deal of time.</p>
<p>Gemma</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11318</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 21 Jul 2009 10:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11318</guid>
		<description>I like the program, but I advise everyone to use Deja Dup instead. Yes, the interface of Back in Time is really good, but the way it backups is not really good. Back in Time creates a copy of the backup folder every time you backup. If that folder is around 100MB, every time you run a backup, you need another 100MB. (At least that is how it worked out for me. I have a MyPassword with NTFS.).

Deja Dup (in Ubuntu repos) on the other hand backups &quot;smart&quot;. It only saves the changes you have made. So if you add a 5MB file and backup, the backup will only be 5MB.

I hope this helps for some of you!

PS: How to install:
&lt;code&gt;
sudo apt-get install deja-dup
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I like the program, but I advise everyone to use Deja Dup instead. Yes, the interface of Back in Time is really good, but the way it backups is not really good. Back in Time creates a copy of the backup folder every time you backup. If that folder is around 100MB, every time you run a backup, you need another 100MB. (At least that is how it worked out for me. I have a MyPassword with NTFS.).</p>
<p>Deja Dup (in Ubuntu repos) on the other hand backups &#8220;smart&#8221;. It only saves the changes you have made. So if you add a 5MB file and backup, the backup will only be 5MB.</p>
<p>I hope this helps for some of you!</p>
<p>PS: How to install:<br />
<code><br />
sudo apt-get install deja-dup<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Preston</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11276</link>
		<dc:creator>Mark Preston</dc:creator>
		<pubDate>Sun, 19 Jul 2009 17:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11276</guid>
		<description>Finally an iteration of RSTP/Gnome that doesn&#039;t tell me I need gksudo to run it. Hooray!! Will somebody please tell me how this program &quot;restores&quot; the /home I&#039;ve backed-up in case of catastrophic disk failure? Do I get a new disk or re-format the OS, add Back-in-Time, set the restore point as the backed-up directory and click: Restore?</description>
		<content:encoded><![CDATA[<p>Finally an iteration of RSTP/Gnome that doesn&#8217;t tell me I need gksudo to run it. Hooray!! Will somebody please tell me how this program &#8220;restores&#8221; the /home I&#8217;ve backed-up in case of catastrophic disk failure? Do I get a new disk or re-format the OS, add Back-in-Time, set the restore point as the backed-up directory and click: Restore?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qnop</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11221</link>
		<dc:creator>Qnop</dc:creator>
		<pubDate>Fri, 17 Jul 2009 07:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11221</guid>
		<description>hello,

It looks like a great tool, however, I&#039;m been using a similar tool called &quot;Simple Backup&quot; out of ubuntu distribution. The installation is as simple as :

apt-get install sbackup

The screens are quit similar. At the first glance, flash back has a nicer browser for the snapshots.

Though, it would be interesting to compare those tools. I&#039;d glad if somebody can point me out any such resources. 

Anyway, I think &quot;Simple Backup&quot; is simpler, but I don&#039;t need more than that. And I prefer having no external sources, if it&#039;s possible.</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>It looks like a great tool, however, I&#8217;m been using a similar tool called &#8220;Simple Backup&#8221; out of ubuntu distribution. The installation is as simple as :</p>
<p>apt-get install sbackup</p>
<p>The screens are quit similar. At the first glance, flash back has a nicer browser for the snapshots.</p>
<p>Though, it would be interesting to compare those tools. I&#8217;d glad if somebody can point me out any such resources. </p>
<p>Anyway, I think &#8220;Simple Backup&#8221; is simpler, but I don&#8217;t need more than that. And I prefer having no external sources, if it&#8217;s possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyberfux</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11201</link>
		<dc:creator>cyberfux</dc:creator>
		<pubDate>Thu, 16 Jul 2009 15:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11201</guid>
		<description>Hey there!

Thanks for your tutorial, it was exactly what i was looking for ;-)

Would you mind if i translate it into german and post it to my blog &amp; wiki?

Cyberfux</description>
		<content:encoded><![CDATA[<p>Hey there!</p>
<p>Thanks for your tutorial, it was exactly what i was looking for <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Would you mind if i translate it into german and post it to my blog &amp; wiki?</p>
<p>Cyberfux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azerthoth</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11183</link>
		<dc:creator>Azerthoth</dc:creator>
		<pubDate>Thu, 16 Jul 2009 05:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11183</guid>
		<description>conor, and if one is not using a garden object as a desktop environment? The different paths needed just make listing every possible permutation a serious pita, and even more confusing. The command line on the other hand is the same regardless of DE.</description>
		<content:encoded><![CDATA[<p>conor, and if one is not using a garden object as a desktop environment? The different paths needed just make listing every possible permutation a serious pita, and even more confusing. The command line on the other hand is the same regardless of DE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TK</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11103</link>
		<dc:creator>TK</dc:creator>
		<pubDate>Mon, 13 Jul 2009 16:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11103</guid>
		<description>The reason that we Linux users often recommend shell commands is that they&#039;re a lot harder to screw up. If one copies and pastes the commands as they are, it&#039;s not that difficult. If you go through the whole &quot;visual&quot; way of doing it, you may as well create a video tutorial, because it&#039;s just too complicated, there are just too many steps to undergo. In terminal, it&#039;s simple and fast.</description>
		<content:encoded><![CDATA[<p>The reason that we Linux users often recommend shell commands is that they&#8217;re a lot harder to screw up. If one copies and pastes the commands as they are, it&#8217;s not that difficult. If you go through the whole &#8220;visual&#8221; way of doing it, you may as well create a video tutorial, because it&#8217;s just too complicated, there are just too many steps to undergo. In terminal, it&#8217;s simple and fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conor</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11100</link>
		<dc:creator>conor</dc:creator>
		<pubDate>Mon, 13 Jul 2009 11:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11100</guid>
		<description>OK, the install procedure you have outlined is EXACTLY  the kind that a new user would have problems with. Isn&#039;t Ubuntu meant to be user friendly?

What is the problme with telling a user to click on System &gt; Administration &gt; Software sources, click on &quot;add key&quot; and add that line &quot;deb http://le-web.org/repository stable main&quot; and the GPG key.

Go to Add/Remove and search &quot;Back in time&quot;. double click and install?</description>
		<content:encoded><![CDATA[<p>OK, the install procedure you have outlined is EXACTLY  the kind that a new user would have problems with. Isn&#8217;t Ubuntu meant to be user friendly?</p>
<p>What is the problme with telling a user to click on System &gt; Administration &gt; Software sources, click on &#8220;add key&#8221; and add that line &#8220;deb <a href="http://le-web.org/repository" rel="nofollow">http://le-web.org/repository</a> stable main&#8221; and the GPG key.</p>
<p>Go to Add/Remove and search &#8220;Back in time&#8221;. double click and install?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi Bauer</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11069</link>
		<dc:creator>Andi Bauer</dc:creator>
		<pubDate>Sun, 12 Jul 2009 09:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11069</guid>
		<description>Thanks a lot this post, I heard years ago that something like TimeVault existed in Linux, too, but never found it. This is exactly the right program for my - formerly Mac using - girlfriend :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot this post, I heard years ago that something like TimeVault existed in Linux, too, but never found it. This is exactly the right program for my - formerly Mac using - girlfriend <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krul</title>
		<link>http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html/comment-page-1#comment-11067</link>
		<dc:creator>krul</dc:creator>
		<pubDate>Sun, 12 Jul 2009 09:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1621#comment-11067</guid>
		<description>This is really awesome! I don&#039;t know why it is not installed by default.

The best is that you don&#039;t need the tool itself to go back in time...you just browse the file system.</description>
		<content:encoded><![CDATA[<p>This is really awesome! I don&#8217;t know why it is not installed by default.</p>
<p>The best is that you don&#8217;t need the tool itself to go back in time&#8230;you just browse the file system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

