On Tue, Aug 25, 2009 at 6:58 PM, Mahalingam Subramaniam<[email protected]> wrote: > Dear All > I try to download Fedora 11 using "rsync -av" command which keep fails when I > execute it as follows: > rsync -av > host:http://download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-DVD.iso > or > rsync -av > <http://download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-DVD.iso>http://download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-DVD.iso > kindly rectify the error.
I normally use this command with rsync for backups (recursive). $ rsync -avzp --delete (source-dir) (dest-dir) -Girish -- Gayatri Hitech web: http://gayatri-hitech.com SpamCheetah Spam filter: http://spam-cheetah.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
