You can still use wget to grab the complete website accross the wire sort of thing. You don't need to tarzip first but it is quicker.
I forget the switches but on your new server you should be able to
wget http://www.myoldsite.co.uk/ -someswitch
and this will grab everything in your public_html and below.
If you had directories outside of public_html (such as password protection scripts, mailing list scripts, log files etc.) then these will not be transfered over.
You could also use rysnc to grab those extra dir's but that's getting a bit tricky now.
You will be able to use your new server via the IP address but try and hold off from giving your customers this information, and don't post it on your hoempage or message board.
I did this once. I notified on the homepage that 'if the site is unavaible try XXX.XXX.XXX.XXX'. Whilst that did work for basic page reading it did not go to well for the php and perl scripts I was using - I had to hard code the mysite.co.uk to XXX.XXX.XXX.XXX and then change it back when the DNS stuff was complete.
Not only that but search engines picked up the IP address. I have a big problem now with search engines indexing some pages on the site twice. Not worried about duplication penalties but I am concerned that when I move hosts in a few weeks I'll have a new IP address and thus any visitors clicking the search engine results pages with IP address in it will not find the new server.
|