<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Linux Forum - Command Line</title>
		<link>http://www.linuxforum.com/</link>
		<description>How to get things done via command line (CLI).</description>
		<language>en</language>
		<lastBuildDate>Wed, 22 May 2013 20:36:37 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxforum.com/images/styles/HighlightOrange/misc/rss.png</url>
			<title>Linux Forum - Command Line</title>
			<link>http://www.linuxforum.com/</link>
		</image>
		<item>
			<title>Rsync error between two NAS devices</title>
			<link>http://www.linuxforum.com/threads/3906-Rsync-error-between-two-NAS-devices?goto=newpost</link>
			<pubDate>Mon, 29 Apr 2013 19:19:24 GMT</pubDate>
			<description><![CDATA[Hi All, 
I'm fairly new to linux and I'm encountering a problem that I can't seem to figure out. I've tried some of the solutions I've seen on the...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
I'm fairly new to linux and I'm encountering a problem that I can't seem to figure out. I've tried some of the solutions I've seen on the forums with no success.<br />
<br />
Here's my situation: I'm trying to backup all my data from one NAS hard drive to another (they are both Dlink DNS storage devices). I'm trying to use Rsync . . .when I run my code it starts transferring files, but after a little while (usually between 10 -15min) it stops and gives me the following error message:<br />
<br />
Code:<br />
<br />
rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]:<br />
Broken pipe (32)<br />
rsync: connection unexpectedly closed (265874 bytes received so far) [sender]<br />
rsync error: error in rsync protocol data stream (code 12) at<br />
io.c(601) [sender=3.0.7]<br />
<br />
This is the code I am trying to use (I've used ##'s for the passwords and ip addresses):<br />
<br />
<br />
mount -t cifs -o username=###,password=### //192.168.##.###/Volume_1 /mnt/backup1/<br />
mount -t cifs -o username=###,password=### //192.168.##.###/Volume_1 /mnt/backup2/<br />
rsync -rltDz --exclude=.recycle --exclude=.DS_Store /mnt/backup1/ /mnt/backup2/<br />
<br />
<br />
<br />
Any ideas? Thanks very much in advance.</div>

]]></content:encoded>
			<category domain="http://www.linuxforum.com/forums/10-Command-Line">Command Line</category>
			<dc:creator>ruppelju</dc:creator>
			<guid isPermaLink="true">http://www.linuxforum.com/threads/3906-Rsync-error-between-two-NAS-devices</guid>
		</item>
	</channel>
</rss>
