Hi,<br><br><br><div><span class="gmail_quote">On 10/09/06, <b class="gmail_sendername">Neil Greenwood</b> <<a href="mailto:neil.greenwood.lug@gmail.com">neil.greenwood.lug@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
sudo is your friend!</blockquote><div><br>that's what I originally thought, and I tried it using sudo, but it started<br>generating errors when it encountered files that belonged to my<br>wife. I suspect (but I'm very unsure) that this may have been because
<br>of the write privs. on the target machine?<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">To change the users who can run commands, you might be able to use the
<br>'User Priviledges' tab on 'Users and Groups' on the System ><br>Administration menu. You can definitely change it using the 'visudo'<br>command from a terminal. The format of the file is documented at 'man<br>sudoers', although I've just simply got the following line at the end
<br>of the file, where my user is neilg:<br><br>neilg   ALL=(ALL) ALL</blockquote><div><br>Thanks for that. On previous versions of Ubuntu, I have simply added the<br>user to the 'admin' group, and this allowed them sudo privs, but that
<br>doesn't work on the Dapper install I'm using now. Dunno why.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>To summarise, change your command from:
<br>  rsync -e ssh -varuzP /home bkp_server:/media/data/homebkp<br>to:<br>  sudo rsync -e ssh -varuzP /home bkp_server:/media/data/homebkp<br><br>and it should copy all users' files.</blockquote><div><br>I'll give this another try. Thanks for the pointers.
<br> </div></div>Regards,<br><br>Glenn.<br>