<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: I need to backup a website to DVD.</title>
	<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD/</link>
	<description>Comments on Ask MetaFilter post I need to backup a website to DVD.</description>
	<pubDate>Thu, 25 Oct 2007 19:12:33 -0800</pubDate>
	<lastBuildDate>Thu, 25 Oct 2007 19:12:33 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: I need to backup a website to DVD.</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD</link>	
		<description>What&apos;s the best software and method for completely backing up a website to DVD? &lt;br /&gt;&lt;br /&gt; I need to archive a website completely to DVD. My dad&apos;s cousin passed away and his website is still online so his widow wants a complete backup of his writings and comments.&lt;br&gt;
&lt;br&gt;
I have tested software for both Windows and OS X including &lt;a href=&quot;http://www.surfoffline.com/&quot;&gt;SurfOffline&lt;/a&gt; and &lt;a href=&quot;http://www.apple.com/downloads/macosx/internet_utilities/bluecrab.html&quot;&gt;Blue Crab&lt;/a&gt; but there are usually invalid links, missing images or no @import css files. Once I find the right software, I want to burn the backed up website to DVD and have a cross platform autorun for the index file (so that you don&apos;t have to open up Finder or Explorer to find it).&lt;br&gt;
&lt;br&gt;
What solutions are there for offline website backups and cross platform dvd backups?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.74700</guid>
		<pubDate>Thu, 25 Oct 2007 19:06:46 -0800</pubDate>
		<dc:creator>asuh</dc:creator>
		
			<category>website</category>
		
			<category>backup</category>
		
			<category>archive</category>
		
			<category>offline</category>
		
			<category>dvd</category>
		
			<category>windows</category>
		
			<category>osx</category>
		
	</item> <item>
		<title>By: wile e</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1110589</link>	
		<description>Well if its his (now her) website, then you would have access to the back end of the site no?  Any FTP client can pull the files off of the server and as long as you keep the folder structure the same, the index file will be all you need to run it/view it in any browser.  &lt;br&gt;
&lt;br&gt;
Unless I&apos;m misunderstanding the question, I think you&apos;re over thinking the process.&lt;br&gt;
&lt;br&gt;
If for some reason you do not have access (which would be strange since it&apos;s her property) then perhaps someone else can help out.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1110589</guid>
		<pubDate>Thu, 25 Oct 2007 19:12:33 -0800</pubDate>
		<dc:creator>wile e</dc:creator>
	</item><item>
		<title>By: i_am_a_Jedi</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1110598</link>	
		<description>firefox + scrapbook plugin&lt;br&gt;
&lt;br&gt;
Then burn it with a dvd program (eg. Nero).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1110598</guid>
		<pubDate>Thu, 25 Oct 2007 19:17:36 -0800</pubDate>
		<dc:creator>i_am_a_Jedi</dc:creator>
	</item><item>
		<title>By: PowerCat</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1110607</link>	
		<description>I&apos;ve done this several times and always used &lt;a href=&quot;http://www.httrack.com/&quot;&gt;http://www.httrack.com/&lt;/a&gt; with success.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1110607</guid>
		<pubDate>Thu, 25 Oct 2007 19:24:58 -0800</pubDate>
		<dc:creator>PowerCat</dc:creator>
	</item><item>
		<title>By: Kadin2048</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1110623</link>	
		<description>Agree with &lt;b&gt;wile e&lt;/b&gt;; the best way to do this is to log into the web host either via the management interface or FTP, and get the entire site that way. If it&apos;s a database-driven site, you also want to get a dump of the SQL DB. I would do that in addition to sucking down the site through an offline browser. The stuff you&apos;d get from the server would be the most original versions possible, and ensure you don&apos;t miss anything.&lt;br&gt;
&lt;br&gt;
But to just suck down the site from a browser&apos;s perspective, I&apos;d use &lt;a href=&quot;http://gnuwin32.sourceforge.net/packages/wget.htm&quot;&gt;wget&lt;/a&gt;, and set it to infinite recursion depth but limit it to the site&apos;s domain. Wget can download pages and rewrite all the links to relative ones, add &quot;.html&quot; to the end of dynamically-generated pages, etc. Just read the manual page and don&apos;t be afraid to play with it for a while before you get it to suck down the whole site.&lt;br&gt;
&lt;br&gt;
But I&apos;d get the master files and database, too.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1110623</guid>
		<pubDate>Thu, 25 Oct 2007 19:43:15 -0800</pubDate>
		<dc:creator>Kadin2048</dc:creator>
	</item><item>
		<title>By: dg</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1110641</link>	
		<description>The problem with getting the &quot;back-end&quot; files is that it may rely on some sort of database software to build the pages.&lt;br&gt;
&lt;br&gt;
Use Firefox with the &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1616&quot;&gt;Spiderzilla &lt;/a&gt;extension.  I use this a lot and have found that it works perfectly.  Of course, if the site relies on something like php to run, you may have some problems or may have to re-author it to replace those functions with more generic code.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1110641</guid>
		<pubDate>Thu, 25 Oct 2007 20:00:50 -0800</pubDate>
		<dc:creator>dg</dc:creator>
	</item><item>
		<title>By: pompomtom</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1110652</link>	
		<description>second wget</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1110652</guid>
		<pubDate>Thu, 25 Oct 2007 20:10:59 -0800</pubDate>
		<dc:creator>pompomtom</dc:creator>
	</item><item>
		<title>By: arungoodboy</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1110658</link>	
		<description>If you&apos;re on windows, &lt;a href=&quot;http://www.httrack.com/page/2/en/index.html&quot;&gt;ht track&lt;/a&gt; is the easiest way to go. &lt;br&gt;
On linux, &lt;i&gt;wget -m http://example.com&lt;/i&gt; works fine.&lt;br&gt;Both allow you to mirror an entire website to your hard disk, from where you can burn it to dvd.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1110658</guid>
		<pubDate>Thu, 25 Oct 2007 20:30:04 -0800</pubDate>
		<dc:creator>arungoodboy</dc:creator>
	</item><item>
		<title>By: Smoosh Faced Lion</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1110863</link>	
		<description>In my experience, HTTrack will get you most of the way there; with massively dynamic, data driven sites, you may still need a few find and replace rules to get you through.&lt;br&gt;
&lt;br&gt;
And to my knowledge, you can&apos;t have OSX perform an autorun. I think the best it&apos;ll give you is a mounted CD which opens finder to the root for you.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1110863</guid>
		<pubDate>Fri, 26 Oct 2007 02:20:35 -0800</pubDate>
		<dc:creator>Smoosh Faced Lion</dc:creator>
	</item><item>
		<title>By: asuh</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1111330</link>	
		<description>@wile e: I understand what you&apos;re getting at, which is to just grab the original files and sql file from the mySQL database, but once I grab that how do I set it up on a CD or DVD so that it runs like a website would? It seems much more complicated than I feel comfortable doing.&lt;br&gt;
&lt;br&gt;
This site relies on Wordpress, so it&apos;s php and mySQL driven and I&apos;d have to rebuild both somehow on a CD or DVD and I don&apos;t know how to properly do that.&lt;br&gt;
&lt;br&gt;
Thanks for the suggestions!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1111330</guid>
		<pubDate>Fri, 26 Oct 2007 11:42:07 -0800</pubDate>
		<dc:creator>asuh</dc:creator>
	</item><item>
		<title>By: Smoosh Faced Lion</title>
		<link>http://ask.metafilter.com/74700/I-need-to-backup-a-website-to-DVD#1112086</link>	
		<description>Though it (potentially) throws the cross-platform aspect out of the window, there are multiple stacks which will run on a USB drive or CD. These include &lt;a href=&quot;http://www.apachefriends.org/en/xampp.html&quot;&gt;XAMPP&lt;/a&gt;,  &lt;a href=&quot;http://www.server2go-web.de/&quot;&gt;Server2Go&lt;/a&gt; and &lt;a href=&quot;http://www.wampserver.com/en/&quot;&gt;WAMP&lt;/a&gt;. There&apos;s a more complete list, of course, at &lt;a href=&quot;http://en.wikipedia.org/wiki/Comparison_of_WAMPs&quot;&gt;Wikipedia&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
With some fiddling, you could probably set up an &lt;a href=&quot;http://www.mamp.info/en/index.php&quot;&gt;OSX setup&lt;/a&gt; on the same CD, and hide each folder from the opposite OS.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74700-1112086</guid>
		<pubDate>Sat, 27 Oct 2007 03:43:53 -0800</pubDate>
		<dc:creator>Smoosh Faced Lion</dc:creator>
	</item>
	</channel>
</rss>
