Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to migrate an old VPS to a new one ? Without Cpanel
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to migrate an old VPS to a new one ? Without Cpanel

20142014 Member

I want to change my host but im unable to get backup.. Because Sever Storage is 150 GB and i already used 100GB.. i can upgrade my hosting plan and get backup but its little bit higher.. im use VestaCP for my VPS so i can get Backup if i paid for Next plan.. tell me what is there is any method for move files to another host?
( sorry for my bad english )

Thank you :)

Thanked by 1Nilanjona1234

Comments

  • No backup?

  • @eol said:
    No backup?

    i can get backup from them after upgrading my hosting plan but after ?

  • The end is nigh.

  • deankdeank Member, Troll

    the most basic method would be direct wget.

  • rsync, but may be I misunderstood the question.

  • Something like: wget -c -r -np -nH -e robots=off http://...

  • @deank said:
    the most basic method would be direct wget.

    Thank you for reply.. how it work?

  • deankdeank Member, Troll
    edited November 2018

    wget is basically server A downloading stuff from source.

    So, you tarball folders and wget them. This is the most basic method but works.

    P.S. Do make sure that you preserve file permissions during tarballing.

    Thanked by 12014
  • @deank said:
    wget is basically server A downloading stuff from source.

    So, you tarball folders and wget them. This is the most basic method but works.

    P.S. Do make sure that you preserve file permissions during tarballing.

    Thank you.. so i need to upgrade current hosting before doing this method ? but 100 of 150 GB used

  • Maybe 50GB will suffice if you use XZ compression. Will take a while though.

  • Ask your new host if they can help you with it. Some host just don't offer migration service, some will charge you some admin fee.

  • rsync -avzP

    Thanked by 1eol
  • @deank said:
    wget is basically server A downloading stuff from source.

    So, you tarball folders and wget them. This is the most basic method but works.

    P.S. Do make sure that you preserve file permissions during tarballing.

    You mean from a Web or ftp server, not "source". This would not be a good way to transfer. Rsync first choice, scp for a tarball transfer.

Sign In or Register to comment.