scp and symlinks

Jorge Almeida jalmeida
Sat Nov 20 08:59:05 PST 2004


On Sat, 20 Nov 2004, Kurt Wall wrote:

>
> A workaround is to use rsync:
>
> rsync -r -e ssh path user at host:/path
> rsync -r -e ssh user at host:/path path
>
> -r tells rsync to recurse into directovies. -e ssh specifies the remote
> shell (ssh in this case) for rsync to use.
>
It works great (I added the -l flag).
Thank you.

Jorge


More information about the Linux-users mailing list