Re: keep group and owner on part of the files

2007-02-13 Thread Paul Slootman
On Tue 13 Feb 2007, Mark, Oren wrote: > I use rsync daemon to replicate disks between sites. > > I am replicating the disks using rsync -avzx command. The thing is that > I have in one site the same UNIX group but with different GID. So > someone with the same UID can access the group on the sou

keep group and owner on part of the files

2007-02-13 Thread Mark, Oren
Hi, I use rsync daemon to replicate disks between sites. I am replicating the disks using rsync -avzx command. The thing is that I have in one site the same UNIX group but with different GID. So someone with the same UID can access the group on the source but not on the destination. Is th