This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rsync between WinNT and Linux (--perms --owner --group)


Richard Ivarson wrote:
[snip]
> On the Linux PC there are the same two users and the group.

Very unlikely.  Your concept of user/group is wrong.

[snip]
> Does Cygwin's rsync send the user and group names to the Linux rsync at
> all?

No, rsync used uid / gid, the numeric user/group id, not the names, and unless
you did something to synchronize them they are different.

Type `id` on a Cygwin terminal, those numbers is what rsync (and tar, scp, etc.)
record, the username could be anything and it's not used.
-- 
René Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]