full conf pve backup

giangl3r

New Member
Sep 18, 2022
2
0
1
Hi guys, I'm using pve and pbs as host and VM's backup. I think it's super but maybe i did not undestand how to have a full backup of my pve host.
What i mean is have a complete copy of host configuration (installed packages, network or storage or so on...)
The goal is have a copy of my configuration and be able to use those copy in new installations
Hope it's clear! thanks!
 
Hi,
doing a host backup for Proxmox VE with PBS is on our road-map, but not currently implemented. So I'm afraid, you'll have to do it manually for now. proxmox-backup-client does support creating file-based backups, so you can backup your /etc/ and /etc/pve for example. To get a list of installed packages, you can use apt list --installed or similar.
 
Hi,
doing a host backup for Proxmox VE with PBS is on our road-map, but not currently implemented. So I'm afraid, you'll have to do it manually for now. proxmox-backup-client does support creating file-based backups, so you can backup your /etc/ and /etc/pve for example. To get a list of installed packages, you can use apt list --installed or similar.
thank you very much for specification! Have a good day