<?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>Using Linux &#187; Backup</title>
	<atom:link href="http://tommykeswick.com/linux/category/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://tommykeswick.com/linux</link>
	<description>Documenting my day-to-day experience</description>
	<lastBuildDate>Sun, 06 Sep 2009 04:56:39 +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>Configuring rsnapshot &amp; cron for automatic backups</title>
		<link>http://tommykeswick.com/linux/2008/08/16/configuring-rsnapshot-cron-for-automatic-backups/</link>
		<comments>http://tommykeswick.com/linux/2008/08/16/configuring-rsnapshot-cron-for-automatic-backups/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 00:43:39 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/?p=24</guid>
		<description><![CDATA[I could almost get everything working perfectly well following the HOWTO from rsnapshot.org (and just copying my old version of the configuration file). I really recommend this little program.
The only part I had difficulty with was getting cron to work properly. Instead of using the directions from the Automation section of the HOWTO, I did [...]]]></description>
			<content:encoded><![CDATA[<p><span class="attribute-value">I could almost get everything working perfectly well following the <a href="http://www.rsnapshot.org/howto/1.2/rsnapshot-HOWTO.en.html">HOWTO from rsnapshot.org</a> (and just copying my old version of the configuration file). I really recommend this little program.</span></p>
<p>The only part I had difficulty with was getting cron to work properly. Instead of using the directions from the <a href="http://www.rsnapshot.org/howto/1.2/rsnapshot-HOWTO.en.html#automation ">Automation</a> section of the HOWTO, I did a different simple step.</p>
<p>On a Linux Mint 5 system (based on Ubuntu Hardy Heron 8.04) I ran the following from a terminal:</p>
<p><code>gksudo gedit /etc/cron.d/rsnapshot</code></p>
<p>Then I simply uncommented the lines for the schedule I wanted for the backups. It worked with no other hassles.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2008/08/16/configuring-rsnapshot-cron-for-automatic-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing the Ubuntu partition</title>
		<link>http://tommykeswick.com/linux/2007/07/28/increasing-the-ubuntu-partition/</link>
		<comments>http://tommykeswick.com/linux/2007/07/28/increasing-the-ubuntu-partition/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 01:29:37 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/2007/07/28/increasing-the-ubuntu-partition/</guid>
		<description><![CDATA[Because I&#8217;ve been installing so many applications lately, my 10 GB partition for Ubuntu is feeling cramped. It may also have to do with the fact that I moved my /home back to the same partition as the OS because of other strange issues.
The last time I did something with GParted, it screwed up the [...]]]></description>
			<content:encoded><![CDATA[<p>Because I&#8217;ve been installing so many applications lately, my 10 GB partition for Ubuntu is feeling cramped. It may also have to do with the fact that I moved my <code>/home</code> back to the same partition as the OS because of other strange issues.</p>
<p>The last time I did something with GParted, it screwed up the partition. I had to use TestDisk to recover my partition that got lost. This time I plan on backing up my partition first. I&#8217;m going to run</p>
<p><code>sudo rsync -avx --progress --numeric-ids / /media/EXTERNAL/BACKUP/Ubuntu_20070728/</code></p>
<p>The <code>-x</code>, <code>--progress</code>, and <code>--numeric-ids</code> options I learned more about from <a href="http://www.sanitarium.net/golug/rsync_backups.html">http://www.sanitarium.net/golug/rsync_backups.html</a>.</p>
<p>Wow, Beagle has a lot of files. I did not realize. My <code>~/.beagle</code> directory has 79,832 files in it, taking up 552.3 MB of space. Next task will be to move that directory to another volume and symlink to it!</p>
<p>Anyway, after running <code>rsync</code> I booted into my trusty Puppy Linux because I knew that GParted won&#8217;t allow me to work on mounted partitions.</p>
<p>Honestly, I was surprised when the resize went off without a hitch.</p>
<p>I then booted back into Ubuntu and my partition is now doubled in size.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2007/07/28/increasing-the-ubuntu-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard disk problems</title>
		<link>http://tommykeswick.com/linux/2007/06/29/hard-disk-problems/</link>
		<comments>http://tommykeswick.com/linux/2007/06/29/hard-disk-problems/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 20:15:06 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/2007/06/29/hard-disk-problems/</guid>
		<description><![CDATA[While I thought it would be a great idea to keep /home on a separate partition for backup purposes and the like, it turned out to be more of a headache than I had planned.
When attempting to login at the Ubuntu prompt I would get an error message saying that my /home directory did not [...]]]></description>
			<content:encoded><![CDATA[<p>While I thought it would be a great idea to keep <code>/home</code> on a separate partition for backup purposes and the like, it turned out to be more of a headache than I had planned.</p>
<p>When attempting to login at the Ubuntu prompt I would get an error message saying that my <code>/home</code> directory did not exist. Before those errors I would usually have a problem with <code>/etc/fstab</code> not recognizing my external USB drive or telling me it failed <code>fsck</code>. The odd thing is that the external USB drive and the drive which <code>/home</code> resided on had nothing to do with each other.</p>
<p>After moving <code>/home</code> back to the partition that the rest of Feisty is installed on, I was able to login just fine. (Once again I must say that Puppy Linux saved the day.) I still get superblock errors on my external drive, even though it works fine after the system boots up.</p>
<p>I think I will handle backups using <a href="http://ubuntuforums.org/showthread.php?t=46866">this method</a> with <code>tar</code>.</p>
<p>I also found <a href="http://www.cis.upenn.edu/~bcpierce/unison/">Unison</a> which should handle syncing with my USB flash drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2007/06/29/hard-disk-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
