I&#39;m just checking...  the IP 0.0.0.0 has been changed to protect the innocent, right?<div><br></div><div>Lets try this:</div><div>echo the rsync command so it will show up on the log.</div><div>&quot;echo RSYNC Exit Code: $?&quot; after the rsync in your cron job<br clear="all">

<br></div><div>That leaves you with this:</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><font face="Courier New">#!/bin/sh</font><font face="Courier New"><br>

</font><font face="Courier New">echo &#39;****************************************&#39;</font><font face="Courier New"><br></font><font face="Courier New">echo &#39;BEGIN BACKUP&#39;</font><font face="Courier New"><br></font><font face="Courier New">date</font><font face="Courier New"><br>

</font><font face="Courier New">echo &#39;****************************************&#39;</font><font face="Courier New"><br></font><font face="Courier New"><br></font><font face="Courier New"># ssh uses public/private key authentication</font><font face="Courier New"><br>

</font><font face="Courier New">echo /mnt/DroboFS/Shares/DroboApps/rsync/rsync -avz -e &#39;ssh -i /root/rsync-key&#39; </font><font face="Courier New">--rsync-path=/mnt/DroboFS/Shares/DroboApps/rsync/rsync</font><font face="Courier New">root@0.0.0.0:/mnt/DroboFS/Shares /mnt/DroboFS/</font></span></div>

<div><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><font face="Courier New"></font><font face="Courier New"><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; "><font face="Courier New">/mnt/DroboFS/Shares/DroboApps/rsync/rsync -avz -e &#39;ssh -i /root/rsync-key&#39; </font><font face="Courier New">--rsync-path=/mnt/DroboFS/Shares/DroboApps/rsync/rsync</font><font face="Courier New">root@0.0.0.0:/mnt/DroboFS/Shares /mnt/DroboFS/</font></span></font></span></div>

<div><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><font face="Courier New"><span class="Apple-style-span" style="font-family: arial, sans-serif; "><font face="Courier New"></font></span>echo rsync exit code: $?<br>

</font><font face="Courier New"><br></font><font face="Courier New">echo &#39;****************************************&#39;</font><font face="Courier New"><br></font><font face="Courier New">echo &#39;END BACKUP&#39;</font><font face="Courier New"><br>

</font><font face="Courier New">date</font><font face="Courier New"><br></font><font face="Courier New">echo &#39;****************************************&#39;</font></span><br><br>Shawn T Perry<br>Red Mop Computing Services<br>

email: <a href="mailto:shawn@redmop.com" target="_blank">shawn@redmop.com</a><br>office: 720-319-7627<br>cell: 303-881-2623<br>web: <a href="http://www.redmop.com/" target="_blank">http://www.redmop.com</a><br>
facebook: <a href="http://www.facebook.com/pages/Red-Mop-Computing-Services/114352628589778" target="_blank">http://www.facebook.com/pages/Red-Mop-Computing-Services/114352628589778</a><br>linkedin: <a href="http://www.linkedin.com/in/shawnperry" target="_blank">http://www.linkedin.com/in/shawnperry</a><br>


<br><br><div class="gmail_quote">On Wed, Jun 1, 2011 at 6:14 PM, Collins Richey <span dir="ltr">&lt;<a href="mailto:crichey@gmail.com">crichey@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Wed, Jun 1, 2011 at 12:38 PM, Brian Gibson &lt;<a href="mailto:bwg1974@hotmail.com">bwg1974@hotmail.com</a>&gt; wrote:<br>
&gt; OK I have a pair of Drobo FS NAS devices.<br>
&gt;<br>
&gt;<br>
&gt; Kernel  :Linux Drobo-FS 2.6.22.18<br>
&gt; BusyBox v1.14.2 (2009-07-29 17:47:47 PDT) multi-call binary<br>
&gt;<br>
&gt; One is the file server, the other is the backup device.  I can manually<br>
&gt; rsync between the two via the command line during a ssh session to the<br>
&gt; backup device.  It works if I call the rsync command directly or via the<br>
&gt; shell script that calls the rsync command.<br>
&gt;<br>
</div><div class="im">****************&#39;<br>
&gt;<br>
&gt; # ssh uses public/private key authentication<br>
&gt; /mnt/DroboFS/Shares/DroboApps/rsync/rsync -avz -e &#39;ssh -i /root/rsync-key&#39;<br>
&gt; --rsync-path=/mnt/DroboFS/Shares/DroboApps/rsync/rsync<br>
&gt; root@0.0.0.0:/mnt/DroboFS/Shares /mnt/DroboFS/<br>
<br>
</div>Wow, you&#39;ve got me stumped. The usual problem in cron scripts is the<br>
lack of environment settings but you&#39;ve got a fully qualified path to<br>
the executable.<br>
<br>
I&#39;ll be curious to know the answer.<br>
<font color="#888888"><br>
--<br>
Collins Richey<br>
     If you fill your heart with regrets of yesterday and the worries<br>
     of tomorrow, you have no today to be thankful for.<br>
_______________________________________________<br>
clue mailing list<br>
<a href="mailto:clue@cluedenver.org">clue@cluedenver.org</a><br>
<a href="http://cluedenver.org/mailman/listinfo/clue" target="_blank">http://cluedenver.org/mailman/listinfo/clue</a><br>
</font></blockquote></div><br></div>