How to move a site without having to upload everything from HD ?
Moving a site from one host to another. How ?
Collapse
X
-
Tags: None
-
Most hosts will do it for you.
If not go into SSH gzip it i believe. Then download then upload to new box then g unzipComment
-
-
any way to download straight to a new host ? whithout having to download to HD ?Originally posted by juicylinks
Most hosts will do it for you.
If not go into SSH gzip it i believe. Then download then upload to new box then g unzipComment
-
flashfxp ya. or i just go into my dedicated tar it up and ftp the tarball.Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

My Newest ThemeComment
-
Originally posted by Shaddam IV
anyone knows the FTP commands ?
unix commands via SSH you need. Not ftp.Comment
-
do this:
tar czf files.tar.gz foldyouwanttomove
then, on the new host, do:
scp [email protected]:/path/to/fils.tar.gz .
the tar xzf files.tar.gz
boom, yer doneI'm waiting for the Mr Fushion Fleshlight so I can wank my way back to the future!Comment
-
-
-
If both severs suport it,Originally posted by Shaddam IV
just installed Flash FXP.
so, how to do it ?
See: theres it looks like a split ftp program in 2...
enter you pass/login on one side and do the same for the other.
log into both sites ... select all the folders and upload.
Comment
-
i installed it on my Win XP.Originally posted by Vitasoy
If both severs suport it,
See: theres it looks like a split ftp program in 2...
enter you pass/login on one side and do the same for the other.
log into both sites ... select all the folders and upload.
right ?Comment
-
You still need help? What are the os if you do and I will help.Like the desert needs the rain
We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001Comment
-
Originally posted by Shaddam IV
i installed it on my Win XP.
right ?
If that's your OS (operating system) yes.
Click on the program to load it up, and follow those steps.
Comment
-
Originally posted by kenny
Will that still work if you have like 80 gigs of files to move?
Sure why not? I'll be faster too. (but depends on how fast the upload/download the servers are).Comment
-
Ill do it for you, hit me up on AIM: NJesterIII
or ICQ: 64791506
or MSN: [email protected]
easy if you wanna do it yourself, no need to tar the files as SCP has a compression mode that compresses on the sending end and decompresses on the receiveing end....
cd /home/yourdirectory
scp -Cpr * yourusername@yournewhostipordomain:/path/to/destination/directory
Once it starts going, press ctrl-z then type BG to put it in the background that way if you get disconnected from SSH your transfer keeps running on the server even though you have disconnected.
Oh and just in case, if you have not picked a new host yet.... see sig. :-)Comment
-



Comment