<?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>My life et al. &#187; scp</title>
	<atom:link href="http://florian-feldhaus.de/tag/scp/feed/" rel="self" type="application/rss+xml" />
	<link>http://florian-feldhaus.de</link>
	<description></description>
	<lastBuildDate>Wed, 05 Oct 2011 19:09:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-RC2</generator>
		<item>
		<title>Resume (secure) copy</title>
		<link>http://phacker.org/2010/02/11/resume-secure-copy/</link>
		<comments>http://phacker.org/2010/02/11/resume-secure-copy/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 19:36:43 +0000</pubDate>
		<dc:creator>ffeldhaus</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[resume]]></category>
		<category><![CDATA[scp]]></category>

		<guid isPermaLink="false">http://phacker.org/?p=297</guid>
		<description><![CDATA[If you need to transfer big files, somet &#8230; <a href="http://phacker.org/2010/02/11/resume-secure-copy/">Continue reading <span class="meta-nav">&#8594;</span></a> <a href="http://phacker.org/2010/02/11/resume-secure-copy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you need to transfer big files, sometimes the network connection breaks down and you need to restart the transfer. Using the following command, you can start and resume (!) a file transfer:</p>
<pre><code>rsync --partial --progress </code><code>--rsh=ssh localFile</code><code> username@remoteMachine:remoteDirectory/
</code></pre>
<p>If you generally want to use the above command add the following line to your ~/.bashrc and just use the new scpresume command:</p>
<pre><code>alias scpresume="rsync --partial --progress --rsh=ssh
</code></pre>
<p>Many thanks to <a href="http://joen.dk/wordpress/?p=34" >Joen.dk</a> who came up with the idea!</p>
<!-- PHP 5.x --><p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://phacker.org/2010/02/11/resume-secure-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

