Bob Goodwin <bobgoodwin <at> wildblue.net> writes: > I just tried rsync a couple of times on two different source addresses > but it kept giving me error message: > > [root <at> box6 bobg]# rsync -av > http://fedora.osuos.org/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-DVD.iso > /home/bobg/Downloads/Fedora-13-i386-DVD.iso > ssh: connect to host http port 22: Connection timed out > rsync: connection unexpectedly closed (0 bytes received so far) > [Receiver] > rsync error: unexplained error (code 255) at io.c(601) [Receiver=3.0.7] > > Likely something I was doing wrong? 1) You need to replace "http://" by "rsync://" in the URL, in order to use rsync. This is what caused the above error. 2) You need to pick a mirror that has rsync from the mirror list (most don't, including the one you're now using): http://mirrors.fedoraproject.org/publiclist/Fedora/ -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines