> -----Original Message-----
> From: Dave Dykstra [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 23, 2001 11:51 AM
> To: Magdalena Hewryk
> Cc: [EMAIL PROTECTED]
> Subject: Re: how to promote files instead of mirroring files
>
> Take a look at -u or --update which only updates files that
> are newer on
> the sending side than the receiving side. Files that are newer on the
> receiving side (and of course files that haven't been
> modified at all) are
> left alone.
>
> - Dave Dykstra
>
Thanks a lot for a hint. The "-au" option works fine and it is doing exactly
what I want rsync to do.
Even if I modify files on host2, but don't modify the same files on host1
those files are not copied over to host2 form host1. Only when I modify
those files on host1 they are copied over to host2. Perfect!
Thanks,
Magda