Site transfer script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheMaster
    Confirmed User
    • Nov 2003
    • 2734

    #1

    Site transfer script

    Hi,
    does anyone know of a easy script to transfer a site from old host to a new one?

    thanks
  • darxoul
    Confirmed User
    • Apr 2006
    • 111

    #2
    If you have any control panel in your server like Plesk, cPanel or something like that I believe they have a 'backup' generator that packs all your data, you download it and upload it on the new one. If not, well download all your shit to your HD and upload it. If possible you also may use rsync (only with dedicated servers)

    Comment

    • TheMaster
      Confirmed User
      • Nov 2003
      • 2734

      #3
      Originally posted by darxoul
      If you have any control panel in your server like Plesk, cPanel or something like that I believe they have a 'backup' generator that packs all your data, you download it and upload it on the new one. If not, well download all your shit to your HD and upload it. If possible you also may use rsync (only with dedicated servers)
      thanks but I wanted to not have to upload it again from my desktop

      going to take a look at this rsync

      is from dedicated to dedicated

      Comment

      • Pimpin_J
        Confirmed User
        • Jul 2006
        • 3637

        #4
        old host -> shell -> pack your files
        new host -> wget yourdomain.com/yourpackedfiles
        voila..
        just dont forget to backup the sql and import it again.

        Comment

        • TheMaster
          Confirmed User
          • Nov 2003
          • 2734

          #5
          Originally posted by Pimpin_J
          old host -> shell -> pack your files
          new host -> wget yourdomain.com/yourpackedfiles
          voila..
          just dont forget to backup the sql and import it again.
          thanks, now just waiting for new server to come online

          Comment

          Working...