<?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: Snapshot backups</title>
	<atom:link href="http://www.stillnetstudios.com/snapshot-backups-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stillnetstudios.com/snapshot-backups-howto/</link>
	<description>Web development notes and commentary from Ryan Stille</description>
	<lastBuildDate>Sun, 05 Sep 2010 19:12:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carpet</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-1512</link>
		<dc:creator>Carpet</dc:creator>
		<pubDate>Sun, 27 Jun 2010 12:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-1512</guid>
		<description>Thanks for the HOWTO Ryan! Finally got cwrsync up and pumping. Kudos @acdc superstar for the port settings on Windows Firewall too!</description>
		<content:encoded><![CDATA[<p>Thanks for the HOWTO Ryan! Finally got cwrsync up and pumping. Kudos @acdc superstar for the port settings on Windows Firewall too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hoberion</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-1440</link>
		<dc:creator>hoberion</dc:creator>
		<pubDate>Wed, 02 Jun 2010 09:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-1440</guid>
		<description>@Joel Hazel

had the same issue:
in the rsyncd.conf on your windows machine add
uid = 0
gid = 0</description>
		<content:encoded><![CDATA[<p>@Joel Hazel</p>
<p>had the same issue:<br />
in the rsyncd.conf on your windows machine add<br />
uid = 0<br />
gid = 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-1369</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 14 May 2010 02:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-1369</guid>
		<description>Hmm not sure Joel, I haven&#039;t seen that before.&#160;&#160;it kind of seems like the &#039;nobody&#039; user might not be setup or not setup properly.&#160;&#160;I would see if you can run the rsync commands manually.&#160;&#160;Just try to rsync one of your windows shares to a local directory on your linux box. Then take your errors to an rsync forum, once you get those straightened out rsnapshot would work.</description>
		<content:encoded><![CDATA[<p>Hmm not sure Joel, I haven&#039;t seen that before.&nbsp;&nbsp;it kind of seems like the &#039;nobody&#039; user might not be setup or not setup properly.&nbsp;&nbsp;I would see if you can run the rsync commands manually.&nbsp;&nbsp;Just try to rsync one of your windows shares to a local directory on your linux box. Then take your errors to an rsync forum, once you get those straightened out rsnapshot would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Hazel</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-1367</link>
		<dc:creator>Joel Hazel</dc:creator>
		<pubDate>Fri, 14 May 2010 00:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-1367</guid>
		<description>Hey Ryan - been trying to setup 10.6 SL Server with rsnapshot to backup my windows clients in the office and found your guide.&#160;&#160;Setup went well enough, but when I try to run rsnapshot it get the following: 

[code]
@ERROR: invalid uid nobody
rsync error: error starting client-server protocol (code 5) at /SourceCache/rsync/rsync-40/rsync/main.c(1398) [receiver=2.6.9]
@ERROR: invalid uid nobody
rsync error: error starting client-server protocol (code 5) at /SourceCache/rsync/rsync-40/rsync/main.c(1398) [receiver=2.6.9]
@ERROR: invalid uid nobody
rsync error: error starting client-server protocol (code 5) at /SourceCache/rsync/rsync-40/rsync/main.c(1398) [receiver=2.6.9]
----------------------------------------------------------------------------
rsnapshot encountered an error! The program was invoked with these options:
/opt/local/bin/rsnapshot hourly 
----------------------------------------------------------------------------
ERROR: /usr/bin/rsync returned 5 while processing 10.112.0.122::backup
[/code]

Not sure what I&#039;m doing wrong... any ideas?</description>
		<content:encoded><![CDATA[<p>Hey Ryan &#8211; been trying to setup 10.6 SL Server with rsnapshot to backup my windows clients in the office and found your guide.&nbsp;&nbsp;Setup went well enough, but when I try to run rsnapshot it get the following: </p>
<p>[code]<br />
@ERROR: invalid uid nobody<br />
rsync error: error starting client-server protocol (code 5) at /SourceCache/rsync/rsync-40/rsync/main.c(1398) [receiver=2.6.9]<br />
@ERROR: invalid uid nobody<br />
rsync error: error starting client-server protocol (code 5) at /SourceCache/rsync/rsync-40/rsync/main.c(1398) [receiver=2.6.9]<br />
@ERROR: invalid uid nobody<br />
rsync error: error starting client-server protocol (code 5) at /SourceCache/rsync/rsync-40/rsync/main.c(1398) [receiver=2.6.9]<br />
----------------------------------------------------------------------------<br />
rsnapshot encountered an error! The program was invoked with these options:<br />
/opt/local/bin/rsnapshot hourly<br />
----------------------------------------------------------------------------<br />
ERROR: /usr/bin/rsync returned 5 while processing 10.112.0.122::backup<br />
[/code]</p>
<p>Not sure what I&#039;m doing wrong&#8230; any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amjad</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-720</link>
		<dc:creator>Amjad</dc:creator>
		<pubDate>Fri, 11 Sep 2009 13:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-720</guid>
		<description>Aaron,To start Rsync service, Right Click My Computer - Manage. Then Look for Services and Applications, and right there you will find cwRsync service. Just right click that and click start.

Hope this helps</description>
		<content:encoded><![CDATA[<p>Aaron,To start Rsync service, Right Click My Computer &#8211; Manage. Then Look for Services and Applications, and right there you will find cwRsync service. Just right click that and click start.</p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stille</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-29</link>
		<dc:creator>Ryan Stille</dc:creator>
		<pubDate>Mon, 22 Jun 2009 12:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-29</guid>
		<description>Aaron, try looking in &quot;Administrative Tools&quot; in the control panel.</description>
		<content:encoded><![CDATA[<p>Aaron, try looking in &quot;Administrative Tools&quot; in the control panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-25</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 21 Jun 2009 02:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-25</guid>
		<description>Thanks for the great writeup, but I can&#039;t figure out where to go on the windows box for this instruction

&gt;&gt;Start the cwRsync service - go to the services applet in your control panel, and start the cwRsync service. Set it to Automatic so it will startup upon boot.

I can&#039;t find any services applet in control panel.&#160;&#160;Perhaps I&#039;m not looking in the right place...

Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Thanks for the great writeup, but I can&#039;t figure out where to go on the windows box for this instruction</p>
<p>&gt;&gt;Start the cwRsync service &#8211; go to the services applet in your control panel, and start the cwRsync service. Set it to Automatic so it will startup upon boot.</p>
<p>I can&#039;t find any services applet in control panel.&nbsp;&nbsp;Perhaps I&#039;m not looking in the right place&#8230;</p>
<p>Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jens</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-24</link>
		<dc:creator>jens</dc:creator>
		<pubDate>Tue, 02 Jun 2009 11:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-24</guid>
		<description>Hi.

i followed the instructions and everything worked fine apart from the entry in the BACKUP POINTS / SCRIPTS section. I used the IP address followed by &quot;::&quot; but a rsnapshot configtest says that the source directory doesn&#039;t exist. Is there a problem with the IP address? (but the check of the module worked fine!).
Would be anyone so nice and help me?</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>i followed the instructions and everything worked fine apart from the entry in the BACKUP POINTS / SCRIPTS section. I used the IP address followed by &quot;::&quot; but a rsnapshot configtest says that the source directory doesn&#039;t exist. Is there a problem with the IP address? (but the check of the module worked fine!).<br />
Would be anyone so nice and help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlavioB</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-12</link>
		<dc:creator>FlavioB</dc:creator>
		<pubDate>Thu, 22 Jan 2009 17:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-12</guid>
		<description>Hy folks!
I&#039;m trying to backup a Windows client, but as it tries to copy the folder &quot;Eredità&quot; I get the error:

rsync: recv_generator: mkdir &quot;/mnt/remote/user01/daily.0/dire/DIVERSI/Eredit\#340&quot; failed: No such file or directory (2)
*** Skipping any contents from this failed directory ***

Any clues about what to do?

Thanks to all!</description>
		<content:encoded><![CDATA[<p>Hy folks!<br />
I&#039;m trying to backup a Windows client, but as it tries to copy the folder &quot;Eredità&quot; I get the error:</p>
<p>rsync: recv_generator: mkdir &quot;/mnt/remote/user01/daily.0/dire/DIVERSI/Eredit\#340&quot; failed: No such file or directory (2)<br />
*** Skipping any contents from this failed directory ***</p>
<p>Any clues about what to do?</p>
<p>Thanks to all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabor</title>
		<link>http://www.stillnetstudios.com/snapshot-backups-howto/comment-page-1/#comment-27</link>
		<dc:creator>Gabor</dc:creator>
		<pubDate>Sat, 20 Dec 2008 23:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.cfwebtools.com/2006/12/09/snapshot-backups/#comment-27</guid>
		<description>Mike, I think you don&#039;t need the UTF-8 replacement unless you have some special characters (non ASCII) in your file names. And yes, only the module path, the top level, must not have spaces, everything below is fine.</description>
		<content:encoded><![CDATA[<p>Mike, I think you don&#8217;t need the UTF-8 replacement unless you have some special characters (non ASCII) in your file names. And yes, only the module path, the top level, must not have spaces, everything below is fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
