On 4 Apr 2002 at 1:48, Dan Fish wrote: > I appologize if this this subject has already been discussed, but I'm new to > the list and the link I have for the archive server > (http://fly.cc.fer.hr/archive/wget) is either broken or the server is down.
That's been broken for some time, but there are other archives at <http://www.mail-archive.com/wget%40sunsite.dk/> and <http://www.geocrawler.com/archives/3/409/> > I'd like to set up wget on two different machines so they each mirror the > same specific directory structure on the other machine. Various files on > either machine may be updated or created and I'd like to make sure the > latest version gets mirrored by the other machine, so basically it boils > down to having a complete set of the last updated files on both machines. > > I would assume I would need to have wget ignore the .listing files to keep > from confusing itself. Are there any other considerations?? If both machines are Unix-based and under your control, have you considered using rsync?
