PVE Host Backup | scripts-underground PVE Host Backup | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

PVE Host Backup

REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/pve/host-backup.sh)"

PVE Host Backup

Create backups of Proxmox VE host configuration files and directories.

Notes

  • Interactive directory and file selection
  • Backups are saved as compressed tar archives
  • Default backup location is /root/
Copied!