Moving from Dreamhost to other provider's VPS

Discussion in 'Site & Server Administration' started by sameera, Oct 6, 2007.

  1. #1
    I want to move around 20Gb of files from dreamhost hosting account(their own control panel) to a cpanel VPS in another data center.

    Is there anyway of transferring all the files to new host without downloading and uploading to the new host. Coz i have normal DSL and 20 GB downloading and uploading can take years.

    There are some forum files CHMOD to specific values if you can transfer them without resetting them in new host also cool.

    Can anyone give help? both servers have SSH and FTP

    I get to know you can rar them and Wget it from the VPS.
    But thats file by file.
    Is there a way to move complete directory with wget command?
    Or any other reliable way?

    Dreamhost will not allow me to compress whole 20GB using tar to a 1 file. so i am looking for a method without compress.
     
    sameera, Oct 6, 2007 IP
  2. chickens

    chickens Peon

    Messages:
    242
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    chickens, Oct 6, 2007 IP
    cyanide likes this.
  3. sameera

    sameera Member

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Thank you very much buddy :D
    It will show the progress in shell? errors if happen?
     
    sameera, Oct 6, 2007 IP
  4. chickens

    chickens Peon

    Messages:
    242
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It will show you the status of each file as it goes by. If one fails I believe the entire process will fail. I am not 100% sure as I have never had one fail.
     
    chickens, Oct 6, 2007 IP
  5. cyanide

    cyanide Peon

    Messages:
    483
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Nice tip, chickens
    Rep for you
     
    cyanide, Oct 6, 2007 IP
  6. chickens

    chickens Peon

    Messages:
    242
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    thanks :)

    Thinking about this command, the only thing I can think of it not working would be due to permissions. if you have a file on your server that you do not have permissions to read it will error out. For example if something that is chmod 000 a file it will not transfer. Most people do not have any files of this sort so it should not be a problem.
     
    chickens, Oct 6, 2007 IP
  7. Konshu

    Konshu Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Correct, ensure you have your transfer to maintain permissions and that the master user has full permissions. I personally have a old VPS that I would sudo root to and actually tarball the files with permissions, then from one VPS to the other VPS I would SFTP the data over, that way no local traffic is created on my end, just server to server.
     
    Konshu, Oct 6, 2007 IP