Hi! I want to make mirror of this site: http://znik.wbc.lublin.pl/ChemFan/ However that site also includes (has a link to) an archive on another server under the addresses: http://lists.man.lodz.pl/pipermail/chemfan/ ftp://ftp.man.lodz.pl/pub/doc/LISTY-DYSKUSYJNE/CHEMFAN so I want to download them as well but not the directories above (no parent directories).
Can it be done in one go? I worked out something like this: wget -m -nv -k -K -E -nH -p -np -t 1000 -D wbc.lublin.pl, lists.man.lodz.pl, ftp.man.lodz.pl -o logchemfanpl -P $HOME/web/chemia http://znik.wbc.lublin.pl/ChemFan/ but it seems that that way it would take everything from this place: http://lists.man.lodz.pl/ while I want only http://lists.man.lodz.pl/pipermail/chemfan/ How does the options -D and -I work? Can I put the whole URL with directories path as address in -D? Is -np command working only with the downloaded URL only (in this case http://znik.wbc.lublin.pl/ChemFan/) or perhaps it would also work with URLs set after -D and -I options? I cannot figure out how to do it in one go and do not download parent directories in these addresses: http://lists.man.lodz.pl/pipermail/chemfan/ ftp://ftp.man.lodz.pl/pub/doc/LISTY-DYSKUSYJNE/CHEMFAN Any suggestions appreciated! Cheers! ak
