Activity Stream
48,167 MEMBERS
6792 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9
  1.     
    #1
    Banned
    Website's:
    IMGit.org ShareBB.org ShareBB.info

    Default 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?
    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

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    xsl.tel xsltel.com
    use wget/ftp to download/upload files between servers

  4.     
    #3
    Member
    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

  5.     
    #4
    Member
    Use rsync if you have ssh access:

    Code: 
    rsync -avrz /directory/to/website/ root@yourserver:/directory/to/new/website/

  6.     
    #5
    Banned
    Website's:
    IMGit.org ShareBB.org ShareBB.info
    Can anyone post an expanded explanation ?

  7.     
    #6
    Member
    Quote Originally Posted by Effective View Post
    Can anyone post an expanded explanation ?
    Sure, of what exactly?
    Do you have ssh access?

  8.     
    #7
    Member
    Website's:
    thedailygrindforum.com
    Just ask your new host to pull everything to his server

  9.     
    #8
    Member
    Use RDP.

  10.     
    #9
    Member
    make the file tar.gz and move the tar file using ftp to other server thats what i do while moving 50gb+ data content site.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problems After moving Vbulletin forum to new server
    By First-Dragon in forum Technical Help Desk Support
    Replies: 3
    Last Post: 14th Sep 2012, 11:04 PM
  2. Slider Not Moving
    By moviezzworld in forum Wordpress
    Replies: 11
    Last Post: 2nd Feb 2012, 02:36 PM
  3. Profile Feed Error after moving server
    By AJ Blacklisted in forum IP.Board
    Replies: 9
    Last Post: 21st Nov 2011, 03:31 PM
  4. Moving SQL to new server
    By Raven Faust in forum Webmaster Discussion
    Replies: 8
    Last Post: 4th Aug 2009, 07:08 PM
  5. Need Help Moving
    By King in forum vBulletin
    Replies: 2
    Last Post: 25th Mar 2009, 10:38 AM

Tags for this Thread

BE SOCIAL