Skip to main content

cpmove path using transfer tool

Comments

2 comments

  • Jcats
    You may need to do a manual transfer in that case. On the old server, you can package up the account using
    # /scripts/pkgacct foo
    Upload it to the new server onto the backup drive, using scp/rsync will be best.
    # scp /home/cpmove-foo.tar.gz remoteserver:/backup/ # scp -p 2222 /home/cpmove-foo.tar.gz remoteserver:/backup/
    The second example is in case SSH is on an alternate port. Then you can simply restore it using:
    # /scripts/restorepkg /backup/cpmove-foo.tar.gz
    That should extract it on that drive however I am not 100% certain, if it fails, then what you can do is extract that cpmove directly onto the backup server, you may have to move the tar.gz to your primary drive to extract it onto the backup drive. Then you can do:
    # /scripts/restorepkg /backup/cpmove-foo
    0
  • cPanelMichael
    Hello :) That's a large archive, and while it should work if you have sufficient space, it's likely a better idea to figure out what's taking up all of the space and transfer that data manually. For instance, is the space from any data in the account's home directory? If so, you can skip the home directory when using "WHM >> Transfer Tool" and then manually copy that data over via a utility such as rsync:
    0

Please sign in to leave a comment.