Kelley Terry <[EMAIL PROTECTED]> writes: > I installed a new hard drive. I want to save the web sites I > downloaded with wget. The links in the files were automacally > changed relative from the web sites to point to within the local > file structure. If I just copy the directories over to the new > drive I'll lose all the functionality of the HTML links. I tried > using wget to retrieve from the one drive and copy to new drive and > convert the links like this: [...]
Wget doesn't support copying from the file system. But there should be no need to do that just to convert links -- it is perfectly OK to just move the files, as long as you used `--convert-links' when you downloaded the files from the web.
