Site backup
James McDonald
james at jamesmcdonald.id.au
Fri May 14 14:17:52 PDT 2010
On 14/05/10 21:13, wade barocsi wrote:
> Hi Folks,
>
> One of my favorite websites is closing down.
> Is there a utility or easy way to save the entire site before it goes away?
>
>
> Thanks,
>
> Wade Barocsi
>
wget with a caveat. If the site relies on javascript to display menus
there is a possibility that wget will not follow the links. You also
need to set the link following depth of wget with the -r recursive
option and -l n where n is the number of levels and make sure you tell
wget to only follow links for the site and not other domains.
wget --help or man wget is your friend...
More information about the Linux-users
mailing list