Results 1 to 9 of 9
-
16th Jun 2011, 08:03 PM #1OPBannedWebsite's:
IMGit.org ShareBB.org ShareBB.infoMoving server..
Hi.
I want to move a relatively big site to a new server and wanna know if there was a faster way than downloading all the files and uploading them to the new server..? something like remote upload the files to the new server?Effective Reviewed by Effective on . Moving server.. Hi. I want to move a relatively big site to a new server and wanna know if there was a faster way than downloading all the files and uploading them to the new server..? something like remote upload the files to the new server? Rating: 5
-
16th Jun 2011, 08:04 PM #2BannedWebsite's:
xsl.tel xsltel.comuse wget/ftp to download/upload files between servers
-
16th Jun 2011, 08:19 PM #3Member
you can tar folders/files and then do wget on new server
or you can do recursively wget if you have directory listing available
wget -r --no-parent http://www.server.com/dir/
it will download all files and directories in /dir/ without including parent direcotries
-
16th Jun 2011, 08:34 PM #4Member
Use rsync if you have ssh access:
Code:rsync -avrz /directory/to/website/ root@yourserver:/directory/to/new/website/
-
16th Jun 2011, 08:36 PM #5OPBannedWebsite's:
IMGit.org ShareBB.org ShareBB.infoCan anyone post an expanded explanation ?
-
17th Jun 2011, 03:46 PM #6
-
17th Jun 2011, 03:52 PM #7MemberWebsite's:
thedailygrindforum.comJust ask your new host to pull everything to his server
-
17th Jun 2011, 03:57 PM #8Member
Use RDP.
-
17th Jun 2011, 04:02 PM #9Member
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Problems After moving Vbulletin forum to new server
By First-Dragon in forum Technical Help Desk SupportReplies: 3Last Post: 14th Sep 2012, 11:04 PM -
Slider Not Moving
By moviezzworld in forum WordpressReplies: 11Last Post: 2nd Feb 2012, 02:36 PM -
Profile Feed Error after moving server
By AJ Blacklisted in forum IP.BoardReplies: 9Last Post: 21st Nov 2011, 03:31 PM -
Moving SQL to new server
By Raven Faust in forum Webmaster DiscussionReplies: 8Last Post: 4th Aug 2009, 07:08 PM -
Need Help Moving
By King in forum vBulletinReplies: 2Last Post: 25th Mar 2009, 10:38 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...