LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   download/save a site- wget (https://www.linuxquestions.org/questions/linux-software-2/download-save-a-site-wget-346682/)

kpachopoulos 07-25-2005 04:49 PM

download/save a site- wget
 
I want to save in my server a couple of documentation sites. I tried using "wget", but it doesn't work. The structure of the site changes after the download and external links - to other sites- cannot be saved.
I use for example "wget -Nkr --tries=8 --no-parent --level=3 --dot-style=binary --cut-dirs=3".
Has anybody done this using wget? Perhaps i don't use the right parameters. I've seen some of these programs for windows
Any ideas?

stzein 07-26-2005 12:22 PM

Quote:

The structure of the site changes after the download
Maybe you can solve this by using -x to force the recreation of the directory structure.

I'm not sure about the external links. Do you want to save all the external content that's linked on a website? If so, I wouldn't know if/how you could achieve that.


All times are GMT -5. The time now is 04:17 PM.