|

List Home > Web Servers > [ Post New Problem ]
Welcome back !
| TrackingID : | 1975 |
| Posted : | Thursday, January 20th, 2005 07:15:35 AM |
| By : | minky |
| How do transfer data from old website to new one? | Configuration: |
Is there any way to transfer a complete website quickly from a old host to a new one?
Both my old and new webhosts have linux.
| Operating System : Redhat Linux 9
|
Related Problems : Comments :
Re: How do transfer data from old website to new one? by Anonymous Ghost on January 20th, 2005 07:52:48 AM test |
Re: How do transfer data from old website to new one? by Anonymous Ghost on January 20th, 2005 07:55:11 AM Transfering files to New Host:-
1. Log into telnet in your old host's servers, go the your public_html
directory, and type in the following command:
tar -cpzf yourdomain.tar.gz * |
Re: How do transfer data from old website to new one? by Anonymous Ghost on June 03rd, 2005 01:03:04 PM SSH to OLD_SERVER;
# scp -r old_dir NEW_SERVER:/new_dir
*or*
FTP to OLD_SERVER;
Download old files.
FTP to NEW_SERVER;
Upload old files.
*or*
use SFTP instead of FTP.
*or*
you know how to read? try google.
get a book. do some research. most important of all; read and think.
*or*
RTFM :) |
Related Problems :
List Home > Web Servers > [ Post New Problem ] |
|