<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jamesoff.net &#187; backup</title>
	<atom:link href="http://jamesoff.net/site/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesoff.net/site</link>
	<description>you heard</description>
	<lastBuildDate>Wed, 16 Dec 2009 10:32:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>tarsnap under cygwin</title>
		<link>http://jamesoff.net/site/2009/09/10/tarsnap-under-cygwin/</link>
		<comments>http://jamesoff.net/site/2009/09/10/tarsnap-under-cygwin/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 10:36:31 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[tarsnap]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=386</guid>
		<description><![CDATA[To get tarsnap working under cygwin, here&#8217;s what you need to do: Install the following packages using the cygwin setup tool: gcc4 make openssl (needed for runtime, not for building) openssl-devel zlib-devel Download and extract the tarsnap code. Run ./configure (this seems to be much slower on cygwin than on other more UNIXy platforms) Run [...]]]></description>
			<content:encoded><![CDATA[<p>To get <a href="http://beta.tarsnap.com">tarsnap </a>working under cygwin, here&#8217;s what you need to do:</p>

<ol>
    <li>Install the following packages using the cygwin setup tool:
<ul>
    <li>gcc4</li>
    <li>make</li>
    <li>openssl (needed for runtime, not for building)</li>
    <li>openssl-devel</li>
    <li>zlib-devel</li>
</ul></li>


    <li>Download and extract the <a href="https://beta.tarsnap.com/download.html">tarsnap code</a>.</li>

    <li>Run <code>./configure</code> (this seems to be much slower on cygwin than on other more UNIXy platforms)</li>

    <li>Run <code>make all install clean</code></li>
</ol>

<p>Tarsnap should now be installed and you can use it in the normal fashion &#8211; create a host key with <code>tarsnap-keygen</code> and then get backing up!</p>

<p>Edit 2009-12-16: checkers from #tarsnap on EFnet has written a post with scripts for Linux and Cygwin tarsnapping at <a href="http://www.bluebottle.net.au/blog/2009/tarsnap-backups-on-windows-and-linux">http://www.bluebottle.net.au/blog/2009/tarsnap-backups-on-windows-and-linux</a></p>

<p>You may also wish at add <code>--prefix=/</code> to the <code>configure</code> command line, as <code>/usr/local</code> isn&#8217;t in the default path.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2009/09/10/tarsnap-under-cygwin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
