<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: rsync on Windows, with Strongspace</title>
	<link>http://www.antidis.com/articles/2005/08/windows-rsync/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 10 Mar 2010 05:47:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: thehexman</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-762</link>
		<pubDate>Thu, 04 Jan 2007 23:47:51 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-762</guid>
					<description>Hi, I was able to rsync with a linux machine from a PC, but I cant seem to rsync to the PC, I was wondering if there was anyway i can use this rsync as a server instead of just a client</description>
		<content:encoded><![CDATA[	<p>Hi, I was able to rsync with a linux machine from a PC, but I cant seem to rsync to the PC, I was wondering if there was anyway i can use this rsync as a server instead of just a client
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: Claude</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-116</link>
		<pubDate>Tue, 26 Sep 2006 14:35:37 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-116</guid>
					<description>Doug,

You only need to install cwRsync once, then use a path like the one below in the &quot;from&quot; section of the command:

rsync -varz -- delete &quot;/cygdrive/d/source/&quot; &quot;/cygdrive/z/target/&quot;

Where /cygdrive/d/source/ is equivalent to D:\source\
and /cygdrive/z/target/ is Z:\target\

Claude.</description>
		<content:encoded><![CDATA[	<p>Doug,</p>
	<p>You only need to install cwRsync once, then use a path like the one below in the &#8220;from&#8221; section of the command:</p>
	<p>rsync -varz &#8212; delete &#8220;/cygdrive/d/source/&#8221; &#8220;/cygdrive/z/target/&#8221;</p>
	<p>Where /cygdrive/d/source/ is equivalent to D:\source\<br />
and /cygdrive/z/target/ is Z:\target\</p>
	<p>Claude.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: doug</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-86</link>
		<pubDate>Mon, 11 Sep 2006 14:50:55 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-86</guid>
					<description>I am also looking for pointers on how to back up files and folders on different drives within my local server. I was able to install rsync on my C drive and tested and it worked fine. then, in thinking i needed to install rsynch on the drive with the files i want to back up, it stopped working. When i tried to backup a file while it was working, I got an error saying both locations cannot be remote.

Thanks

Doug</description>
		<content:encoded><![CDATA[	<p>I am also looking for pointers on how to back up files and folders on different drives within my local server. I was able to install rsync on my C drive and tested and it worked fine. then, in thinking i needed to install rsynch on the drive with the files i want to back up, it stopped working. When i tried to backup a file while it was working, I got an error saying both locations cannot be remote.</p>
	<p>Thanks</p>
	<p>Doug
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: Andrew Kember</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-63</link>
		<pubDate>Sat, 12 Aug 2006 14:26:30 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-63</guid>
					<description>Those who are getting:
building file list ... rsync: link_stat &quot;/cwRsync&quot; failed: No such file or directory (2)

I got round this by changing &quot;/cwRsync&quot; to &quot;cwRsync&quot;</description>
		<content:encoded><![CDATA[	<p>Those who are getting:<br />
building file list &#8230; rsync: link_stat &#8220;/cwRsync&#8221; failed: No such file or directory (2)</p>
	<p>I got round this by changing &#8220;/cwRsync&#8221; to &#8220;cwRsync&#8221;
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: heddot_boy</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-55</link>
		<pubDate>Sat, 22 Jul 2006 12:48:34 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-55</guid>
					<description>dear dave

i just follow your tutorial,it was work but i'have problem with the end of your tutorial, that how we rsync without password ,it's doesn't work for me.i have send the &quot;.ssh/authorized_keys&quot; to another computer.but when i typr:
c:\&amp;#62;del .ssh/authorized_keys
than appear the &quot;Parameter format not correct - &quot;uthorized_key&quot; but iam sure i just type &quot;authorized_key&quot;
so you can help what's happen
and about another computer we dont do anything?
please help me 


best regards

heddot_boy</description>
		<content:encoded><![CDATA[	<p>dear dave</p>
	<p>i just follow your tutorial,it was work but i&#8217;have problem with the end of your tutorial, that how we rsync without password ,it&#8217;s doesn&#8217;t work for me.i have send the &#8220;.ssh/authorized_keys&#8221; to another computer.but when i typr:<br />
c:\&gt;del .ssh/authorized_keys<br />
than appear the &#8220;Parameter format not correct - &#8220;uthorized_key&#8221; but iam sure i just type &#8220;authorized_key&#8221;<br />
so you can help what&#8217;s happen<br />
and about another computer we dont do anything?<br />
please help me </p>
	<p>best regards</p>
	<p>heddot_boy
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: Kibitzer</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-46</link>
		<pubDate>Sun, 02 Jul 2006 07:55:32 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-46</guid>
					<description>Great article David and it works a treat.  rsync is a fab program and it's great to see it's so easy on Windows.  Need a pointer however -- anyone have this working with dirs/file names containing spaces?  This is pretty common on Windows, eg if I want to back up &quot;My Documents&quot; there's one right there.  My problem is with the target directory (ie, the Strongsapce directory) -- can't seem to get the syntax right for that.  Anyone help?</description>
		<content:encoded><![CDATA[	<p>Great article David and it works a treat.  rsync is a fab program and it&#8217;s great to see it&#8217;s so easy on Windows.  Need a pointer however &#8212; anyone have this working with dirs/file names containing spaces?  This is pretty common on Windows, eg if I want to back up &#8220;My Documents&#8221; there&#8217;s one right there.  My problem is with the target directory (ie, the Strongsapce directory) &#8212; can&#8217;t seem to get the syntax right for that.  Anyone help?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: abdullah</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-45</link>
		<pubDate>Wed, 17 May 2006 21:29:46 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-45</guid>
					<description>Thank you very much for the great tutorial</description>
		<content:encoded><![CDATA[	<p>Thank you very much for the great tutorial
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: Konstantinos</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-44</link>
		<pubDate>Sun, 14 May 2006 19:43:06 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-44</guid>
					<description>I've changed the &quot;RSYNC_RSH&quot; variable to &quot;C:\cwRsync\bin\ssh.exe&quot; and it works now.</description>
		<content:encoded><![CDATA[	<p>I&#8217;ve changed the &#8220;RSYNC_RSH&#8221; variable to &#8220;C:\cwRsync\bin\ssh.exe&#8221; and it works now.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: Konstantinos</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-43</link>
		<pubDate>Tue, 09 May 2006 13:49:19 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-43</guid>
					<description>Anyone?</description>
		<content:encoded><![CDATA[	<p>Anyone?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on rsync on Windows, with Strongspace by: Konstantinos</title>
		<link>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-42</link>
		<pubDate>Sun, 07 May 2006 19:14:24 +0000</pubDate>
		<guid>http://www.antidis.com/articles/2005/08/windows-rsync/#comment-42</guid>
					<description>It's me again. Rebooting my maching seemed to have done the trick.

Problem now is, when I enter the &quot;rsync -avz...&quot; command above, I get the follwing error (I've removed the number following the &quot;sender=&quot; part just in case it's meant to be private):
===============================================
rsync: Failed to exec ssh.exe: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(83) [sender=OMITTED]
rsync: connection unexpectedly closed (0 bytes received so far) [sende
r]
rsync error: error in IPC code (code 14) at io.c(463) [sender=OMITTED]
===============================================

Any hints or tips would be greatly appreciated -- thanks!</description>
		<content:encoded><![CDATA[	<p>It&#8217;s me again. Rebooting my maching seemed to have done the trick.</p>
	<p>Problem now is, when I enter the &#8220;rsync -avz&#8230;&#8221; command above, I get the follwing error (I&#8217;ve removed the number following the &#8220;sender=&#8221; part just in case it&#8217;s meant to be private):<br />
===============================================<br />
rsync: Failed to exec ssh.exe: No such file or directory (2)<br />
rsync error: error in IPC code (code 14) at pipe.c(83) [sender=OMITTED]<br />
rsync: connection unexpectedly closed (0 bytes received so far) [sende<br />
r]<br />
rsync error: error in IPC code (code 14) at io.c(463) [sender=OMITTED]<br />
===============================================</p>
	<p>Any hints or tips would be greatly appreciated &#8212; thanks!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
