"set owner" option for rsync client

2008-04-09 Thread Corey Stup
I have the following configuration: Server side: rsync daemon running as suid root, use chroot set to false. Client side: rsync client setuid root (so that it can write over other suid root owned files). When doing a :: based rsync to the server, I'd like to have the client be able to create/upd

Re: Linux and Solaris performance

2002-07-17 Thread Corey Stup
> DN: You're onto something here...I just did an un-tar of the file > containing my data (100,000 files) and saw: > > Solaris: 11m:28.5s > Linux:1m26.923s > > That's a hell of a difference. Very peculiar how the sun FS can be so > incredibly slow compared to Linux - and these are

Re: documentation bug for --daemon "use chroot" in conjunction with-o and -g

2002-06-24 Thread Corey Stup
pyxl wrote: > Hi all, > > Tripped over a documentation bug. I'm guessing the behavior I've found > isn't a bug in itself as it's kind of implied by chroot (unless the > /etc/passwd db is read *before* you do the chroot call), so I'm calling > it a documentation bug. I pointed out the same th

Re: rsync 2.5.5 --delete-after option bug

2002-04-23 Thread Corey Stup
> The option --delete-after does not seem to work. > > In a command such as > > rysnc -avzSH --progress --stats --delete-after remote::XYZ/dirX /export/home > files removed from the source are not removed at the destination. > However subsituting --delete for --delete-after does cause

AIX issue using chroot

2002-04-09 Thread Corey Stup
Took a while to figure this one out: Since "use chroot" defaults to true, I was having issues of UID/GID's not mapping between servers. On AIX, if chroot() is called, the getpwuid() calls fail, no longer being able to find /etc/passwd. Since the that call doesn't differentiate between a 'fai