On Mon, 2007-12-17 at 19:21 +0000, yordy wrote: > i can't get rsync running, i'm behind a proxy server, export the http_proxy (yum connect to repos fine) server variable and run: > > 1- [ytornes@localhost i386]$ rsync -av --list-only --partial --stats download.fedora.redhat.com:pub/fedora/linux/updates/8/i386 ./ > ssh: connect to host download.fedora.redhat.com port 22: No route to host > rsync: connection unexpectedly closed (0 bytes received so far) [receiver] > rsync error: unexplained error (code 255) at io.c(453) [receiver=2.6.9] > > 2- [ytornes@localhost i386]$ rsync -av --list-only --partial --stats download.fedora.redhat.com::pub/fedora/linux/updates/8/i386 ./ > rsync: failed to connect to download.fedora.redhat.com: Connection refused (111) > rsync error: error in socket IO (code 10) at clientserver.c(104) [receiver=2.6.9] > > rsync don't support http or ftp protocols > > any idea? Hi Yordy, You need to connect to an rsync server. Also, check your syntax on the rsync url.. Try this one: rsync -av --list-only --partial --stats rsync://mirrors.kernel.org/fedora/updates/8/i386 ./ Nataraj > > ----- Mensaje original ---- > De: Axel Thimm <Axel.Thimm@xxxxxxxxxx> > Para: yordy <ymedians@xxxxxxxx>; For users of Fedora <fedora-list@xxxxxxxxxx> > Enviado: domingo, 16 de diciembre, 2007 4:29:02 > Asunto: Re: copying entirely repos > > On Fri, Dec 14, 2007 at 06:33:39PM +0000, yordy wrote: > > hi, i need to make a local copy of some repos (atrpms, updates, > > freshrpms, etc.). i move for one place to another and some time > > don't have an internet connection, i want update my local copies > > when i reach an internet connection. how can i do that?, mirroring > > those repos? > > I would recommend using rsync. > -- > Axel.Thimm at ATrpms.net > > > > > > > ______________________________________________ > ¿Chef por primera vez? > Sé un mejor Cocinillas. > http://es.answers.yahoo.com/info/welcome >