On Thu, Sep 02, 2004 at 04:05:08PM +0200, Essyug wrote:
> My test directory on W2k and all its content are owned by 
> DOMAIN\testuser, which is a domain administrator.

Rsync only tries to change file ownership if it thinks that it is
running as root, and that test is currently a simple comparison of the
effective UID against 0.  You might try outputting the value of
geteuid() (or getuid() if geteuid() doesn't exist) and seeing if your
root user has a non-zero value.

..wayne..
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to