Re: Preventing non-root users from transferring root owned files

2007-04-06 Thread rcorujo
t way. > > ..wayne.. > -- > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > > -- View this message in context: http://www.nabble.com/Preventing-non-root-u

Re: Preventing non-root users from transferring root owned files

2007-04-05 Thread Wayne Davison
On Thu, Apr 05, 2007 at 11:54:19AM -0700, rcorujo wrote: > What options do I need to use so that root can copy root owned files, but > non-root users cannot copy root owned files? You need a separate module configured for non-root access (give it a uid/gid of nobody or some other normal user). A

Preventing non-root users from transferring root owned files

2007-04-05 Thread rcorujo
root can copy root owned files, but non-root users cannot copy root owned files? That is, how do I get rsync to honor file permissions the same way that the "cp" command would? Thank you. Rigoberto -- View this message in context: http://www.nabble.com/Preventing-non-root-users