On 1/23/06, Sudev Barar <[EMAIL PROTECTED]> wrote:
>
> On 1/23/06, ankush grover <[EMAIL PROTECTED]> wrote:
> >
> > rsync -pzv -e "ssh -l demo --port=50000" --progress [EMAIL PROTECTED]::mail
> > /home/demo/ demo.swx
>
> rsync -avzP -e"ssh --port=50000" [EMAIL PROTECTED]:/path/to/directory 
> /local/path
>
> No "/" at end of path will copy the entire tree below /path/to/host
> and create a directory host under /local/path
>
> No point of using things like -p as these are defaul behavious in any
> case. I would run this additionally with -n option the first time as
> it does not do anything but allows you to see what rsync is going to
> do.
>
> HTH
>
> --
> Sudev Barar
> Learning Linux
>
> Hey Mr.Sudev ,

thanks for your guidance rsync is working fine.

Thanks & Regards

Ankush Grover
_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to