Re: Fedora Legacy shutting down
Axel Thimm <[email protected]> Tue, 2 Jan 2007 16:49:35 +0100
| Newsgroups | gmane.linux.redhat.fedora.legacy |
|---|---|
| Message-ID | <[email protected]> |
--===============0001535359== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QNDPHrPUIc00TOLW" Content-Disposition: inline --QNDPHrPUIc00TOLW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 02, 2007 at 01:08:10PM +0100, Nils Breunese (Lemonbit) wrote: > Axel Thimm wrote: >=20 > >>Is there an easy way to just download > >>(rsync?) the legacy updates? > > > >I think all packages have "legacy" in their names, so using proper > >rsync options like excluding '*.rpm' and then including '*legacy*rpm' > >should work. >=20 > I have trouble gettinng this to work. When I exclude *.rpm and =20 > include *legacy*.rpm I seem to receive no rpms at all. I ran the =20 > following dry-run command: >=20 > $ rsync -avH --exclude "*.rpm" --include "*legacy*rpm" --dry-run =20 > download.fedoralegacy.org::legacy legacy >=20 > What am I doing wrong here? The order needs to be reversed (rsybc stops at first match), e.g. something like rsync -nvaH --delete \ --include '*legacy*rpm' \ --include '*/' \ --exclude '*' \ --stats \ rsync://download.fedoralegacy.org/legacy/ \ legacy yields: [...] > Number of files: 3090 > Number of files transferred: 2737 > Total file size: 10481717817 bytes > Total transferred file size: 10285704687 bytes > Literal data: 0 bytes > Matched data: 0 bytes > File list size: 147410 > Total bytes sent: 11050 > Total bytes received: 158395 >=20 > sent 11050 bytes received 158395 bytes 7210.43 bytes/sec > total size is 10481717817 speedup is 61859.12 which seems to be matching the 10GB mentioned before. --=20 Axel.Thimm at ATrpms.net --QNDPHrPUIc00TOLW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFmn8PQBVS1GOamfERAiVMAJ913Fn+F33rUkj4kjW1ekqVuMnTpwCfbcUw lG6ULlBzxR5QlnUKK0VcrTk= =0b6n -----END PGP SIGNATURE----- --QNDPHrPUIc00TOLW-- --===============0001535359== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- fedora-legacy-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-legacy-list --===============0001535359==--