rsync

ajay sysadmin at tivimtech.com
Wed Apr 27 03:36:47 UTC 2005


thanks a lot

rgds

ajay
----- Original Message ----- 
From: Rick Stevens <rstevens at vitalstream.com>
To: Getting started with Red Hat Linux <redhat-install-list at redhat.com>
Sent: Tuesday, April 26, 2005 9:59 PM
Subject: Re: rsync


> ajay wrote:
> > can i sync my ftp server to my local folder?
> > i am using this command for this but not working
> > rsync -avz macmillan-tivimtech at tivimtech.com:21 
> > <mailto:macmillan-tivimtech at tivimtech.com:21> /home/ajay/tivim/
> >  
> > tell me correct syntax
> 
> rsync and ftp are totally different protocols and do not speak the same
> language.  You must run rsyncd on the server and then the syntax is
> something like one of the following (all will work):
> 
> rsync -avz user at hostname:publishingpoint /home/ajay/tivim
> rsync -avz user at hostname::publishingpoint /home/ajay/tivim
> rsync -avz rsync://user@hostname/publishingpoint \
> /home/ajay/tivim
> 
> rsync runs on TCP port 873.  Look at the man page for rsync.
> ----------------------------------------------------------------------
> - Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
> - VitalStream, Inc.                       http://www.vitalstream.com -
> -                                                                    -
> -      To err is human, to forgive, beyond the scope of the OS       -
> ----------------------------------------------------------------------
> 
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-install-list
> To Unsubscribe Go To ABOVE URL or send a message to:
> redhat-install-list-request at redhat.com
> Subject: unsubscribe




More information about the Redhat-install-list mailing list