Fedora Legacy shutting down

Axel Thimm Axel.Thimm at ATrpms.net
Tue Jan 2 15:49:35 UTC 2007


On Tue, Jan 02, 2007 at 01:08:10PM +0100, Nils Breunese (Lemonbit) wrote:
> Axel Thimm wrote:
> 
> >>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.
> 
> I have trouble gettinng this to work. When I exclude *.rpm and  
> include *legacy*.rpm I seem to receive no rpms at all. I ran the  
> following dry-run command:
> 
> $ rsync -avH --exclude "*.rpm" --include "*legacy*rpm" --dry-run  
> download.fedoralegacy.org::legacy legacy
> 
> 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
> 
> 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.
-- 
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-legacy-list/attachments/20070102/5c682736/attachment.sig>


More information about the fedora-legacy-list mailing list