<?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: Synchronize your data using Grsync</title>
	<atom:link href="http://johnny.chadda.se/article/synchronize-your-data-using-grsync/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnny.chadda.se/article/synchronize-your-data-using-grsync/</link>
	<description>Things you didn&#039;t know that you should know</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:00:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Johnny Chadda</title>
		<link>http://johnny.chadda.se/article/synchronize-your-data-using-grsync/#comment-29641</link>
		<dc:creator>Johnny Chadda</dc:creator>
		<pubDate>Mon, 16 Apr 2007 17:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2007/02/06/synchronize-your-data-using-grsync/#comment-29641</guid>
		<description>[quote comment=&quot;29636&quot;]I want to back up from my /home/me/ directory to a NAS harddrive (called Ting) sat plugged into my wireless router.
How do I give that address to grsync, please? Nothing I try works!
I tried smb://ting/jon/
I tried 192.168.2.2/jon/
//ting/jon/

Both these work as addresses in Konqueror.
I even created a folder under mnt called nas........mnt/nas/ but I don&#039;t know how to make that mean anything to any program - its just an empty folder![/quote]
Ok, I assume that you are running KDE. rsync doesn&#039;t know anything about KDEs kio-slaves, which means that smb:// will not work.

Instead, you will have to mount the network share in the file-system; in /mnt/nas for example, as you suggested. You will need to install smbfs by running &quot;sudo apt-get install smbfs&quot;, but without the quotes.

Then you should be able to mount the file-system by running something like this: &quot;sudo mount -t smbfs -o username=XX,mode=755,uid=YY //192.168.2.2/jon/ /mnt/nas&quot;

Replace XX with the username on the NAS, and YY with the uid you get when you run &quot;id&quot; on the command-line.

Good luck.</description>
		<content:encoded><![CDATA[<p>[quote comment="29636"]I want to back up from my /home/me/ directory to a NAS harddrive (called Ting) sat plugged into my wireless router.<br />
How do I give that address to grsync, please? Nothing I try works!<br />
I tried smb://ting/jon/<br />
I tried 192.168.2.2/jon/<br />
//ting/jon/</p>
<p>Both these work as addresses in Konqueror.<br />
I even created a folder under mnt called nas&#8230;&#8230;..mnt/nas/ but I don&#8217;t know how to make that mean anything to any program &#8211; its just an empty folder![/quote]<br />
Ok, I assume that you are running KDE. rsync doesn&#8217;t know anything about KDEs kio-slaves, which means that smb:// will not work.</p>
<p>Instead, you will have to mount the network share in the file-system; in /mnt/nas for example, as you suggested. You will need to install smbfs by running &#8220;sudo apt-get install smbfs&#8221;, but without the quotes.</p>
<p>Then you should be able to mount the file-system by running something like this: &#8220;sudo mount -t smbfs -o username=XX,mode=755,uid=YY //192.168.2.2/jon/ /mnt/nas&#8221;</p>
<p>Replace XX with the username on the NAS, and YY with the uid you get when you run &#8220;id&#8221; on the command-line.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon norris</title>
		<link>http://johnny.chadda.se/article/synchronize-your-data-using-grsync/#comment-29636</link>
		<dc:creator>jon norris</dc:creator>
		<pubDate>Mon, 16 Apr 2007 15:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2007/02/06/synchronize-your-data-using-grsync/#comment-29636</guid>
		<description>I want to back up from my /home/me/ directory to a NAS harddrive (called Ting) sat plugged into my wireless router.
How do I give that address to grsync, please? Nothing I try works!
I tried smb://ting/jon/
I tried 192.168.2.2/jon/
//ting/jon/

Both these work as addresses in Konqueror.
I even created a folder under mnt called nas........mnt/nas/ but I don&#039;t know how to make that mean anything to any program - its just an empty folder!</description>
		<content:encoded><![CDATA[<p>I want to back up from my /home/me/ directory to a NAS harddrive (called Ting) sat plugged into my wireless router.<br />
How do I give that address to grsync, please? Nothing I try works!<br />
I tried smb://ting/jon/<br />
I tried 192.168.2.2/jon/<br />
//ting/jon/</p>
<p>Both these work as addresses in Konqueror.<br />
I even created a folder under mnt called nas&#8230;&#8230;..mnt/nas/ but I don&#8217;t know how to make that mean anything to any program &#8211; its just an empty folder!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Chadda</title>
		<link>http://johnny.chadda.se/article/synchronize-your-data-using-grsync/#comment-17021</link>
		<dc:creator>Johnny Chadda</dc:creator>
		<pubDate>Wed, 07 Feb 2007 00:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2007/02/06/synchronize-your-data-using-grsync/#comment-17021</guid>
		<description>I think grsync is a worth-while tool for parents too. It is just a matter of setting up a profile for them and then just letting them know how to run it.

Another way I have used is to create a script containing of the rsync command and just put it in a convenient location, such as the desktop. Then the parents can just click the icon to have it backup the files automatically.

Anyway, thanks for your comment!</description>
		<content:encoded><![CDATA[<p>I think grsync is a worth-while tool for parents too. It is just a matter of setting up a profile for them and then just letting them know how to run it.</p>
<p>Another way I have used is to create a script containing of the rsync command and just put it in a convenient location, such as the desktop. Then the parents can just click the icon to have it backup the files automatically.</p>
<p>Anyway, thanks for your comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://johnny.chadda.se/article/synchronize-your-data-using-grsync/#comment-17019</link>
		<dc:creator>K.Mandla</dc:creator>
		<pubDate>Wed, 07 Feb 2007 00:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/2007/02/06/synchronize-your-data-using-grsync/#comment-17019</guid>
		<description>Thanks for this. I needed something a little more intuitive to help my parents back up their Dapper machine. Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for this. I needed something a little more intuitive to help my parents back up their Dapper machine. Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
