We can put the backup into /home/backup.
mkdir /home/backup
By running this, we create a folder named backup under home and move the cPanel backup there.
Afterwards;
/usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/cPanelImporter.py --path /home/backup/
By specifying the path at the end, we are telling it to install the cPanel backup in the /home/backup folder using the cPanelImporter.py python file (which already exists within CyberPanel). It may take some time depending on the size.
We wait in SSH, and afterwards the database and home/public_html are transferred. If paths are defined in the software for cache plugins, etc., we adjust them according to CyberPanel.
For example;
Structure in cPanel: /home/username
while
Structure in CyberPanel: /home/yourdomain.com
is how it looks. We adjust the paths accordingly in software like OpenCart, WordPress, etc.