On Wed, Oct 30, 2002 at 02:02:20AM +0100, Tollef Fog Heen wrote: > would you make the appropriate files (*.jigdo and *.template) > available through anonymous rsync? I had to wget -r to get them, and > that gives me lots of unneeded files (HTML stuff mostly). And it's > hard to keep up-to-date.
Well, rsync isn't really /that/ useful for jigdo/template files because the data of those files is compressed in an rsync-unfriendly way with zlib... wget's mirror functionality isn't great. You could try lftp instead, it can omit the HTML files and also delete old files: lftp -c 'open http://foo.com/bar/; mirror --verbose --delete . /tmp/bar' Cheers, Richard -- __ _ |_) /| Richard Atterer | CS student at the Technische | GnuPG key: | \/¯| http://atterer.net | Universität München, Germany | 0x888354F7 ¯ '` ¯ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]