Hello all, I am trying to mirror [almost] a site http://cr.yp.to. Now there are some things I don't want like for example all .txt, .shtml, .pdf, .ps files also, I don't want some URLs like http://cr.yp.to/course, http://cr.yp.to/talk [just examples]. And also I don't want wget to wander from http://cr.yp.to , so I gave command like,
nohup wget -r -l -Dcr.yp.to -nc -R .ps,.pdf,.dvi,.shtml -X http://cr.yp.to/courses.html,http://cr.yp.to:80/mirror/,http://cr.yp.to/papers.html,http://cr.yp.to/bib.html,http://cr.yp.to/talks.html,http://cr.yp.to/conferences.html,http://cr.yp.to/djb.html,http://cr.yp.to/mirrors.html,http://cr.yp.to/rights.html,http://cr.yp.to/softwarelaw.html,http://cr.yp.to/distributors.html,http://cr.yp.to/patents.html,http://cr.yp.to/1998-100.html,http://cr.yp.to/2001-260.html,http://cr.yp.to/1997-275.html,http://cr.yp.to/1999-275.html,http://cr.yp.to/1998-401.html,http://cr.yp.to/2000-436.html,http://cr.yp.to/1997-494.html,http://cr.yp.to/1995-514.html,http://cr.yp.to/2000-515.htmlhttp://cr.yp.to/1999-541.html,http://cr.yp.to/papers/ http://cr.yp.to & But I was getting few files which I didn't want and didn't get some files which I wanted. Can someone please tell me what wrong I am doing? Thanks a lot and waiting for the reply. Bye and take care. -Payal
