|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
So Fucking Banned
Join Date: Sep 2004
Posts: 810
|
Moving a site from one host to another. How ?
How to move a site without having to upload everything from HD ?
|
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Feb 2003
Location: Deep inside my mind
Posts: 1,118
|
My host moved mine for me. They even helped make sure all of my scripts were running.
|
|
|
|
|
|
#3 |
|
So Fucking Banned
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
|
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 unzip |
|
|
|
|
|
#4 |
|
So Fucking Banned
Join Date: Sep 2004
Posts: 810
|
anyone knows the FTP commands ?
|
|
|
|
|
|
#5 | |
|
So Fucking Banned
Join Date: Sep 2004
Posts: 810
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Jan 2004
Location: Winnipeg, Canada - *cough* check sig *cough*
Posts: 1,258
|
You might be able to use that flash fxp ftp program to transfer from 1 ftp to the other.
|
|
|
|
|
|
#7 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,468
|
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 Cam Feeds Script |
|
|
|
|
|
#8 | |
|
So Fucking Banned
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
|
Quote:
unix commands via SSH you need. Not ftp. |
|
|
|
|
|
|
#9 |
|
Too lazy to set a custom title
Join Date: Feb 2003
Posts: 12,240
|
FXP
__________________
I post on GFY so that when people ask me what I do, I can tell them that I work with the mentally retarded. |
|
|
|
|
|
#10 |
|
Confirmed User
Industry Role:
Join Date: Dec 2002
Location: Phoenix, Arizona
Posts: 805
|
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 done |
|
|
|
|
|
#11 |
|
So Fucking Banned
Join Date: Sep 2004
Posts: 810
|
ok thanks, i'm gonna try your suggestions
|
|
|
|
|
|
#12 |
|
Confirmed User
Industry Role:
Join Date: Dec 2001
Posts: 7,952
|
use wget
|
|
|
|
|
|
#13 |
|
So Fucking Banned
Join Date: Sep 2004
Posts: 810
|
just installed Flash FXP.
so, how to do it ? |
|
|
|
|
|
#14 | |
|
GFY HALL OF FAME DAMMIT!!!
Join Date: Oct 2003
Posts: 58,202
|
Quote:
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. |
|
|
|
|
|
|
#15 | |
|
So Fucking Banned
Join Date: Sep 2004
Posts: 810
|
Quote:
right ? |
|
|
|
|
|
|
#16 |
|
Confirmed User
Industry Role:
Join Date: Aug 2002
Posts: 9,752
|
You still need help? What are the os if you do and I will help.
|
|
|
|
|
|
#17 |
|
Confirmed User
Industry Role:
Join Date: Mar 2002
Posts: 7,245
|
Will that still work if you have like 80 gigs of files to move?
|
|
|
|
|
|
#18 | |
|
GFY HALL OF FAME DAMMIT!!!
Join Date: Oct 2003
Posts: 58,202
|
Quote:
If that's your OS (operating system) yes. Click on the program to load it up, and follow those steps. |
|
|
|
|
|
|
#19 | |
|
GFY HALL OF FAME DAMMIT!!!
Join Date: Oct 2003
Posts: 58,202
|
Quote:
Sure why not? I'll be faster too. (but depends on how fast the upload/download the servers are). |
|
|
|
|
|
|
#20 |
|
Confirmed User
Join Date: Feb 2004
Location: ICQ: 132497047
Posts: 4,467
|
if u need help, hit me up
|
|
|
|
|
|
#21 | |
|
Confirmed User
Industry Role:
Join Date: Mar 2002
Posts: 7,245
|
Quote:
Lets say both servers preform average speed wise |
|
|
|
|
|
|
#22 |
|
Confirmed User
Join Date: Dec 2002
Location: San Diego, CA
Posts: 3,047
|
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. :-) |
|
|
|
|
|
#23 |
|
So Fucking Banned
Join Date: Sep 2004
Posts: 810
|
Ok, I got it.
Thanks everyone |
|
|
|