RE: Cannot get updates from server
"Dan Tucny" <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <013a01c229fc$65109c40$6401a8c0@tucxp1> |
I use wget, a little script below, doesn't do anything clever, but it seems to work reasonably well, crontab'd to run nightly :) Dan #!/bin/sh cd /usr/local/nfs/updates/new wget -m -q ftp://www.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/linux/updates/7.2 / wget -m -q ftp://www.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/linux/updates/7.3 / /etc/init.d/current stop /usr/sbin/cadmin -v create redhat-7.2 >null /etc/init.d/current start -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Matthew Dodson Sent: 13 July 2002 00:22 To: [email protected] Subject: Re: [Current-server] Cannot get updates from server Don't know if this is the best way but I use ncftp. It only updates new files(incremental). sample command: ncftpget -d /var/current/logs/update72.log -R updates.redhat.com /var/current/RedHat/7.2/updates/en/os/ /7.2/en/os/i386/ > /dev/null On Fri, 2002-07-12 at 18:12, Yiping Zhang wrote: > Mindaugas Riauba wrote: > > > Got it. Everything working fine now. Thanks. > > > > So scenario seems to be the following: > > - mirror updates directory; > > > a slightly off-topic but related question: waht's the best way of > pooling down the latest updated rpms ? I downloaded all 400 MB + update > directory a month ago, now I just want the latest changes since then but > I don't know which particular packages have been updated since. > > Is there a simple and easy way of getting incremental updates ? > > Yiping > > > - stop current; > > - cadmin create <channel_name> > > - start current. > > > > Mindaugas > > > > > >_______________________________________________ > >Current-server mailing list > >[email protected] > >http://lists.dulug.duke.edu/mailman/listinfo/current-server > > > > > > > > > > _______________________________________________ > Current-server mailing list > [email protected] > http://lists.dulug.duke.edu/mailman/listinfo/current-server