<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="lyceum/0.34" -->
<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/"
	>

<channel>
	<title>Matthew Smith</title>
	<link>http://blogs.library.uq.edu.au/ms</link>
	<description>Library Systems Programmer</description>
	<pubDate>Fri, 16 Nov 2007 00:20:23 +0000</pubDate>
	<generator>http://lyceum.ibiblio.org/?v=0.34</generator>
	<language>en</language>
			<item>
		<title>Rsync and Flash Drives</title>
		<link>http://blogs.library.uq.edu.au/ms/2006/10/11/rsync-and-flash-drives/</link>
		<comments>http://blogs.library.uq.edu.au/ms/2006/10/11/rsync-and-flash-drives/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 23:41:06 +0000</pubDate>
		<dc:creator>uqmsmi14</dc:creator>
		
	<category>Command Line</category>
		<guid isPermaLink="false">http://blogs.library.uq.edu.au/ms/2006/10/11/rsync-and-flash-drives/</guid>
		<description><![CDATA[	I have been using a flash drive to transfer podcast files form home to work.  In the morning I hit refresh in iTunes to get all my podcasts and then when they&#8217;re downloaded I copy the Podcasts dir from the iTunes folders on the harddrive.  I decided to try using rsync to only [...]]]></description>
			<content:encoded><![CDATA[	<p>I have been using a flash drive to transfer podcast files form home to work.  In the morning I hit refresh in iTunes to get all my podcasts and then when they&#8217;re downloaded I copy the Podcasts dir from the iTunes folders on the harddrive.  I decided to try using rsync to only copy the changed files to the flash drive but when I ran the command <em>rsync -av source dest</em>,  it took as long as just doing a full copy (possibly longer).  </p>
	<p>I found that <em>cp -Rnvp source dest</em> (MacOS / BSD) was a lot quicker.  I think this might be because rsync uses temp files on the flash drive and does a lot of reading and verifying while writing.  I assume cp just checks the timestamps and skips over the existing files where as rsync tries to get checksums and things.</p>
	<p>At work I have a win32 binary of the GNU cp command that I use with different flags ( <em>cp -Ruvp</em> ) to copy from the flash drive to the iTunes dir.</p>

 ]]></content:encoded>
			<wfw:commentRSS>http://blogs.library.uq.edu.au/ms/2006/10/11/rsync-and-flash-drives/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
