<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;">NFS by default does not allow the root user on the client to have root<br>

permissions on the server. &nbsp;This is because there are lots of uses for<br>
NFS where you may not fully trust the person who administers the client.<br>
&nbsp;As a result, by default NFS maps the root user to the user &quot;nobody&quot;.<br>
<br>
You can turn this off by putting &quot;no_root_squash&quot; in the line in<br>
/etc/exports that defines your NFS share. &nbsp;This will give root users on<br>
the client actual root file permissions on the server. &nbsp;For example,<br>
here&#39;s a line from /etc/exports on my MythTV box:<br>
<br>
/var/video<br>
<a href="http://192.168.10.0/24%28rw,sync,no_root_squash,insecure,no_subtree_check%29" target="_blank">192.168.10.0/24(rw,sync,no_root_squash,insecure,no_subtree_check)</a><br>
<br>
(That should be all one line, but the email client wrapped it.)<br>
<div class="Ih2E3d"><br>
&gt; I&#39;m very open to the idea of an rsync server, what would that consist<br>
&gt; of?<br>
<br>
</div>Start with &#39;man rsyncd.conf&#39;; that should get you started. &nbsp;The details<br>
of how to get rsync to launch in daemon mode automatically depend a bit<br>
on your Linux distribution; if you mention which one you&#39;re using I may<br>
already know how to do it, since I&#39;ve set up a few.<br>
</blockquote></div><br>Thanks a bunch David, I changed my /etc/exports and now she&#39;s syncing fine with sudo.<br><br>I am using Arch linux. I have various rsync commands in my crontab, .bashrc, etc. set to run daily and they go just fine-- is that what we&#39;re talking about? I think by &quot;rsync server&quot; I am taking it to mean another location to rsync to.<br>
<br><br>Thanks very much<br>Bob<br>