<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Backubuntu</title>
	<link>http://ask.metafilter.com/91751/Backubuntu/</link>
	<description>Comments on Ask MetaFilter post Backubuntu</description>
	<pubDate>Sun, 18 May 2008 15:53:34 -0800</pubDate>
	<lastBuildDate>Sun, 18 May 2008 15:53:34 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Backubuntu</title>
		<link>http://ask.metafilter.com/91751/Backubuntu</link>	
		<description>What&apos;s the best backup solution for (Ubuntu) Linux? I need a backup as complete as possible of a home directory of ~10+ GB, nightly, etc. I have two large external USB 2.0 drives for the purpose... &lt;br /&gt;&lt;br /&gt; I know some of the options (which I&apos;ll list out), but I&apos;m wondering which is the community favorite / most popular / most reliable / most likely to be maintained.&lt;br&gt;
&lt;br&gt;
What I&apos;ve considered: flyback, rsync, rdiff, rsnapshot, timevault, unison...&lt;br&gt;
&lt;br&gt;
Thanks! I&apos;ve gone too long without good backups, and my home directory is becoming more and more valuable. Oh, and it absolutely must backup hidden directories, although I would guess that&apos;s standard (a lot of my data is SVN repos). Something that could back up various other files (my apache configs, site-applications, etc files are fairly vital). Maybe a separate system that would do basically a drive image on a less frequent basis?&lt;br&gt;
&lt;br&gt;
Thanks!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.91751</guid>
		<pubDate>Sun, 18 May 2008 15:32:24 -0800</pubDate>
		<dc:creator>tmcw</dc:creator>
		
			<category>linux</category>
		
			<category>backup</category>
		
			<category>rsync</category>
		
			<category>files</category>
		
			<category>ubuntu</category>
		
			<category>hard</category>
		
			<category>drive</category>
		
	</item> <item>
		<title>By: nicwolff</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1344686</link>	
		<description>I use rsnapshot over SSH to (well, technically &quot;from&quot;) a server in Denmark (gotta be ready for that hemisphere-destroying meteor strike!), but I&apos;m starting to think about just using git - have you considered just scripting nightly SVN commits to a couple of tracking repositories?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1344686</guid>
		<pubDate>Sun, 18 May 2008 15:53:34 -0800</pubDate>
		<dc:creator>nicwolff</dc:creator>
	</item><item>
		<title>By: quarterframer</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1344693</link>	
		<description>&lt;a href=&quot;http://www.opbyte.it/grsync/&quot;&gt;Grsync&lt;/a&gt; is a really nice GUI for rsync.  It&apos;s available in the Ubuntu repositories.  I use it to keep a mirror of /home including hidden files.  It&apos;s highly configurable (permissions, keep or delete deleted files, compress on destination, etc.).  Like anything rsync, it will take awhile the first time but after that it just finds changes and is superduper speedy and reliable.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1344693</guid>
		<pubDate>Sun, 18 May 2008 15:58:52 -0800</pubDate>
		<dc:creator>quarterframer</dc:creator>
	</item><item>
		<title>By: the dief</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1344743</link>	
		<description>Seconding git.  I use it for some backups, and it&apos;s so awesome it&apos;s scary.  It&apos;s got a bit of a learning curve but it&apos;s so worth it.&lt;br&gt;
&lt;a href=&quot;http://www-cs-students.stanford.edu/~blynn/gitmagic/&quot;&gt;&lt;br&gt;
Here&apos;s&lt;/a&gt; a good introduction to git.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1344743</guid>
		<pubDate>Sun, 18 May 2008 16:57:12 -0800</pubDate>
		<dc:creator>the dief</dc:creator>
	</item><item>
		<title>By: PueExMachina</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1344761</link>	
		<description>So you want to keep multiple copies of the backups so that you can refer to old revisions of files? I&apos;ve used rsnapshot to do exactly this. It&apos;s in the Ubuntu repositories and &lt;a href=&quot;http://www.rsnapshot.org/howto/&quot;&gt;well-documented&lt;/a&gt;. rdiff-backup will require less storage to store the changes, but you won&apos;t be able to easily browse all the old files.&lt;br&gt;
&lt;br&gt;
I use unison as well, but it&apos;s two-way synchronization capabilities aren&apos;t needed for backups.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1344761</guid>
		<pubDate>Sun, 18 May 2008 17:10:30 -0800</pubDate>
		<dc:creator>PueExMachina</dc:creator>
	</item><item>
		<title>By: hattifattener</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1344799</link>	
		<description>&lt;a href=&quot;http://duplicity.nongnu.org/&quot;&gt;Duplicity&lt;/a&gt; looks nice, and next time I set up backups somewhere I intend to try it out. My current tool is &lt;a href=&quot;http://www.flexbackup.org/&quot;&gt;flexbackup&lt;/a&gt; (&quot;for when &lt;a href=&quot;http://www.amanda.org/&quot;&gt;amanda&lt;/a&gt; is too much and tarring things up by hand is not enough&quot;), whose main selling point (to me) is ease of configuration and use.&lt;br&gt;
&lt;br&gt;
I&apos;ve been backing up &lt;em&gt;to&lt;/em&gt; an &lt;a href=&quot;http://www.rsync.net/&quot;&gt;rsync.net&lt;/a&gt; account and I&apos;ve been quite pleased with them.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1344799</guid>
		<pubDate>Sun, 18 May 2008 18:00:42 -0800</pubDate>
		<dc:creator>hattifattener</dc:creator>
	</item><item>
		<title>By: tmcw</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1344889</link>	
		<description>So far.. errors.&lt;br&gt;
&lt;br&gt;
rsnapshot tries to chown files. It&apos;s a FAT32 filesystem. Hence, no.&lt;br&gt;
&lt;br&gt;
flyback errors on start and crashes on backing up.&lt;br&gt;
&lt;br&gt;
git is some good kool-aid, but for local files? I&apos;m not sure what the best technique would be&lt;br&gt;
&lt;br&gt;
TimeVault &lt;a href=&quot;https://bugs.launchpad.net/timevault/+bug/191681&quot;&gt;does not play well with removable media&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
rsync (just bare, with the options &lt;a href=&quot;http://jwz.livejournal.com/801607.html&quot;&gt;jwz recommends&lt;/a&gt;) is running currently and seems to be doin&apos; it, but it&apos;s running into the same chown / chgrp errors as rsnapshot. Not sure which road to take here, since having the disks accessible to XP/OSX is kind of essential as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1344889</guid>
		<pubDate>Sun, 18 May 2008 19:44:54 -0800</pubDate>
		<dc:creator>tmcw</dc:creator>
	</item><item>
		<title>By: trouserbat</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1344895</link>	
		<description>I wholeheartedly recommend rsync. A big part of rsync is that, for your home dir of 10+ GB, it will only actually need to update stuff that changes on a day-to-day basis (after the first backup). Sounds like that&apos;s what you want.&lt;br&gt;
&lt;br&gt;
I use &lt;a href=&quot;http://www.monotone.ca/&quot;&gt;monotone&lt;/a&gt;, a distributed version control program,  for stuff I want to keep under version tracking (config files, my source code and scripts, anything hand-written instead of generated.). Looks like other people have recommended git for the same purposes, and I hear good stuff about mercurial, but I prefer monotone -- they&apos;re all quite good though.&lt;br&gt;
&lt;br&gt;
I use rsync for everything else (including my music collection). VC and rsync also complement each other (&quot;keep track of the changes I make to these things in minute detail, and try to keep this other stuff backed up too&quot;). (This is between my desktop and laptop, copied remotely via ssh to my web server.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1344895</guid>
		<pubDate>Sun, 18 May 2008 19:54:58 -0800</pubDate>
		<dc:creator>trouserbat</dc:creator>
	</item><item>
		<title>By: trouserbat</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1344901</link>	
		<description>&amp;gt; It&apos;s a FAT32 filesystem. Hence, no.&lt;br&gt;
You probably want to run a native filesystem for backups, particularly if you&apos;ve got &quot;two large external USB 2.0 drives for the purpose&quot;. The filesystem journaling, etc., will be helpful.&lt;br&gt;
&lt;br&gt;
And while I couldn&apos;t cite this if pressed, to my understanding, git development hasn&apos;t placed much priority on being Windows-portable. I&apos;ve heard (similarly secondhand) that rsync is fine on Windows, though as always you will probably need to double-check the settings. Best of luck.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1344901</guid>
		<pubDate>Sun, 18 May 2008 20:00:03 -0800</pubDate>
		<dc:creator>trouserbat</dc:creator>
	</item><item>
		<title>By: tmcw</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1344913</link>	
		<description>Point taken. I&apos;ll format one of the drives to test. ext3, I guess? (prays that this doesn&apos;t brick the drive.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1344913</guid>
		<pubDate>Sun, 18 May 2008 20:15:46 -0800</pubDate>
		<dc:creator>tmcw</dc:creator>
	</item><item>
		<title>By: dixie flatline</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1345132</link>	
		<description>I use rdiff-backup.  Its method of generating actual incremental snapshots just seems better to me than the rsnapshot technique of just hard-linking everything together.  It also keeps a separate copy of the metadata (permissions, etc.), so I think it would even work on a FAT32 target, although I haven&apos;t tried it.&lt;br&gt;
&lt;br&gt;
At my current rate, after excluding a few unnecessary directories like the Firefox cache, I&apos;ll probably be able to go a couple months at least without having to expire the old snapshots, which could be pretty useful at some point.&lt;br&gt;
&lt;br&gt;
rdiff-backup also does a good job of handling large files that don&apos;t change much.  e.g., I have a VirtualBox disk image that is about 3 gigs, but rdiff-backup will figure out if only 10 megs have changed since the last backup.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1345132</guid>
		<pubDate>Mon, 19 May 2008 02:31:55 -0800</pubDate>
		<dc:creator>dixie flatline</dc:creator>
	</item><item>
		<title>By: tmcw</title>
		<link>http://ask.metafilter.com/91751/Backubuntu#1345786</link>	
		<description>ext3 formatted, now I&apos;ve got fairly minor mounting &amp;amp; unmounting tweaks. flyback works sorta.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.91751-1345786</guid>
		<pubDate>Mon, 19 May 2008 14:56:46 -0800</pubDate>
		<dc:creator>tmcw</dc:creator>
	</item>
	</channel>
</rss>
