Re: Skipping hardlinks in a copy

2007-03-08 Thread Sri Ramkrishna
On Wed, Mar 07, 2007 at 09:22:08PM -0800, Sriram Ramkrishna wrote: Hi there, For some reason, I sent this mail before I was fully subscribed and I have missed out on the replies. If I don't answer all the responses this is why. > The following command pipeline can give you a list which you cou

Re: Wierd problem with rysnc.

2002-01-30 Thread Sri Ramkrishna
ept for the timestamps of the directories. > Can you demonstrate the problem with a reproducible example? What version > of rsync? What operating system? > > - Dave Dykstra > > > On Thu, Jan 24, 2002 at 04:17:18PM -0800, Sri Ramkrishna wrote: > > Okay, thats

Re: Wierd problem with rysnc.

2002-01-24 Thread Sri Ramkrishna
st. > > - Dave Dykstra > > On Wed, Jan 23, 2002 at 10:52:21AM -0800, Sri Ramkrishna wrote: > > I'm responding to my own mail. I'm adding some extra detail. Yesterday, > > we added another symlink that points to the same file as the symlink that

Re: Wierd problem with rysnc.

2002-01-23 Thread Sri Ramkrishna
ymlink was removed and still nothing in the logs saying it had removed the file. When we removed the symlink and replaced it with a file then the file was untouched while the symlink was deleted. sri On Tue, Jan 22, 2002 at 10:29:10PM -0800, Sri Ramkrishna wrote: > > Hi folks, I'm hav

Re: Error in rsync that I don't understand..

2002-01-14 Thread Sri Ramkrishna
> No, I don't think so because rsync clients don't even call bind(); rsh does > that. The only time rsync calls bind() is when it is running as a --daemon > in the background (not from inetd.conf). Dave, That makes sense to me. Thanks. sri

Re: Error in rsync that I don't understand..

2002-01-14 Thread Sri Ramkrishna
> No, I really don't see how it would be possible for rsync to print that > error. I also see no occurrences of the string "bind:" or "bytes :". I agree that it's not rsync source thats causing the problem, but something in the rsync code calls a system call that calls the one thats failing? Do

Re: Error in rsync that I don't understand..

2002-01-14 Thread Sri Ramkrishna
On Mon, Jan 14, 2002 at 03:20:18PM -0600, Dave Dykstra wrote: > On Mon, Jan 14, 2002 at 10:01:31AM -0800, Sri Ramkrishna wrote: > > > > [I wish the list archives were searchable, this most likely is a repeat > > question] > > You can use google t

Error in rsync that I don't understand..

2002-01-14 Thread Sri Ramkrishna
[I wish the list archives were searchable, this most likely is a repeat question] We have a set of cron jobs that do regular rsyncs mirroring two trees. This has been pretty stable. Over the weekend, almost all of them broke with this message: rresvport: bind: Permission denied (15728) Error

Re: question on IO error message..

2001-12-11 Thread Sri Ramkrishna
On Tue, Dec 11, 2001 at 09:34:08AM -0600, Dave Dykstra wrote: > On Mon, Dec 10, 2001 at 08:13:54PM -0800, Sri Ramkrishna wrote: > > Does anybody know under what conditions does the error, > > "IO ERROR skipping delete" show up? I'm trying to sync some areas > &g

question on IO error message..

2001-12-10 Thread Sri Ramkrishna
Does anybody know under what conditions does the error, "IO ERROR skipping delete" show up? I'm trying to sync some areas and getting this error. My guess is that rsync cannot access all the areas in the source. I got some permission denied errors prior to getting the IO error message.. sri

Re: question on permissions

2001-12-03 Thread Sri Ramkrishna
On Mon, Dec 03, 2001 at 04:05:12PM -0600, Dave Dykstra wrote: > On Mon, Dec 03, 2001 at 01:21:29PM -0800, Sri Ramkrishna wrote: > > I have a question regarding how rsync changes ownership when syncing two > > areas. Currently, I have this situation: > > > > I have t

question on permissions

2001-12-03 Thread Sri Ramkrishna
I have a question regarding how rsync changes ownership when syncing two areas. Currently, I have this situation: I have two areas over a WAN, we are trying to mirror from one site to another. One site is not controlled by us and has different unix groups. When we copy one to the other, we a