How i can backup hard disk of my VM

Vincent Romero

New Member
Sep 21, 2017
16
0
1
36
Hi

I want backup hard disk of my VM i have two storage.

local(pve) ->100 GB and local-lvm(pve) -> 345 GB

In local.lvm i have all my VM disk's

I want extract .raw of PROXMOX and move to the other server backups.

How i can move or extract .raw of my VM's
 
if you want to backup your VMs go to the webgui and on each VM you will see an option to backup. Theres 2 ways

1) backup the Vm to your local then winscp to you computer
2) install [
CODE]apt-get install ntfs-3g[/CODE] after that you need to reboot
then connect your usb
run this command to find which is your usb
Code:
lsblk
then create a folder to mount your usb
Code:
mkdir /media/external
then mount your device change x1 to your device
Code:
mount /dev/sda1 /media/external
then go to the webgui on database storage and add directory
name it like usb-backups and the directory location is
Code:
/media/external
and click on the dropdown content only highlight the vz dump backup tool and choose like 5 backups
then on the webgui of the vm you will see the option to backup to local and dropdown it to your usb
and thats all
 
  • Like
Reactions: keson

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!