View Single Post


Old
  Post #14 (permalink)   12-12-2008, 01:32 PM
Digitallinx
VPS Wizard
 
Digitallinx's Avatar
 
Join Date: Sep 2008
Posts: 55
Send a message via AIM to Digitallinx Send a message via MSN to Digitallinx

Status: Digitallinx is offline
Code:
mysqldump -uuser -ppass wp_blog > /home/user/public_html/wordpress/db.sql; tar zxfv blog.tgz /home/user/public_html/wordpress; scp blog.tgz user@new.host:/blog.tgz; ssh user@new.host 'tar zxf blog.tgz; mysql -uuser -ppass wp_blog < /home/user/public_html/wordpress/db.sql'
__________________
VPS Hosting
VPS Affiliate Program 110% Commission
New VPS reseller program available
The opinions expressed on this site are my own and do not necessarily represent those of my employer