Proxmox Iso Location
Moving proxmox virtual machines between different servers became very easy with recent proxmox updates. You can use proxmox web GUI or command line interface to create a proxmox virtual machine backup and than move to a remove server. In this article we will see how to backup and transfer a proxmox vm to another proxmox node, both using GUI and command line.
Step 1: Enable your disk to store backups
Hi evrybody.I have a hp elite 7500 core i7 with 8Go and 2 PCI/E Ethernet card with 2 DD (500go and 1To )I would like to install the Proxmox VE 3.2 ISO.
To add ISO images to proxmox server, login to server as user root, then go to folder '/var/lib/vz/template/iso'. You can download ISO for operating system you. Proxmox VE is an open source server virtualization environment that can be used to deploy and manage virtual machines and containers.
Normally your hardisk is enabled to be used for:
- Disk Image
- Iso Image
- Container Template
- Container
That means currently you can not store your virtual machine backup on your hardisk, so you need to make sure that your hard disk can store VZDump Backup File (file that is created after we initiate a virtual machine backup). Please follow the instruction in the image below:
- Click on Data Center
- Click on storage to list your server storage mediums.
- From list select the storage medium on which you need to store backups, we have only one so we selected it from the list.
- Once selected than click on Edit.
- You will than see that pop-up box that is currently displaced on the screen, from ‘Content’ drop down you can see that all other selections are highlighted blue, make sure VZDump Backup file is also highlighted in blue and click OK to save your changes.
Now your storage medium is ready to store backups.
Step 2: Create Backup
Their are two ways you can create backups, from GUI and command line as well, we will first discuss the command line version because its very easy.
Proxmox Iso Location
Create backup from command line
Login to your server ssh and run the following command:
2 4 6 8 |
It will than take some time for backup to complete, and progress will be displayed on the terminal. It will look something like this.
Create backup from Proxmox GUI
- Select your virtual machine from left side bar.
- Click on Backup.
- Click on Backup now
- From compression drop down menu select none, if you select the compression it will put the compression over head to the cpu, but backup size will be small.
- Finally click Backup.
After that your backup will be in /var/lib/vz/dump folder of the server.
Step 3: Move backup file via scp
Once the backup is completed you can simply scp it to the remote server, please note that your backup file will be named something like this “vzdump-qemu-122-2016_09_13-14_12_32.vma”.
To scp this file to the remote server use the command: