I have Proxmox 7.1-10
This is my disk configuration:
All the virtual machines are stored in data-lvm virtual group.
Backups are stored on a mounted disk not shown above.
The logical volume "data" is configured as "local-lvm" storage, but since I don't use it as vm container, I'd like to use it to store daily backups of one critical machine.
How can I do it?
This is my disk configuration:
Code:
root@pve-mw:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sdb data-lvm lvm2 a-- <1.82t 1.51t
/dev/sdc3 pve lvm2 a-- 446.12g 16.00g
root@pve-mw:~# vgs
VG #PV #LV #SN Attr VSize VFree
data-lvm 1 5 0 wz--n- <1.82t 1.51t
pve 1 3 0 wz--n- 446.12g 16.00g
root@pve-mw:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
vm-100-disk-0 data-lvm -wi-ao---- 80.00g
vm-110-disk-1 data-lvm -wi-ao---- 32.00g
(...)
data pve twi-aotz-- <319.60g 0.00 0.52
root pve -wi-ao---- 96.00g
swap pve -wi-ao---- 8.00g
All the virtual machines are stored in data-lvm virtual group.
Backups are stored on a mounted disk not shown above.
The logical volume "data" is configured as "local-lvm" storage, but since I don't use it as vm container, I'd like to use it to store daily backups of one critical machine.
How can I do it?