<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Podcasting Unleashed &#187; productivity</title>
	<atom:link href="http://podcastingunleashedthebook.com/category/productivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://podcastingunleashedthebook.com</link>
	<description>How to turn your passion into an audio podcast</description>
	<lastBuildDate>Sun, 11 Jul 2010 13:03:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; 2012 Podcasting Unleashed </copyright>
		<managingEditor>andy@wireworldmedia.co.uk ()</managingEditor>
		<webMaster>andy@wireworldmedia.co.uk ()</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>How to turn your passion into an audio podcast</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>andy@wireworldmedia.co.uk</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://podcastingunleashedthebook.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://podcastingunleashedthebook.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Podcasting Unleashed</title>
			<link>http://podcastingunleashedthebook.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Archiving strategies for podcasters</title>
		<link>http://podcastingunleashedthebook.com/2009/11/13/archiving-strategies-for-podcasters/</link>
		<comments>http://podcastingunleashedthebook.com/2009/11/13/archiving-strategies-for-podcasters/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 20:27:30 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[workflows]]></category>

		<guid isPermaLink="false">http://podcastingunleashedthebook.com/?p=164</guid>
		<description><![CDATA[As work on the book progresses, I thought I&#8217;d write a few thoughts on the ikky subject of archiving. Do not confuse this with backup, which is a completely separate and very important subject in its own right.
As podcasters, we do tend to produce some pretty big files. A typical WAV file comes in at [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-169" style="margin: 0 5px 5px 0; border: 1px solid black;" title="archive-folders" src="http://podcastingunleashedthebook.com/wp-content/uploads/2009/11/archive-folders.jpg" alt="archive-folders" width="202" height="202" />As work on the book progresses, I thought I&#8217;d write a few thoughts on the ikky subject of archiving. Do not confuse this with backup, which is a completely separate and very important subject in its own right.</p>
<p>As podcasters, we do tend to produce some pretty big files. A typical WAV file comes in at around 10MB per minute. Record three 30 minute interviews a week and thats the best part of a GB per week if you want to keep those high quality WAV originals around. Add to that the <em>file infrastructure</em> that editing and mixing software adds, and the situation becomes even more scary. I have eight episodes of our <a href="http://feeds2.feedburner.com/AcademyIM" target="_blank">Internet Marketing podcast</a> languishing on my hard drive right now, taking up 8.93GB of disk real estate (284 files).</p>
<p>The problem is that as time progresses, your hard drive can get clogged up with huge files that you probably don&#8217;t need to access any more. We need a way of moving those files off our hard drive, but in a way that makes finding them again easy, just in case a client says, &#8220;<em>You know that podcast you did for us two years ago. Well&#8230;</em>&#8221;</p>
<p>Let me tell you about the archiving strategy  I use on my MacBook.</p>
<p>I have an <em>Archive</em> folder directly in my home folder. Inside that I have a <em>P</em><em>ending</em> folder. As I identify stuff that needs to be archived, I move it to that Pending folder. I like to preserve the folder hierarchy of the files I&#8217;m archiving because it makes more sense when you come to search for things later. Every so often I check the size of the Pending folder, (select folder, Command-I), and when it approaches the golden size 4.7GB I know its time to burn another DVD pair. Now here comes the nice part. In order to make it easy to find stuff later we need to make an index. To do that I use the <em>find</em> command to make a list of all files in Pending and capture the results to a text file. In terminal just type:</p>
<pre>  cd Archive/Pending
  find . &gt; 20091113.txt</pre>
<p>Notice I name the archive as today&#8217;s date. I then copy the resulting .txt index file into the root of my Archive folder, so I have a growing index there. At this point I burn the content of Pending onto TWO DVDs, label them with the same  name as my index file, keep one DVD in the office and one at home. Then I purge the contents of Pending ready for the next archive.</p>
<p>If I suddenly need to find a file or folder I use the <em>grep</em> command on my index files. Say I need a file called <em>ninja02.wav</em>, in terminal:</p>
<pre>  cd Archive
  grep 'ninja02.wav' *.txt
  &gt; 20091026.txt:./podcasts/2006/061109_dSCAPE/tue/ninja02.wav</pre>
<p>The output from grep includes the file containing the search string at the front. So we can see that the DVD we need is the one labled <em>20091026</em>.</p>
<p>Happy archiving.</p>
<p>Book progress: Approx. word count: 17,200.</p>
<p>Update 14/11/09:</p>
<p>To achieve similar results to find in Windows, use the recursive dir command:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 576px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">cd Archive\Pending</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 576px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">dir /s /b &gt; 20091113.txt</div>
<pre>  cd Archive\Pending
  dir /s /b &gt; 20091113.txt</pre>
]]></content:encoded>
			<wfw:commentRss>http://podcastingunleashedthebook.com/2009/11/13/archiving-strategies-for-podcasters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another mega session</title>
		<link>http://podcastingunleashedthebook.com/2009/10/08/another-mega-session/</link>
		<comments>http://podcastingunleashedthebook.com/2009/10/08/another-mega-session/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 23:20:20 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://podcastingunleashedthebook.com/?p=97</guid>
		<description><![CDATA[Drilling into Feedburner today and all the nice little tools it gives for analysing and promoting. Absolutely shattered &#8211; hard work this writing. I need to do some exercise &#8211; perhaps a run &#8211; but not at 12:20am!
Approx. word count: 12,200.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-96" style="margin: 0 5px 5px 0; border: 1px solid black;" title="andy1" src="http://podcastingunleashedthebook.com/wp-content/uploads/2009/10/andy1-150x150.jpg" alt="andy1" width="150" height="150" />Drilling into Feedburner today and all the nice little tools it gives for analysing and promoting. Absolutely shattered &#8211; hard work this writing. I need to do some exercise &#8211; perhaps a run &#8211; but not at 12:20am!</p>
<p>Approx. word count: 12,200.</p>
]]></content:encoded>
			<wfw:commentRss>http://podcastingunleashedthebook.com/2009/10/08/another-mega-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The power of the Accountability Partner</title>
		<link>http://podcastingunleashedthebook.com/2009/09/16/the-power-of-the-accountability-partner/</link>
		<comments>http://podcastingunleashedthebook.com/2009/09/16/the-power-of-the-accountability-partner/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 09:34:50 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://podcastingunleashedthebook.com/?p=23</guid>
		<description><![CDATA[Met with Ian Ozsvald this morning for our fortnightly accountability meeting.
It was a chance meeting with Ian about 2 months ago that led to me writing Podcasting Unleashed. A book had been on my someday maybe list for some time, and when Ian told me he was writing The Screencasting Handbook, my someday maybe became right [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-22" style="margin: 0 5px 5px 0;" title="ian-ozsvald-delice-090916" src="http://podcastingunleashedthebook.com/wp-content/uploads/2009/09/ian-ozsvald-delice-090916-300x300.jpg" alt="ian-ozsvald-delice-090916" width="200" height="200" />Met with <a title="Ian Ozsvald" href="http://ianozsvald.com" target="_blank">Ian Ozsvald</a> this morning for our fortnightly accountability meeting.</p>
<p>It was a chance meeting with Ian about 2 months ago that led to me writing Podcasting Unleashed. A book had been on my <a title="David Allen talks about the Someday Maybe List" href="http://www.43folders.com/2006/10/16/productive-talk-someday-maybe" target="_blank">someday maybe list</a> for some time, and when Ian told me he was writing <a title="The Screencasting Handbook" href="http://thescreencastinghandbook.com" target="_blank">The Screencasting Handbook</a>, my <em>someday maybe</em> became <em>right now</em> and we agreed to meet every 2 weeks to spur each other on.</p>
<p>So here I sit, fully spurred for the next 2 weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://podcastingunleashedthebook.com/2009/09/16/the-power-of-the-accountability-partner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

