--- On Thu, 3/9/09, Rajesh Kumar <[email protected]> wrote:
> From: Rajesh Kumar <[email protected]> > Subject: [Ilugc] Backup: rsync using FTP error > To: [email protected] > Date: Thursday, 3 September, 2009, 6:28 PM > Dear Friends > > I have used Cent OS in my own system. I > would like to > take the backup using rsync - ssh and ftp. I got the backup > from ssh, > command is, *# rsync -avz -e ssh hostname:/source > destination * > > But, when i take the backup from ftp its shown some > error > *# rsync -avz -e ftp://hostname:/source destination > > *so, How can i take the backup from using the rsync with > ftp. > I don't think that will be possible. rsync requires rsync command to be execute on either side, compare and transmit the changes. As far as I know ftp doesn't allow such flexibility which ssh has. Raman.P blog:http://ramanchennai.wordpress.com/ Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/ _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
