Monday, August 10GNOME IT SOLUTIONS LLC

How to Restore a Proxmox VM from Backup (NAS / Local Storage)

Learn how to restore a Proxmox backup from NAS or local storage using the official Proxmox backup interface.

Prerequisites

  • Valid vzdump backup on configured storage
  • Free space on target storage pool
  • Sys.Modify permission on Proxmox

Step 1: Open Backup Storage

Go to Datacenter → Storage or node storage. Select backup storage (NAS, local, PBS).

Proxmox local storage summary backup content
Storage with backup files

Step 2: View Scheduled Backup Jobs

Review existing backup jobs that created your vzdump files.

Proxmox datacenter backup job overview
Backup job overview

Step 3: Configure Backup Job Settings

Understand backup job options (mode, retention, storage) used for your restore files.

Proxmox edit backup job general settings
Backup job configuration

Restore a Backup (GUI)

  1. Select backup storage → Backups content
  2. Select vzdump file → click Restore
  3. Choose target VM ID and storage → confirm

CLI Restore

qmrestore /mnt/pve/nas/dump/vzdump-qemu-101-*.vma.zst 103 --storage local-lvm
qm start 103

Image credits: Screenshots are from the official
Proxmox VE documentation
(Proxmox GmbH), used for educational purposes.