Re: Fedora Legacy shutting down

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: pgprQxEMp6vUl.pgp
Description: PGP signature

--
fedora-legacy-list mailing list
fedora-legacy-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-legacy-list

[Index of Archives]     [Fedora Development]     [Fedora Announce]     [Fedora Legacy Announce]     [Fedora Config]     [PAM]     [Fedora General Discussion]     [Big List of Linux Books]     [Gimp]     [Yosemite Questions]

  Powered by Linux