<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Linux/Unix File Copy Trick</title>
	<atom:link href="http://www.protocolostomy.com/2009/06/17/linuxunix-file-copy-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.protocolostomy.com/2009/06/17/linuxunix-file-copy-trick/</link>
	<description>Made with only the finest 1's and 0's</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:20:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dimangi</title>
		<link>http://www.protocolostomy.com/2009/06/17/linuxunix-file-copy-trick/comment-page-1/#comment-50584</link>
		<dc:creator>dimangi</dc:creator>
		<pubDate>Tue, 23 Nov 2010 18:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=545#comment-50584</guid>
		<description>I had also problems with rsync, but the cp hack worked just fine...</description>
		<content:encoded><![CDATA[<p>I had also problems with rsync, but the cp hack worked just fine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redbrick</title>
		<link>http://www.protocolostomy.com/2009/06/17/linuxunix-file-copy-trick/comment-page-1/#comment-50559</link>
		<dc:creator>Redbrick</dc:creator>
		<pubDate>Fri, 12 Nov 2010 10:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=545#comment-50559</guid>
		<description>Thanks for this tip, it&#039;s an easy and quick way to sync to directories that don&#039;t support rsync properly (e.g. certain SMB shares) and on a platform without the -n switch to cp (e.g. Debian). I sometimes like to add the -v switch to cp to make it list the files it&#039;s copying.</description>
		<content:encoded><![CDATA[<p>Thanks for this tip, it&#8217;s an easy and quick way to sync to directories that don&#8217;t support rsync properly (e.g. certain SMB shares) and on a platform without the -n switch to cp (e.g. Debian). I sometimes like to add the -v switch to cp to make it list the files it&#8217;s copying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oubliette</title>
		<link>http://www.protocolostomy.com/2009/06/17/linuxunix-file-copy-trick/comment-page-1/#comment-19974</link>
		<dc:creator>Oubliette</dc:creator>
		<pubDate>Thu, 16 Jul 2009 18:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=545#comment-19974</guid>
		<description>I&#039;m here because I want to do exactly this and I have already tried rsync. The source files are on a samba share and rsync can&#039;t see them. Well, actually, it can see them, it builds the copy list fine, but when it goes to get them it hits a &quot;file has vanished&quot; error for every single file. I think this might be a unicode issue, the files are written to the samba share by iTunes from a Mac, but I can&#039;t fiddle with the code page because the share is on a dumb NAS device. I&#039;m left with cp and this trick to not overwrite files...

... or -n now I know it exists. It wasn&#039;t on any of the man pages I looked at on the net and I don&#039;t have my Ubuntu box with me :(</description>
		<content:encoded><![CDATA[<p>I&#8217;m here because I want to do exactly this and I have already tried rsync. The source files are on a samba share and rsync can&#8217;t see them. Well, actually, it can see them, it builds the copy list fine, but when it goes to get them it hits a &#8220;file has vanished&#8221; error for every single file. I think this might be a unicode issue, the files are written to the samba share by iTunes from a Mac, but I can&#8217;t fiddle with the code page because the share is on a dumb NAS device. I&#8217;m left with cp and this trick to not overwrite files&#8230;</p>
<p>&#8230; or -n now I know it exists. It wasn&#8217;t on any of the man pages I looked at on the net and I don&#8217;t have my Ubuntu box with me <img src='http://www.protocolostomy.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m0j0</title>
		<link>http://www.protocolostomy.com/2009/06/17/linuxunix-file-copy-trick/comment-page-1/#comment-17620</link>
		<dc:creator>m0j0</dc:creator>
		<pubDate>Thu, 18 Jun 2009 16:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=545#comment-17620</guid>
		<description>rsync is great, but if it&#039;s not installed, that&#039;s a problem, and it&#039;s not a given that it&#039;ll be installed wherever I find myself today. It&#039;s also not usually the case that I&#039;m given free reign to install anything. In addition, rsync&#039;s flags have never cemented themselves in my brain very well. I have to use the man page to do even really trivial things with rsync. I know. I&#039;m a dunce with rsync.</description>
		<content:encoded><![CDATA[<p>rsync is great, but if it&#8217;s not installed, that&#8217;s a problem, and it&#8217;s not a given that it&#8217;ll be installed wherever I find myself today. It&#8217;s also not usually the case that I&#8217;m given free reign to install anything. In addition, rsync&#8217;s flags have never cemented themselves in my brain very well. I have to use the man page to do even really trivial things with rsync. I know. I&#8217;m a dunce with rsync.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saint Aardvark</title>
		<link>http://www.protocolostomy.com/2009/06/17/linuxunix-file-copy-trick/comment-page-1/#comment-17619</link>
		<dc:creator>Saint Aardvark</dc:creator>
		<pubDate>Thu, 18 Jun 2009 16:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=545#comment-17619</guid>
		<description>I&#039;m with goozbach; this is the sort of thing I usually invoke rsync for.</description>
		<content:encoded><![CDATA[<p>I&#8217;m with goozbach; this is the sort of thing I usually invoke rsync for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

