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
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
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.
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
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
hat.
Thanks in advance
Raj
=
__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
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
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