<?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>I.D.E.A. &#187; Administration</title>
	<atom:link href="http://www.2-bit-toys.com/category/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2-bit-toys.com</link>
	<description>Inspirations, Dreams, Explorations, Addictions</description>
	<lastBuildDate>Sun, 15 Jan 2012 06:59:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Moving Time Machine backups to a bigger drive</title>
		<link>http://www.2-bit-toys.com/2012/01/05/moving-time-machine-backups-to-a-bigger-drive/</link>
		<comments>http://www.2-bit-toys.com/2012/01/05/moving-time-machine-backups-to-a-bigger-drive/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 16:40:28 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.2-bit-toys.com/?p=236</guid>
		<description><![CDATA[I have a drive with 3 partitions (The Big One, Rachel Time Machine, James Time Machine). I had quite an ordeal trying to moving each TM backup to a new/bigger drive. Initially I tried doing a straight copy from the File Manager&#8230;i.e. just dragging the Backups.backupdb directory to the new drive. It worked for Rachel [...]]]></description>
			<content:encoded><![CDATA[<p>I have a drive with 3 partitions (The Big One, Rachel Time Machine, James Time Machine). I had quite an ordeal trying to moving each TM backup to a new/bigger drive. Initially I tried doing a straight copy from the File Manager&#8230;i.e. just dragging the Backups.backupdb directory to the new drive. It worked for Rachel Time Machine (took probably 3 or 4 hours). (<a title="Apple Stack Exchange post" href="http://apple.stackexchange.com/a/35183/700" target="_blank">I also found out</a> that doing a straight file copy essentially is not efficient because doesn&#8217;t preserve the links (logical pointers to files) but essentially duplicates the file that the links are pointing to (see patrix&#8217;s comments in the link above). After copying the files over, I pointed Rachel&#8217;s laptop to use the her new Time Machine drive and I can see all of the older backups. Great!</p>
<p>Migrating James Time Machine to a new drive was not so smooth. Doing a straight file copy took forever (something like 5 to 6 hours)&#8230;I basically let it run over night. In the morning I woke up to find that it didn&#8217;t work. <a title="My Apple Stack Exchange post" href="http://apple.stackexchange.com/q/35149/700" target="_blank">Here&#8217;s the ordeal described for a Stack Exchange post</a>. As you can see from the post, trying to copy using OSX&#8217;s Disk Utility didn&#8217;t really work the way I wanted to. It basically cloned my drive so that my NEW drive was just as small as my original (I think it basically created a small partition&#8230;but the weird thing is that if you look at the disk in Disk Utility, there is only one partition and it should be 1TB, the size of the new drive&#8230;hmmm). Carbon Clone Copy didn&#8217;t work either. Finally <a title="SuperDuper! disk software" href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html" target="_blank">SuperDuper!</a> did the trick!!!</p>
<p>I have to thank <a title="Neil's Apple Blog" href="http://njmac.blogspot.com/2008/11/move-time-machine-backups-to-new-volume.html" target="_blank">this Neil&#8217;s Apple Blog post </a>for mitigating some of the frustration along the way&#8230;it was comforting to see someone else with the same issue and that a solution was possible!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2-bit-toys.com/2012/01/05/moving-time-machine-backups-to-a-bigger-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading WordPress using SVN</title>
		<link>http://www.2-bit-toys.com/2009/01/01/upgrading-wordpress-using-svn/</link>
		<comments>http://www.2-bit-toys.com/2009/01/01/upgrading-wordpress-using-svn/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 04:11:55 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.2-bit-toys.com/wordpress/?p=55</guid>
		<description><![CDATA[I just recently discovered I manually installed this blog a long time ago, instead of using my hosting service&#8217;s &#8220;one click install&#8221; feature to install WordPress.  They also make it really easy to upgrade.  But I also found out that at some point I had converted my install to use SVN instead.  So, now all [...]]]></description>
			<content:encoded><![CDATA[<p>I just recently discovered I manually installed this blog a long time ago, instead of using my hosting service&#8217;s &#8220;one click install&#8221; feature to install WordPress.  They also make it really easy to upgrade.  But I also found out that at some point I had converted my install to use SVN instead.  So, now all I have to do to upgrade my WordPress software is to:</p>
<ol>
<li>Go into the root directory of your blog</li>
<li>type &#8216;<code>svn sw http://svn.automattic.com/wordpress/tags/2.7 .</code>&#8216;  (make sure you refer to one of the right version tags <a title="wordpress svn tags" href="http://svn.automattic.com/wordpress/tags/">here</a>)</li>
<li>Go to your browser and run http://yourblog.com/wp-admin/upgrade.php</li>
</ol>
<p>That&#8217;s it!  Really simple right?!</p>
<p>Read <a title="svn and wordpress" href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion#Converting_a_.22Traditional.22_WordPress_Blog_to_a_Subversion_Checkout" target="_blank">this</a> to find out more information about SVN and WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2-bit-toys.com/2009/01/01/upgrading-wordpress-using-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

