Backup
- Connect to the source server over SSH.
Create an archive of the container:
# vzdump --compress --dumpdir /home/VMID
VMID of VPS can be found in SolusVM > Virtual Servers.
Restore
Restore the archive:
# vzdump --restore /home/backup/vzdump-VMID.tgz VMID
where VMID is a corresponding VM ID.