<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Files That Last</title>
	<atom:link href="http://filesthatlast.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://filesthatlast.wordpress.com</link>
	<description>Practical advice on digital preservation</description>
	<lastBuildDate>Tue, 21 Feb 2012 15:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='filesthatlast.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Files That Last</title>
		<link>http://filesthatlast.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://filesthatlast.wordpress.com/osd.xml" title="Files That Last" />
	<atom:link rel='hub' href='http://filesthatlast.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mirror, mirror on the web</title>
		<link>http://filesthatlast.wordpress.com/2012/02/21/mirror/</link>
		<comments>http://filesthatlast.wordpress.com/2012/02/21/mirror/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 10:31:09 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[technical advice]]></category>
		<category><![CDATA[digital preservation]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=263</guid>
		<description><![CDATA[Sometimes it&#8217;s helpful to have the same Web content at more than one location. Doing this means that it continues to be available if one site goes down for any reason. This can be useful with unpopular material that&#8217;s prone &#8230; <a href="http://filesthatlast.wordpress.com/2012/02/21/mirror/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=263&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes it&#8217;s helpful to have the same Web content at more than one location. Doing this means that it continues to be available if one site goes down for any reason. This can be useful with unpopular material that&#8217;s prone to denial-of-service attacks, or with material of lasting importance that shouldn&#8217;t go away if its primary maintainer drops the ball. For example, I&#8217;m the main force behind the <a href="http://www.massfilc.org/filkindex/">Filk Book Index</a>, a list of the contents amateur songbooks produced by science fiction fans. It&#8217;s mirrored, with weekly updates, at <a href="http://freemars.org/filkindex/">freemars.org</a>. If massfilc.org goes away, the index doesn&#8217;t, and people can download and save a version which is up to date or nearly so.</p>
<p>A widely used tool for mirroring a site is <a href="http://www.gnu.org/software/wget/">GNU wget</a>. <a href="http://fosswire.com/post/2008/04/create-a-mirror-of-a-website-with-wget/">This article on FOSSwire</a> discusses how to use wget to create a site mirror. Be aware, though, that wget doesn&#8217;t do anything but grab files. If your site has dynamic content or if it depends on files that aren&#8217;t downloadable, wget won&#8217;t help you. </p>
<p>Another tool is <a href="http://www.httrack.com/">HTTrack</a>. Unlike wget, it has a GUI. It&#8217;s currently available only for Windows, Linux, and Unix. Like wget, it can only grab publicly available files.</p>
<p>Search engines don&#8217;t always deal well with mirrors. If they detect a mirror site, they&#8217;ll often list just one version, and they may guess wrong about which one is the primary. This actually happened with the Filk Book Index; for a while, Google and other search sites were listing the index on freemars.org but not the one on massfilc.org. The solution for this is for the mirror site to create a file called robots.txt at the top level of the site directory, with the following content:</p>
<p><code>User-agent: *<br />
Disallow: / </code></p>
<p>Be careful not to put that on your primary site, though, or search engines won&#8217;t list you at all! wget works best if your primary site doesn&#8217;t have a robots.txt at all, since by default it respects its restrictions.</p>
<p>(In case you aren&#8217;t familiar with robots.txt: it&#8217;s a file syntax which search engines use by convention to determine which files on a site they shouldn&#8217;t index. It doesn&#8217;t actually prevent any access, so it&#8217;s not a security measure, but it&#8217;s respected by legitimate web crawlers. <a href="http://www.robotstxt.org/">Learn more about it here.</a></p>
<p>What about the increasingly common sites with dynamic content? You can mirror them, but it&#8217;s harder. You&#8217;ll have to send your collaborator a copy of all your files and make sure that any needed software is on the mirror site. If it depends on a database that&#8217;s regularly updated, you may be able to give the mirror site access to it. Of course, if the database goes down all the mirrors go down with it.</p>
<p>A mirror actually doesn&#8217;t have to be publicly visible, as long as it can be made visible on short notice. You could, for example, put the mirror in a directory which isn&#8217;t available to browsers, and run a periodic script that makes the mirror available if the primary stops being available for an extended period of time. Strictly private mirrors can be useful too, if making them available quickly isn&#8217;t an issue; they can prevent content from being lost.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=263&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2012/02/21/mirror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>
	</item>
		<item>
		<title>Your digital legacy</title>
		<link>http://filesthatlast.wordpress.com/2012/02/14/legacy/</link>
		<comments>http://filesthatlast.wordpress.com/2012/02/14/legacy/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 10:28:39 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=238</guid>
		<description><![CDATA[On Sunday, February 19, I&#8217;ll be on a panel at Boskone 49 on &#8220;Digital Estate &#8212; Virtual Property OR On the Internet, Nobody Knows You&#8217;re Dead.&#8221; The other panelists will be security guru Bruce Schneier and technology writer Daniel Dern. &#8230; <a href="http://filesthatlast.wordpress.com/2012/02/14/legacy/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=238&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On Sunday, February 19, I&#8217;ll be on a panel at <a href="http://www.boskone.org">Boskone 49</a> on &#8220;Digital Estate &#8212; Virtual Property OR On the Internet, Nobody Knows You&#8217;re Dead.&#8221; The other panelists will be security guru Bruce Schneier and technology writer Daniel Dern. This post is, in part, research and practice for the panel.</p>
<p>&#8220;All flesh is like grass,&#8221; wrote the Apostle Peter, &#8220;but the word of the Lord remains forever.&#8221; It&#8217;s certainly true that words can outlast people. Will yours, if you&#8217;ve put them online? Do you always want them to? If you do nothing, Murphy&#8217;s Law may prevail. The flames you wrote on Usenet when you were young will survive, but the writing you value most may go down the digital drain. </p>
<p>It&#8217;s likely you have resources on many different sites. You might have a blog, a website, and a social networking account, and probably more than one of some of these. If it&#8217;s something you&#8217;re paying for, it could disappear when the payments stop. If it&#8217;s a free site, it might be terminated for inactivity, In either case, there might be material — restricted posts, private data, infrastructure — that no one can capture by looking at your site.</p>
<p>Some social networking and blogging sites allow family members or friends to &#8220;memorialize&#8221; an account. I&#8217;ve successfully requested this on LiveJournal for two friends who died late last year. How this is handled varies from one site to another. LiveJournal retains all posts. Facebook&#8217;s policy is to delete all status updates. Facebook&#8217;s approach maximizes privacy but could also wipe out information about someone&#8217;s last days that isn&#8217;t available anywhere else. Yahoo goes even further, giving your heirs no access to your account except the right to request its deletion. (It&#8217;s a little morbid to say &#8220;you,&#8221; but I have to use some pronoun, and it&#8217;s your own legacy you have to be most concerned about.)</p>
<p>In the stress and confusion following your death, your information might be lost. Perhaps no one will know what accounts you have or what their passwords are. (Normally the latter is a good thing, but not in this case.) The best plan may be to have a copy of everything that&#8217;s valuable on your own computer and to make sure someone in your family knows how to get at it. This is easier than scrambling around multiple websites with multiple accounts. If you do keep information online which you want to survive you, keep a list of accounts and passwords in a secure place, and make sure someone knows it exists.</p>
<p>It may help to put provisions in your will directing the disposal of your important online assets. I&#8217;ve seen a claim that Facebook will download the complete contents of a deceased user&#8217;s account to an heir, if you&#8217;ve specifically requested it. Such provisions may let your heirs override sites&#8217; default policies. Not being a lawyer, I won&#8217;t offer any suggestions on how to phrase such directions, and I&#8217;m guessing a lot of lawyers don&#8217;t know either. </p>
<p>If you&#8217;ve written and uploaded stories, poems, or songs, then you might want to take steps to make sure they can legally stay online. A provision in your will to assign your copyrights could help, and &#8212; painful as it might be to realize this &#8212; your family members aren&#8217;t necessarily the best people to assign them to, especially if your works have only literary and not monetary value. Maybe your kids don&#8217;t really care for the beautiful fanfic you wrote. If you assign the copyright to someone who does care, it&#8217;s less likely to vanish into a legal black hole. </p>
<p>It&#8217;s a difficult area to think about and a difficult one to make the right decisions in, but some planning can make a difference. </p>
<p>Links:</p>
<ul>
<li><a href="http://www.thedigitalbeyond.com/">The Digital Beyond</a>. A whole website about digital inheritance.</li>
<li><a href="http://verdict.justia.com/2012/01/17/facebooks-if-i-die-app-should-remind-us-that-we-each-need-a-digital-death-plan">Facebook’s “If I Die” App Should Remind Us That We Each Need a Digital Death Plan</a> (Justia)</li>
<li><a href="http://blogs.loc.gov/digitalpreservation/2012/01/the-big-digital-sleep/">The Big Digital Sleep</a> (Library of Congress)</li>
<li><a href="http://www.forbes.com/sites/boninbough/2011/04/11/digital-death-and-digital-afterlife-serious-business/">Digital Death and Digital Afterlife: Serious Business</a> (Forbes)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=238&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2012/02/14/legacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>
	</item>
		<item>
		<title>Video preservation</title>
		<link>http://filesthatlast.wordpress.com/2012/02/07/video-preservation/</link>
		<comments>http://filesthatlast.wordpress.com/2012/02/07/video-preservation/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 10:33:14 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[technical advice]]></category>
		<category><![CDATA[digital preservation]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=197</guid>
		<description><![CDATA[Planning so that your files will survive for a long time is tricky in general, and video is one of its trickiest areas. When even the designers of HTML5 can&#8217;t agree on a video format, what are the odds that &#8230; <a href="http://filesthatlast.wordpress.com/2012/02/07/video-preservation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=197&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Planning so that your files will survive for a long time is tricky in general, and video is one of its trickiest areas. When even the designers of HTML5 can&#8217;t agree on a video format, what are the odds that your family&#8217;s or club&#8217;s movies will still be viewable in ten or twenty years? <a href="http://blogs.loc.gov/digitalpreservation/2011/07/whither-digital-video-preservation/">Even at the Library of Congress</a>, there&#8217;s considerable uncertainty about digital video preservation strategies, and even <a href="http://www.theverge.com/2012/1/22/2723992/motion-picture-academy-digital-films-need-greater-preservation-efforts">big movie studios</a> are at risk of not preserving their now all-digital movies. </p>
<p>Just figuring out what format you have is confusing. There are two things you have to know: the format of the file as a whole, called the &#8220;container,&#8221; and the way the bits represent the video, called the &#8220;encoding.&#8221; These are largely independent of each other, and the specifications for each can have multiple options. The same format may be referred to by different names, and different formats may be called by the same name. </p>
<p>Usually you create a video from a camera, and it probably doesn&#8217;t give you a lot of format options. If you process it with a video editor, you have more choices about the final format. The file suffix tells you what the container format is supposed to be but not what encoding was used. If it&#8217;s .MOV, you have a QuickTime container. If it&#8217;s .MP4, you have an MP4 container — which is not synonymous with MPEG-4, but rather with MPEG-4 Part 14. Both are MPEG-4 compliant but not at all compatible with each other. </p>
<p>It&#8217;s common to refer incorrectly to other MPEG-4 container files, including audio-only files, as MP4. If it&#8217;s not a Part 14 container, it shouldn&#8217;t be called MP4. On the other hand, its being a legitimate MP4 file tells you nothing about what encoding it uses, so not all &#8220;MP4&#8243; files are compatible with each other; likewise for QuickTime files.</p>
<p>Videos produced by current cameras and software usually will use the H.264 encoding, aka MPEG-4 Part 10. You may also run into MPEG-4 Part 2, which is based on H.263. If you have a strong preference for open-source, you may want to go with the <a href="http://theora.org">Theora</a> codec. The win is available source code and (hopefully) a lack of patent encumbrances, but the risk is that less software supports it. Preservation is always a matter of placing bets. If you use Theora, it should be in an Ogg container, not an MP4 container; the latter combination is technically MPEG-4 compliant, as a &#8220;private stream,&#8221; but may not be supported in the long term.</p>
<p>An older container format, <a href="http://en.wikipedia.org/wiki/Audio_Video_Interleave">Audio Video Interleave</a> or AVI, still has strong support. It dates all the way back to Windows 3.1. Its Full Frame encoding option lets you store uncompressed video.</p>
<p>Microsoft&#8217;s current entry is <a href="http://msdn.microsoft.com/en-us/library/ms983668%28loband%29.aspx">Advanced Systems Format</a> (ASF), often in combination with Windows Media Video (WMV) encoding. It&#8217;s widely supported but tends to be Windows-specific, so it may not be the best choice for long-term preservation.</p>
<p>Most video encodings are compressed, since they take a lot of space even by modern standards, and usually the compression is lossy (i.e., it isn&#8217;t possible to recover the original data without some loss of accuracy). There are ways to get uncompressed or lossless compressed encoding, but here we&#8217;re getting into esoteric areas which I&#8217;d best not touch.</p>
<p>The video encoding isn&#8217;t the whole story. An encoding such as H.264 is only a <i>video</i> encoding, and even if you&#8217;re a silent movie fan like me, you probably like sound in a lot of your movies. The audio encoding that goes with H.264 is usually MPEG-4 Part 3 Advanced Audio Encoding, known for short as AAC, but this isn&#8217;t required. If it&#8217;s something else you could have preservation issues.</p>
<p>As I said, it&#8217;s a mess. I&#8217;m far from an expert in this area, but this article should give you an idea of the issues to look for.</p>
<p><b>Suggestions:</b> Current advice varies a lot. Popular options today include a QuickTime (.MOV) or MPEG-4 Part 14 (.MP4) container with H.264 video and AAC audio if you want to go with software popularity, or Ogg with Theora and Vorbis if you value openness more. The older AVI is hardly dead. Pay attention to the encoding, not just the container format. Stay tuned for future developments and be prepared to migrate to new formats.</p>
<p><b>Links:</b></p>
<ul>
<li><a href="http://blogs.loc.gov/digitalpreservation/2011/07/whither-digital-video-preservation/">Whither digital video preservation?</a> (Library of Congress)</li>
<li><a href="http://www.digitalpreservation.gov/formats/">Sustainability of digital formats: Format descriptions for moving images</a> (Library of Congress) This hasn&#8217;t been kept up to date very well, and the exclusion of Theora is conspicuous, but it lists a lot of formats.</li>
<li><a href="http://leighblackall.blogspot.com/2009/04/video-file-formats-what-and-when-to-use.html">Video File Formats: What and when to use.</a>
<li><a href="http://dltj.org/article/preserving-digital-video/">Preserving digital video</a> (Disruptive Library Technology Jester)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=197&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2012/02/07/video-preservation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>
	</item>
		<item>
		<title>Kindle: A bookcase built on quicksand</title>
		<link>http://filesthatlast.wordpress.com/2012/01/31/kindle/</link>
		<comments>http://filesthatlast.wordpress.com/2012/01/31/kindle/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 10:32:11 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[technical advice]]></category>
		<category><![CDATA[digital preservation]]></category>
		<category><![CDATA[drm]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=187</guid>
		<description><![CDATA[In 2009, purchased books disappeared from people&#8217;s Kindles. This was due not to a technical malfunction but to Amazon&#8217;s exercise of a built-in capability. The books hadn&#8217;t been properly licensed to Amazon, so Amazon withdrew them from the market. Retroactively. &#8230; <a href="http://filesthatlast.wordpress.com/2012/01/31/kindle/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=187&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In 2009, <a href="http://www.nytimes.com/2009/07/18/technology/companies/18amazon.html">purchased books disappeared from people&#8217;s Kindles.</a> This was due not to a technical malfunction but to Amazon&#8217;s exercise of a built-in capability. The books hadn&#8217;t been properly licensed to Amazon, so Amazon withdrew them from the market. Retroactively. What made things really ironic and provided great headlines were that the books included George Orwell&#8217;s <cite>1984</cite>.</p>
<p>Here I&#8217;m not addressing the moral or legal propriety of the action, but the implications for file preservation in the fact that it could and still can be done. I&#8217;ve heard that Amazon has renounced the policy of retroactive withdrawal, but the technical ability still exists. Amazon uses it to implement its money-back policy; you can &#8220;return&#8221; a book within a certain time period, and Amazon will refund your money and delete the book.</p>
<p>The underlying problem is Digital Rights Management, or DRM. This refers to any technology that impedes the making or use of unauthorized copies of a digital document. If you buy a book which is under DRM, you haven&#8217;t really bought it; you&#8217;ve leased it for an indeterminate period. If you want to move a Kindle book to a different computer or reader, you can&#8217;t just copy the file over; you have to re-download it. It&#8217;s been reported that <a href="http://www.geardiary.com/2009/06/19/kindles-drm-rears-its-ugly-head-and-it-is-ugly/">Amazon may put an undocumented limitation on the number of times you can download a book,</a> or perhaps (as mentioned in the comments) an undocumented limit on the number of registered devices it can be on. According to <a href="http://wiki.mobileread.com/wiki/Kindle_Myths_and_Partial_Truths#Only_6_Kindles_can_be_registered_to_your_Amazon_account">mobileread.com</a>, Amazon says that &#8220;Most books come with a maximum of six licenses, but their are some books that may have less. The amount of licenses a book comes with is determined by the author or publisher who owns the right to the content.&#8221;</p>
<p>The long-term risks can be worse. There is no guarantee any business will be around next year, and no guarantee that it will continue to support its products. Amazon isn&#8217;t likely to vanish quickly, but someday the Kindle format will go the way of Kodachrome film. When that happens, all the DRM&#8217;ed books you&#8217;ve bought for it will be a digital pile of ashes. </p>
<p>A company can pull DRM just because it feels like it. In 2007, <a href="http://arstechnica.com/old/content/2007/11/major-league-baseballs-drm-change-strikes-out-with-fans.ars">Major League Baseball dropped DRM support for game videos that people had &#8220;purchased.&#8221;</a> No refund, just poof. Similarly, when <a href="http://arstechnica.com/tech-policy/news/2007/08/google-selleth-then-taketh-away-proving-the-need-for-drm-circumvention.ars">Google dropped Google Video</a>, the content which people thought they had bought was gone. Google <a href="http://googlewatch.eweek.com/content/google_video/google_admits_to_fixes_video_refund_gaffe.html">issued refunds</a>, but only after coming under public pressure. <a href="http://joyofsox.blogspot.com/2007/11/my-conference-call-with-mlb.html">Major League Baseball also backed down,</a> though problems remain. It&#8217;s likely that less-publicized instances with other vendors have left customers permanently stuck.</p>
<p>DRM is an attempt to solve a real problem, the unauthorized distribution of digital copies of works with no compensation to their creators. I have no objection to its use with rental or single-view distribution of materials. But any document under DRM that you &#8220;purchase&#8221; will, sooner or later, die. If a book was published only under DRM, it&#8217;s gone, unless someone has hacked out an unprotected copy of the content. Under the Digital Millennium Copyright Act, breaking DRM protection is usually illegal, even if it&#8217;s to make a personal backup copy of something you&#8217;ve paid for. </p>
<p>The books on my shelves will last a good long time if I take good care of them. So will e-books that I download, if they&#8217;re in a standard format and I take care to back them up and convert them to a newer format when needed. But books under DRM are under the curse of death.</p>
<p><b>Suggestions:</b> Books and other documents under DRM are like beer. You can&#8217;t buy them; you can only rent them. Don&#8217;t &#8220;buy&#8221; any content under DRM unless you&#8217;re willing to consider it a throwaway copy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=187&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2012/01/31/kindle/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup in the &#8220;cloud&#8221;</title>
		<link>http://filesthatlast.wordpress.com/2012/01/24/cloud/</link>
		<comments>http://filesthatlast.wordpress.com/2012/01/24/cloud/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 10:32:58 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[technical advice]]></category>
		<category><![CDATA[digital preservation]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=26</guid>
		<description><![CDATA[There&#8217;s an advantage to having copies of your files out on the Web — in the &#8220;cloud,&#8221; as they say rather nebulously. They&#8217;re away from your home or office, so you&#8217;re safer from fire and other catastrophes. If you store &#8230; <a href="http://filesthatlast.wordpress.com/2012/01/24/cloud/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=26&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an advantage to having copies of your files out on the Web — in the &#8220;cloud,&#8221; as they say rather nebulously. They&#8217;re away from your home or office, so you&#8217;re safer from fire and other catastrophes. If you store them on a decent site, it will have its own backups. Online backup is cheap and sometimes free. </p>
<p>Like any good, cheap thing, online storage has its drawbacks. One concern is security. Someone could intercept your files in transit, or break into the storage site, and grab them. If you&#8217;ve got serious confidential information on them, such as credit cards, Social Security numbers, and passwords, this can be very bad. In some places, such as Massachusetts, it&#8217;s illegal to store what&#8217;s called &#8220;High Risk Confidential Information&#8221; or HRCI offsite without taking certain precautions. On the other hand, in some cases, such as medical services, you may be required to have offsite backup and to make sure it&#8217;s secure.</p>
<p>You can get some security by encrypting your files. Be sure that the encryption key is a good one and that it&#8217;s available to those who may need it, possibly years later, and <i>not</i> available to anyone else, including the backup site. </p>
<p>Online storage may go away unexpectedly. <a href="http://www.readwriteweb.com/archives/omnidrive_officially_cooked.php">Omnidrive</a>, a company based in Australia, was once highly regarded for its Web-based storage service, but it went away in 2008 without warning, along with all the files stored on it. It hasn’t been the only one.</p>
<p>When you start using an online backup service, be sure to test its restoration features early on. After a disaster happens isn&#8217;t the time to discover you&#8217;ve been copying files into a black hole.</p>
<p>Don&#8217;t look at a site&#8217;s terms of service. These exist to protect the site owner and guarantee absolutely nothing. The <a href="http://www.ironmountain.com/Utility/Legal/Website-Terms.aspx">terms of service from Iron Mountain</a>, one of the most reputable storage companies, say: </p>
<blockquote><p><i>Neither Iron Mountain, any of its affiliates, directors, officers and employees, nor any other party involved in creating, producing or delivering the Site is liable for any direct, incidental, consequential, indirect or punitive damages arising out of your access to, or use of, the Site or the operation of the Site or failure of the Site to operate. In no event shall Iron Mountain be liable for any direct, indirect, special, punitive, incidental, exemplary or consequential, damages or any damages whatsoever, even if Iron Mountain has been previously advised of the possibility of such damages, whether in an action in contract, negligence, or any other theory, arising out of or in connection with the use, inability to use or performance of the information, services, products and materials available from this Site. These limitations shall apply notwithstanding any failure of essential purpose of any limited remedy.</i></p></blockquote>
<p>What you need to look at, if you&#8217;re paying for the service, is the Service Level Agreement (SLA). These will, for the better sites, promise you reimbursement if service fails to live up to a specified standard. Not all sites post theirs online, but you should make sure to see it before committing to any money. At best you&#8217;ll just get part or all of your money back, which can be scant consolation for losing your files, but it&#8217;s an incentive for the company to meet its obligations. If you&#8217;re using a free service, then of course there&#8217;s no guarantee of any kind.</p>
<p>Internet bandwidth is a factor to consider. If you have lots of frequently changing files to back up, you may need to get a faster connection to keep up.</p>
<p>As with a local drive, you&#8217;re best off automating your backup so you don&#8217;t have to remember to do it. Most services offer software that will let you do this. Make sure the software offers reasonable security and doesn&#8217;t send your password in cleartext. Make sure you understand what it&#8217;s backing up: Some services back up your whole drive by default, possibly including stuff you don&#8217;t want anyone else to have a copy of, even encrypted. Stuff you keep for &#8230; artistic reasons.</p>
<p>Don&#8217;t just save and forget. Check occasionally on news about your backup service, so you don&#8217;t get caught by surprise if it gets sloppy, is acquired, or goes out of business.</p>
<p><b>Suggestions:</b> If you take suitable precautions and make Internet-accessible services a part of your backup strategy, your data can be safer than before. But don&#8217;t make the &#8220;cloud&#8221; your primary backup plan if you don&#8217;t want your files to go up in smoke. Use more down-to-earth techniques for long-term storage.</p>
<p><b>Personal note:</b> On Sunday, February 19, I&#8217;ll be on a panel at the <a href="http://www.boskone.org">Boskone</a> science fiction convention on &#8220;Digital Estate — Virtual Property OR On the Internet, Nobody Knows You&#8217;re Dead.&#8221;</p>
<p>Links:</p>
<ul>
<li><a href="http://www.pcworld.com/businesscenter/article/223354/choosing_cloud_backup_for_pcs.html">Choosing Cloud Backup For PCs</a></li>
<li><a href="http://www.pcmag.com/article2/0,2817,2288745,00.asp">Disaster-Proof Your Data with Online Backup </a></li>
<li><a href="http://aws.amazon.com/s3/">Amazon Simple Storage Service</a></li>
<li><a href="http://www.remoteonlinebackup.net/">Online backup service reviews</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=26&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2012/01/24/cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>
	</item>
		<item>
		<title>PDF/A for the long haul</title>
		<link>http://filesthatlast.wordpress.com/2012/01/17/pdfa-lh/</link>
		<comments>http://filesthatlast.wordpress.com/2012/01/17/pdfa-lh/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 10:33:57 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[file formats]]></category>
		<category><![CDATA[technical advice]]></category>
		<category><![CDATA[digital preservation]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=157</guid>
		<description><![CDATA[PDF is a useful format. It&#8217;s an ISO standard. There&#8217;s reliable free software for reading it. It&#8217;s widely used and difficult to modify by accident. It can serve as a container for text, illustrations, audio, and video. If used carelessly, &#8230; <a href="http://filesthatlast.wordpress.com/2012/01/17/pdfa-lh/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=157&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PDF is a useful format. It&#8217;s an <a href="http://www.iso.org/iso/catalogue_detail.htm?csnumber=51502">ISO standard</a>. There&#8217;s reliable free software for reading it. It&#8217;s widely used and difficult to modify by accident. It can serve as a container for text, illustrations, audio, and video. </p>
<p>If used carelessly, though, it has its risks for long-term preservation. A PDF file isn&#8217;t necessarily self-contained. It might depend on external fonts or even require whole files of content. To avoid the risk of dependencies that might cause future problems, you can use PDF/A, a restricted subset of PDF. Good software for generating PDF usually includes a PDF/A option. </p>
<p>On Macintosh OS/X doing this is a little weird. You start by selecting &#8220;Print&#8221; from your application&#8217;s File menu. There will be a &#8220;PDF&#8221; button in the Print dialog. Clicking on it brings up a menu. Choose not &#8220;Save as PDF&#8230;&#8221; but &#8220;Save as Adobe PDF.&#8221; This launches an application to save the PDF. You&#8217;ll see a dialog like the following:</p>
<p><a href="http://filesthatlast.files.wordpress.com/2012/01/saveaspdfa.png"><img src="http://filesthatlast.files.wordpress.com/2012/01/saveaspdfa.png?w=593"   class="alignnone size-full wp-image-161" alt="Macintosh PDF save dialog" /></a></p>
<p>In the &#8220;Adobe PDF settings&#8221; select one of the PDF/A options.</p>
<p>If you have Acrobat, <a href="http://blogs.adobe.com/acrolaw/2011/05/using-save-as-to-to-conform-to-pdfa/">conversion to PDF/A is much simpler.</a></p>
<p><b>Correction (29-Jan-2012):</b> If you don&#8217;t have Acrobat installed on your computer, you don&#8217;t get the &#8220;Save as Adobe PDF&#8221; option. Sorry about that.</p>
<p>PDF/A documents are even harder to edit than regular PDF&#8217;s, so you should defer converting a document to PDF/A if you&#8217;re still tweaking it.</p>
<p>There are two versions of PDF/A, called PDF/A-1 and PDF/A-2. A-1 is based on PDF 1.4, and A-2 is based on 1.7. PDF 1.7 is fully backward compatible with 1.4, so you&#8217;re safe using either. There are two compliance levels, <i>a</i> and <i>b</i>, with <i>a</i> being the stricter. From a preservation standpoint, there isn&#8217;t much difference.  Converting to Level b may be easier, since Level a requires you, or the generating software, to produce a tagged structure. The structure helps to make the document self-explanatory but may not be necessary.</p>
<p>There are quite a few restrictions which a file must satisfy to conform to PDF/A, including these:</p>
<ul>
<li>All fonts must be embedded in the document, and there are some restrictions on font implementation. Conversion software will generally refuse to put fonts flagged as non-embeddable into PDF/A.</li>
<li>Color profiles must be used to guarantee device-independent color.</li>
<li>The document may not be encrypted.</li>
<li>There may not be audio, video, or JavaScript.</li>
<li>XMP metadata must be included.</li>
<li>Forms are allowed with restrictions.</li>
</ul>
<p>Clearly there are legitimate things to do in PDF that can&#8217;t be done in PDF/A. Audio and video can&#8217;t be included. The requirements for fonts and profiles can make PDF/A files bigger than they&#8217;d otherwise be. But if it&#8217;s important to give files the best chance for long-term readability and the restrictions don&#8217;t impact necessary content, PDF/A is a good choice.</p>
<p><b>Suggestions:</b> Use PDF/A for documents that you expect to be needed for a long time. If you&#8217;re using PDF as a general-purpose container, though, it may not be a good choice.</p>
<p>Useful links:</p>
<ul>
<li><a href="http://digitalpreservation.gov/formats/fdd/fdd000125.shtml">PDF/A-1, PDF for Long-term Preservation, Use of PDF 1.4</a> (Library of Congress)</li>
<li><a href="http://www.pdfa.org/">PDF/A Competence Center</a>
<li><a href="http://www.aiim.org/documents/standards/19005-1_FAQ.PDF">PDF/A FAQ</a> (PDF)</li>
<li><a href="http://bentley.umich.edu/uarphome/bestprac/pdfafaqs.php">Another PDF/A FAQ</a>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=157&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2012/01/17/pdfa-lh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>

		<media:content url="http://filesthatlast.files.wordpress.com/2012/01/saveaspdfa.png" medium="image">
			<media:title type="html">Macintosh PDF save dialog</media:title>
		</media:content>
	</item>
		<item>
		<title>Whose site is it anyway?</title>
		<link>http://filesthatlast.wordpress.com/2012/01/10/whose-site/</link>
		<comments>http://filesthatlast.wordpress.com/2012/01/10/whose-site/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 10:30:58 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[technical advice]]></category>
		<category><![CDATA[digital preservation]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=134</guid>
		<description><![CDATA[It&#8217;s a common scenario with small organizations. Someone in the group sets up a website, then later loses interest in the organization and wanders off &#8212; and no one else has access to maintain the site. If it&#8217;s a straightforward &#8230; <a href="http://filesthatlast.wordpress.com/2012/01/10/whose-site/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=134&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a common scenario with small organizations. Someone in the group sets up a website, then later loses interest in the organization and wanders off &#8212; and no one else has access to maintain the site. If it&#8217;s a straightforward HTML website, you can just download the content and move it to a new home, but what if it&#8217;s a blog or wiki? The best you can do may be to get a snapshot of the site, minus any data bases that control its content. Better than nothing, to be sure, but it could be a disappointment.</p>
<p>If you&#8217;re stuck in such a situation, there are tools such as <a href="http://www.httrack.com/">HTTrack</a> for downloading whole websites. That will at least give you the raw material for building a new site. But loss prevention is always better than piecemeal recovery. Many services have backup tools. For example, on WordPress you can <a href="http://en.support.wordpress.com/export/">export your site as XML</a>. It may take a little work to move that to anything but another WordPress site, but you have all the material. The site maintainer for your organization should do regular backups or exports if that&#8217;s an available option. Don&#8217;t say you&#8217;re afraid they&#8217;ll walk out on you, of course; just say &#8220;in case you get sick&#8221; or whatever the best excuse is for your cultural group.</p>
<p>If the service allows more than one administrator, take advantage of that opportunity. Oh, the two admins shouldn&#8217;t be a married couple. Better yet, have the site administered by a group-owned account, with the password securely stored in more than one place. Accounts are usually tied to email addresses, so create an account such as webmeister@your_name_here.org and register the site with that address.</p>
<p>Sometimes people donate their own server space. This can be an attractive offer, since it costs nothing and makes you completely independent of any business that might vanish, change its terms of service, or arbitrarily cancel your account. But people can vanish too. (I&#8217;m speaking as someone who&#8217;s had two friends die in the past two months.) Weigh the risks, and keep a backup that will stay available.</p>
<p><b>Suggestions:</b> Don&#8217;t keep all your eggs in one basket. Whatever approach your organization takes, make sure it isn&#8217;t critically dependent on one person.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=134&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2012/01/10/whose-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>
	</item>
		<item>
		<title>Time Machine Maintenance</title>
		<link>http://filesthatlast.wordpress.com/2012/01/03/tmmaint/</link>
		<comments>http://filesthatlast.wordpress.com/2012/01/03/tmmaint/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 10:30:10 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[technical advice]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[digital preservation]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=125</guid>
		<description><![CDATA[Where you have an FTL blog, there must be time machines. Apple Time Machine, that is. It provides a convenient way of backing up files without thinking about it, but there are tricks to using it best and mistakes to &#8230; <a href="http://filesthatlast.wordpress.com/2012/01/03/tmmaint/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=125&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fictionaltees.com/"><img src="http://www.fictionaltees.com/images/tardis-repair-manual-t-shirt.jpg" alt="Tardis repair manual" align="right" width="300" style="padding:8px;"></a>Where you have an FTL blog, there must be time machines. Apple Time Machine, that is. It provides a convenient way of backing up files without thinking about it, but there are tricks to using it best and mistakes to avoid. </p>
<p>You really should start by understanding how Time Machine stores files. If you look at a Time Machine backup volume that&#8217;s been in use for a while, you&#8217;ll see a directory called <code>Backups.backupdb</code>. This is the root directory for all your backups. Under it will be a directory named for your computer. If you&#8217;re backing up more than one computer to the same drive, they&#8217;ll all be listed there. Under that will be some number of directories whose names look like timestamps, and a directory alias called &#8220;Latest.&#8221; You should see directories for every hour your machine has been on in the recent past, dwindling down to dailies when you go back a day or two, and weeklies when you look at directories more than a month old. There may be gaps, depending on how much of the time your computer is turned on.</p>
<p>If you look under any of these timestamps, you&#8217;ll see what appears to be a complete copy of the contents of your drive. Add all of these copies together, and you may find it contains many more gigabytes of data than your whole drive! How does it do this? The answer is incremental backup and the Unix &#8220;hard link.&#8221; When it does a backup, only files that have been added or changed since the last backup are copied; the rest are just directory links to older backup directories. Unlike an alias, a hard link is a first-class citizen of the file system; for all practical purposes, the file is there, and it&#8217;s also where it used to be. A hard link, like a Tardis, lets your files be in two or more places at once. The nice result of this is that if you want to get a particular file or folder back, you just have to find it on the backup volume and copy it.</p>
<p>Older versions of your files, as well as deleted files, are retained in older backups. Eventually your drive will fill up, and TM will delete the oldest backups, so don&#8217;t count on it to keep anything forever.</p>
<p>As far as I can tell, Apple doesn&#8217;t say what happens if you shut down your computer while a backup is in progress. <a href="http://docs.info.apple.com/article.html?path=Mac/10.7/en/mh15142.html">This help item</a> says, for OS X 10.7, that if a backup is accidentally interrupted, &#8220;Time Machine resumes the backup where it stopped.&#8221; A test shows that if I shut down during a backup, a file with a name ending in &#8220;.inProgress&#8221; is left, and a backup directory appears only after the backup is complete. If Time Machine is in the middle of a long backup and need to leave your computer, you&#8217;re probably better off letting it finish rather than making it start over.</p>
<p>Knowing how Time Machine works provides some clues about how to use it most effectively. It automatically excludes some files, such as caches, from backup, and you can tell it to exclude more. If your backup drive is less secure than your computer, you might want to exclude files that have serious confidential information. Time Machine handles large database files poorly, since all it knows how to do is make a new copy of a file that&#8217;s been changed. They could be another candidate for an alternative backup strategy. But make sure you have <i>some</i> reliable backup; those database and confidential files are probably important, and losing them completely isn&#8217;t good security!</p>
<p>With some work, you can have Time Machine back up a database monthly (or however often you like) even if you change it every day. Exclude the database file from backup, and set up an automated task such as a cron job to copy it once a month to a directory that isn&#8217;t excluded. Time Machine will back up the copy only when it changes.</p>
<p>Avoid the temptation to delete files from Time Machine. because of the way directories are linked together, you might either lose more than you think or not really delete what you think you&#8217;re deleting.</p>
<p>Multiple backups are better than one, and a drive that isn&#8217;t usually connected to your computer is safer than one that&#8217;s always connected. </p>
<p>These are just a few tips for using Time Machine effectively. To learn lots more, read the articles in the links below.</p>
<p><b>Suggestions:</b> If you have a Mac, take advantage of Time Machine to automate your backups, but use it intelligently.</p>
<p>Useful links:</p>
<ul>
<li><a href="http://support.apple.com/kb/ht1427">Mac 101: Time Machine</a> (Apple)</li>
<li><a href="http://pondini.org/TM/FAQ.html">Time Machine: Frequently asked questions</li>
<li><a href="http://docs.info.apple.com/article.html?path=Mac/10.7/en/mh15653.html">Time Machine problems</a> (Apple, OS X 10.7)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=125&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2012/01/03/tmmaint/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>

		<media:content url="http://www.fictionaltees.com/images/tardis-repair-manual-t-shirt.jpg" medium="image">
			<media:title type="html">Tardis repair manual</media:title>
		</media:content>
	</item>
		<item>
		<title>For your entertainment</title>
		<link>http://filesthatlast.wordpress.com/2011/12/27/for-your-ent/</link>
		<comments>http://filesthatlast.wordpress.com/2011/12/27/for-your-ent/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 10:30:12 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[miscellany]]></category>
		<category><![CDATA[digital preservation]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=98</guid>
		<description><![CDATA[I don&#8217;t suppose a lot of people are reading this week, so just for fun here&#8217;s a cartoon about digital preservation and &#8220;nucular&#8221; disaster. No, I hadn&#8217;t known there were cartoons about that either!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=98&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t suppose a lot of people are reading this week, so just for fun here&#8217;s a cartoon about digital preservation and &#8220;nucular&#8221; disaster. No, I hadn&#8217;t known there were cartoons about that either!<br />
<span style="text-align:center; display: block;"><a href="http://filesthatlast.wordpress.com/2011/12/27/for-your-ent/"><img src="http://img.youtube.com/vi/pbBa6Oam7-w/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=98&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2011/12/27/for-your-ent/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>
	</item>
		<item>
		<title>Obsolete files</title>
		<link>http://filesthatlast.wordpress.com/2011/12/20/obsolete-files/</link>
		<comments>http://filesthatlast.wordpress.com/2011/12/20/obsolete-files/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 10:30:46 +0000</pubDate>
		<dc:creator>Gary McGath</dc:creator>
				<category><![CDATA[Learning about files]]></category>
		<category><![CDATA[technical advice]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[digital preservation]]></category>

		<guid isPermaLink="false">http://filesthatlast.wordpress.com/?p=88</guid>
		<description><![CDATA[&#8220;Open PodBay.doors, Hal.&#8221; &#8220;I&#8217;m sorry, Dave. I&#8217;m afraid I can&#8217;t find an application to do that.&#8221; For several years I used a Macintosh page layout application called &#8220;Ready, Set, Go!&#8221; to make songbooks for filk music conventions. Somewhere along the &#8230; <a href="http://filesthatlast.wordpress.com/2011/12/20/obsolete-files/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=88&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;Open PodBay.doors, Hal.&#8221;</p>
<p>&#8220;I&#8217;m sorry, Dave. I&#8217;m afraid I can&#8217;t find an application to do that.&#8221;</p></blockquote>
<p>For several years I used a Macintosh page layout application called &#8220;Ready, Set, Go!&#8221; to make songbooks for filk music conventions. Somewhere along the way I upgraded my system and discovered that RSG would no longer run. All the files I&#8217;d edited with it were so much digital junk. </p>
<p>This is a user&#8217;s nightmare: A change in the computer or operating system makes an application obsolete, and there&#8217;s no way to recover the files that you made with it. The best way to avoid this situation is prevention. If you care about the long-term usability of your files, either avoid creating them in an obscure proprietary format or regularly back them up to a more robust format. The tests are whether there&#8217;s more than one application (preferably several) that can deal with the format, and whether the format specification is publicly available and standardized. This is often put as &#8220;proprietary&#8221; vs. &#8220;open,&#8221; but that can be misleading; some open formats are proprietary in the sense that a particular business owns them, but open in that the specifications are published and anyone is free to implement them. (An example of this is the TIFF image format, which is specified by an Adobe document but widely implemented.) On the flip side, &#8220;open&#8221; formats may not be as open as they seem if they allow for vendor-specific data which can be critical in practice to proper rendering. (An example of this is Microsoft Office Open XML.) </p>
<p>If your application creates files in an obscure proprietary format, be sure to export them to a more portable format, and make sure they&#8217;re all exported when you&#8217;re about to do a system upgrade. If it doesn&#8217;t have any export capability, look for add-ons that might allow it. If there aren&#8217;t any, you might seriously consider changing to a different application before your potential losses get too big. Sometimes, though, the big-name applications cause just as much trouble. If you have files created by an old version of an application, the current release may not be able to open them.</p>
<p>Outputting files as PDF (except for audio and video, of course) can provide a useful safety net. Converting them back to an editable form may be difficult, but at least you have the content in a usable form. For maximum safety, specify PDF/A when you do this.</p>
<p>But what if you&#8217;re already stuck in a blind alley? You upgraded your computer and now you can&#8217;t open files that you desperately need. The first thing to try is right-clicking on the file icon to see if it offers any applications that can open a file. If the first one you try doesn&#8217;t work or does a poor job, try any others. If you manage to open the file that way, be sure to save it in a more current format while you can.</p>
<p>If that doesn&#8217;t work, there can be other solutions, generally requiring effort or money. You can get a computer with an older version of the operating system and install your old application there, if you can still find the installation disk. The fact that you probably don&#8217;t need the latest hardware to do this may make this a relatively cheap, though still effort-intensive, approach. </p>
<p>You can pay an expert to convert your files for you. Consulting outfits such as Geek Squad offer such services. I make no recommendations here; if you go this route, you need to look for someone who&#8217;s reputable and has a record of results, and even then you may have a situation too obscure for them to handle. It&#8217;s doubtless easier if you want to recover files that just went obsolete on your computer than if you ask someone to get back files you haven&#8217;t been able to read for five years.</p>
<p>Sometimes partial recovery is possible. On several occasions, I&#8217;ve salvaged old word processing files by opening them in a text editor and fishing the readable text out of the markup. If the formatting isn&#8217;t critical, this can be very effective. This isn&#8217;t likely to work with image or sound files, though. </p>
<p>Here I should put in a special warning about Mac OS X Lion. It no longer supports Rosetta, the compatibility software that allows applications written for the older Power PC processor, to run on Intel machines. This means that any old Power PC applications you might have will just stop working if you install Lion. The simplest solution for now is not to use Lion; as far as I&#8217;m concerned, it offers no advantages and makes several things worse. But eventually you&#8217;ll want to get software that won&#8217;t run on anything older, so this just postpones the issue for a year or two. That year or two can give you enough time to make sure you aren&#8217;t going to lose anything when you yield to the inevitable.</p>
<p><b>Suggestions:</b> Before upgrading your operating system or an important application, think about what files might be at risk. If in doubt, export or convert them to a safer format. If you have files that were created by an old version, update them to the current version. Prevention is much easier than curing.</p>
<p>Links of interest:</p>
<ul>
<li><a href="http://www.betalogue.com/2011/07/14/lion-oldfiles/">Getting ready for Lion: Converting old files</li>
<li><a href="http://technet.microsoft.com/en-us/library/cc179179.aspx">Office Migration Planning Manager overview for Office 2010</a> (Microsoft TechNet)</li>
<li><a href="http://blogs.loc.gov/digitalpreservation/2011/12/it%E2%80%99s-dead-jim-resurrecting-an-obsolete-file-part-1/">&#8220;It&#8217;s Dead, Jim&#8221;: Rescuing an obsolete file</a> (The Signal, Library of Congress)
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/filesthatlast.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/filesthatlast.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/filesthatlast.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/filesthatlast.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/filesthatlast.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/filesthatlast.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/filesthatlast.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/filesthatlast.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/filesthatlast.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/filesthatlast.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/filesthatlast.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/filesthatlast.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/filesthatlast.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/filesthatlast.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=filesthatlast.wordpress.com&amp;blog=29293224&amp;post=88&amp;subd=filesthatlast&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://filesthatlast.wordpress.com/2011/12/20/obsolete-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62580146ee2eff52be6c02bd6f43e400?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">gmcgath</media:title>
		</media:content>
	</item>
	</channel>
</rss>
