Skip to main content

Comments

2 comments

  • cPanelMichael
    Hello @jonh, This is noted under the "Transfer A Configuration" section of the document you linked: [QUOTE] Transfer a configuration To transfer a configuration, perform the following steps:
    • Perform the backup process for the desired configuration on the origin server.
    • Copy the .tar.gz file that the backup process creates from the origin server to the destination server.
    • Perform the restoration process for the desired configuration on the destination server.

    To copy the .tar.gz file, you could use the "sftp" command. EX: sftp root@remote-server-ip cd /path/to/upload/ put /path/to/tar.gz
    Thank you.
    0
  • jonh
    Thank you!
    0

Please sign in to leave a comment.