The cpconftool Script - transfer config backups
Working on this page - The cpconftool Script - Version 74 Documentation - cPanel Documentation
I've created the backups but how do I transfer them to the new server with SSH?
-
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 -
Thank you! 0
Please sign in to leave a comment.
Comments
2 comments