On Wed, Mar 28, 2001 at 06:00:35PM +0100, M. Drew Streib wrote:
> On Wed, Mar 28, 2001 at 08:52:01AM -0800, [EMAIL PROTECTED] wrote:
> > can you PLEASE tell me how I get rsync to copy file #3 AND the file
> > in the sub directory pointed to by the symbolic link ( file #2 ) to 
> > from machine #1 to machine #2?
> 
> Not quite sure of exactly what you're wanting, but have you looked
> at the '-l' (copy symbolic links) and '-L' (treat symbolic links as
> ordinary files) options?

Also --copy-unsafe-links which preserve symlinks inside the source tree
but treats symlinks that point outside the source tree as regular files.

- Dave Dykstra

Reply via email to