After suffering recent failure of my Proxmox VE boot disk, I'm contemplating a better (but simple) Disaster Recovery Strategy.
Option 1: Boot from a LiveOS, use "dd" to backup my (now unmounted) Proxmox boot disk (safest, but requires prep)
Option 2: Shutdown Proxmox VE application, use "dd" to backup the running OS, startup Proxmox (can't figure out how to shutdown Proxmox VE from CLI)
Any other ideas I'm missing ? I could just use "dd" to backup the live Proxmox VE, but that seems dangerous (too many open files). Also thought about an LVM snapshot to handle the open files, but that seems complicated.
I think this becomes much simpler if I could figure out one of these:
Option 1: Boot from a LiveOS, use "dd" to backup my (now unmounted) Proxmox boot disk (safest, but requires prep)
Option 2: Shutdown Proxmox VE application, use "dd" to backup the running OS, startup Proxmox (can't figure out how to shutdown Proxmox VE from CLI)
Any other ideas I'm missing ? I could just use "dd" to backup the live Proxmox VE, but that seems dangerous (too many open files). Also thought about an LVM snapshot to handle the open files, but that seems complicated.
I think this becomes much simpler if I could figure out one of these:
- How to prevent Proxmox VE from starting-at-boot (could reboot the VE host with Proxmox suppressed, backup with "dd", then restart with VE enabled)
- How to shutdown Promox from CLI