<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div>I noticed that the rsync is running as root. As &quot;root&quot; user on the client, are you able to mkdir directories or touch files on the NFS mounted directory ? NFS servers by default do not allow write access to exported directories by &quot;root&quot; user on clients (user &quot;root&quot; typically gets mapped to user &quot;nobody&quot;). If you need write access as &quot;root&quot; user from the NFS client, the NFS server typically would have an option (like &quot;no_root_squash&quot; or &quot;--maproot=root&quot;) while exporting the directory to allow this. If you&#39;re not already doing it, you might also want to restrict the NFS exported directory (on the NFS server) to only the clients from where you need access to them.<br>

<br>Also, when using rsync to transfer data between machines, a rsync server would be a good alternative to consider (instead of exporting directories using NFS)<br><br>-=Venkat=-<br></div></div>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br>Thanks a ton Venkat, I just did an rsync and it is working, however for certain stuff like /etc and such, I still get permission denied (stuff that is root on the server).<br><br>I got a bit confused there with your explanation of setting the option(s) to allow root from my server to write to my desktop (backup spot), could you clarify? (Sorry lol)<br>
<br>I&#39;m very open to the idea of an rsync server, what would that consist of? I currently have my desktop and server, and an external SATA in enclosure that I typically plug into my desktop via eSata (if that&#39;s of significance here).<br>
<br><br>Thanks again<br>Bob<br>