backup-restore

Guide Proxmox VE backup and restore operations using vzdump and Proxmox Backup Server.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/renne/skills --skill backup-restore-renne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backup-restore
Source: https://github.com/renne/skills/tree/main/proxmox/backup-restore
Command: npx skills add https://github.com/renne/skills --skill backup-restore-renne

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance on backing up and restoring virtual machines and containers within the Proxmox Virtual Environment, ensuring data safety and disaster recovery.

Core Features & Use Cases

  • Backup Configuration: Learn to configure vzdump for various backup modes (snapshot, suspend, stop), compression options, and storage targets, including Proxmox Backup Server (PBS).
  • Scheduled Backups: Set up automated backup jobs through the Proxmox VE web UI or CLI.
  • Restore Procedures: Master the process of restoring VMs and containers from backup archives using both the web UI and command-line tools.
  • Use Case: You need to set up a daily automated backup for all your critical VMs in Proxmox VE, ensuring they are stored securely and can be quickly restored in case of hardware failure or accidental deletion.

Quick Start

Use the backup-restore skill to create a snapshot mode backup of VM ID 100 to local storage using zstd compression.

Frequently Asked Questions about backup-restore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure vzdump backup modes for Proxmox VE virtual machines?

Proxmox VE vzdump backup modes include snapshot, suspend, and stop. You configure these modes along with compression options and storage targets like Proxmox Backup Server to ensure VM data safety.

What is the best way to schedule automated Proxmox VE backups for containers and VMs?

Scheduling automated Proxmox VE backups is done through the web UI or CLI. You create scheduled backup jobs using vzdump to securely store VM and container archives for disaster recovery.

Can I restore a Proxmox VE virtual machine from a backup archive using the command line?

Yes, you can restore Proxmox VE virtual machines from backup archives using command-line tools. The restoration procedure applies to both VMs and containers directly from the stored backup files.

Does Proxmox Backup Server work with vzdump for virtual machine retention policies?

Proxmox Backup Server integrates with vzdump to manage backup retention policies. This combination handles compression and secure storage targets for virtual machine and container archives.

When should I use snapshot mode instead of stop mode for Proxmox VE backups?

Snapshot mode backs up Proxmox VE virtual machines without downtime, while stop mode shuts down the VM during the process. Choose snapshot for continuous operation or stop for strict consistency.

How do I restore a deleted container in Proxmox VE from a local storage backup?

To restore a deleted container in Proxmox VE, use the web UI or command-line tools to retrieve the archive from local storage. The restoration procedure rebuilds the container configuration and data.