Here is how to backup a VPS “from the inside” Create a directory for the container: mkdir /backup Create an archive vpsbackup.tar.gz of all files and place it in this folder: tar -zcvpf /backup/vpsbackup.tar.gz --directory=/ ...
First lets download the VM image from this website. Why use VM images instead of the real CentOS ico? The VirtualBox and VMware images are created in such a way that they are less in size but contains all the standard packages required for instant...
Need to open a VMDK (Virtual Machine Disk) file in VirtualBox? In this article, I will be exporting a .vmdk file from VMware vSphere and then importing it into VirtualBox.