Backup Proxmox installed on SD card in HP Proliant

gonzalo.garcia.ncp

New Member
Sep 5, 2023
21
1
3
Hi everyone,

I'm running Proxmox 8.0.3 on an HP Proliant DL380E G8 14LFF server, and the OS is installed on an SD card. I need to back up the entire SD card and Proxmox configuration to quickly restore if the SD card fails.

What's the best way to back up the entire SD card?
What's the recommended process to restore Proxmox from these backups?

Any advice would be greatly appreciated.
Thanks!
 
First you'll need to power down the system. Then:
In Linux:
dd if=/dev/sdcardXX of=/path/sd-card-copy.img (replace sdcardXX with the correct one)
In Windows:
Use Win32 Disk Imager.
 
Last edited:
  • Like
Reactions: _gabriel