Rsync

2002-01-24 Thread Raj
Tim, Currently I have rsync setup on hosta which syncs to hostb. Rsync deletes whatever deleted from hosta and copy and sync from hosta to hostb. Does rsync catch changes made and sync hosta in case any changes are made to hostb? Please let me know. Thanks Raj

rsync errors

2001-10-18 Thread Raj
Hi! List, I installed rsync, configured ssh. I need help in configuring rsyncd.conf. Could anyone email me a sample of rsyncd.conf under /etc. Thanks in advance Raj = __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http

Re: rsync errors

2001-10-18 Thread Raj
ssh not rsh but I don't know where to look. Please help. Thanks --- Raj <[EMAIL PROTECTED]> wrote: > > Hi! List, > I installed rsync, configured ssh. I need help in > configuring rsyncd.conf. Could anyone email me a > sample of rsyncd.conf under /etc.

Re: rsync errors

2001-10-18 Thread Raj
List, I also tried the following command, it does not copy any files to remote host but gives a error rsync -Cavze ssh . rmt_host:/backup error:unexpected EOF in read_timeout --- Raj <[EMAIL PROTECTED]> wrote: > I need to use rsync to copy /thirdparty/dynamo/web > on > host a

Re: rsync errors

2001-10-19 Thread Raj
0,8304,25970,27680,26721,25451,25970), > ".\n" ' > "There are some who call me Tim?" > > > > > > Raj <[EMAIL PROTECTED]>@lists.samba.org on 10/18/2001 > 04:15:16 PM > > Sent by: [EMAIL PROTECTED] > > > To: "[EMAIL

hanging issues

2001-10-23 Thread Raj
hat. Thanks in advance Raj = __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com

[PATCH] Add missing prototypes to function declarations

2022-08-16 Thread Khem Raj via rsync
With Clang 15+ compiler -Wstrict-prototypes is triggering warnings which are turned into errors with -Werror, this fixes the problem by adding missing prototypes Fixes errors like | log.c:134:24: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstric

Re: Problems building rsync with Clang 15 beta

2022-08-18 Thread Khem Raj via rsync
On Thu, Aug 18, 2022 at 8:22 AM Paul Eggert wrote: > > On 8/17/22 23:58, Khem Raj wrote: > > rsync which add -pedantic-errors option to cflags during configure > > OK, that's the problem then. 'configure' should not use flags like > -pedantic-errors. This h